﻿/*el ancho del menu*/
.colorfondo 
{
	
    border: 1px solid #b7b8b9;
	margin-bottom: 1em;
	background-color: #f4f5f9;
	padding-bottom: .3em;

}

.rightNavSpacer 
{
	width:224px;
	color:#f4f5f9;

}
/*el top del menu para iniciar*/

.rightNavContainer 

{
	width:224px;
}

/*el ancho de las ligas del menu*/

.rightNavContainer a 
{
 display:block;
 width:224px;
 background-image:none;
 text-transform:uppercase;
 color:#2F2F2F;
 }
a:hover{
    color:#81017E;
	text-decoration:underline;
}
a:link{
color:#2f2f2f;
}
a:visited{
color:#2f2f2f;
}

.rightNav1 
{
	background-image: url(/Style%20Library/Images/Plantilla2010/fondo_h1_caja.jpg);
    color: #ffffff !important;
    font-weight:bold;
    text-transform: uppercase;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-top: .1em;
	padding-bottom: .1em;
	/*margin-bottom: .1em;*/
	width:224px;
}
.rightNav2
{
	
	color: #555555;
	text-transform:inherit;
	/*text-transform: uppercase;*/
	text-indent:.8em; /*sangria texto*/
	line-height: 1em;
	margin-bottom: .5em;
	font-size: .8em;
	float:left;
	/*width:12em;*/	
}

.rightNav2 a
{
	
	background:url(/Style%20Library/Images/Plantilla2010/bullet.gif);
	background-repeat:no-repeat;
	background-position:-4px 0px;
   	
} 

.rightNav2 a:hover
 {
 
	
	text-decoration: underline;
	color:#81017E; 
}


/* --- Boton de busqueda --*/
.search
{
    margin:7px 2px 0px 2px;

}
.search .ms-sbcell .ms-sbplain
{
    margin-right:2px;
    margin-left:2px;
    border:1px #555555 solid;

}
.search .ms-sbcell
{
    border:none;
    font-weight:normal; 
    font-size:9pt; 
    color: #3A4663;
    padding:0px;
}
.search .ms-sbgo
{
    background:none;
}

	

