/* CSS Document */

.consulta ul
{
	padding: 0;
	margin: 0;
}

.consulta ul li
{
	display: inline-block;
	//width: 24.2%;
	text-align: center;
	/*border: 1px solid #666666;*/
	border: 0;
	height: 26px;
	vertical-align: middle;
	border-radius: 6px;
	padding-top: 4px;
	margin-bottom: 5px;
	margin-top: 5px;	
}

.rv_blanco
{
	background-color: #ffffff;
}

.rv_color01
{
	background-color: #f5d0a0;
}

.rv_color02
{
	background-color: #f0e6c6;
}

.rv_color03
{
	background-color: #c2e6b6;
}

.rv_color04
{
	background-color: #bbebf2;
}

.rv_btnsimple
{
	width: 24.2%;
	/* width: 24.5%;   */
}

.rv_btnsimpleg
{
	width: 32.2%;
}


.rv_btndoble
{
	width: 48.4%;
}


.rv_rosa
{
	/*background-color: #90ded7;*/
	background-color: #8a0072;
}

.rv_a_blanco
{
	color: #444444;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;	
}

.rv_a_blanco:hover
{
	color: #444444;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;	
}

.rv_btncentrado
{
	padding-top: 10px;
}

.consulta
{
	background-color: none;
}

/*.rv_a_rosa
{
	color: #444444;
	font-size: 1.2em;
	font-weight: bold;	
}

.rv_a_rosa:hover
{
	color: #444444;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;	
}*/


.rv_a_rosa
{
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;	
}

.rv_a_rosa:hover
{
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;	
}


/* ESTILOS PARA EL AVISO DE INFORMACIÓN IMPORTANTE PUNTUAL */

.avisos_titulo
{
	font-size: 1.8rem;
	color: #8A0072;
	font-family: opensans700, Arial, sans-serif;
	padding-bottom: .5em;
	display: block;	
}


.avisos_titulop
{
	font-size: 1.6rem;
	color: #8A0072;
	font-family: opensans700, Arial, sans-serif;
	padding-top:15px;
	display: block;	
}

.text_center { text-align:center; }

.avisos_txt
{
	font-size: 1.6rem;
	color: #616161;
	font-family: opensans700, Arial, sans-serif;
	font-weight: normal;	
}

.avisos_aviso a:focus
{
	outline: 0px;	
}



.avisos2_titulo
{
	font-size: 1.7em;
	color: #8A0072;
	font-family:  Arial, sans-serif;
	padding-bottom: .5em;
	display: block;	
}


.avisos2_titulop
{
	font-size: 1.5em;
	color: #8A0072;
	font-family:  Arial, sans-serif;
	padding-top:15px;
	display: block;	
}

.avisos2_txt
{
	font-size: 1.5em;
	color: #616161;
	font-family:  Arial, sans-serif;
	font-weight: normal;	
}


.avisos3_txt
{
	font-size: 1.3em;
	color: #616161;
	font-family:  Arial, sans-serif;
	font-weight: normal;	
}

.avisos2_aviso a:focus
{
	outline: 0px;	
}
.mybord{
  border-bottom: 1px solid #ffffff;
}

/* ***************************************************** */