/* CSS Document */
/* Se utilizan en las paginas: /info/opiniones.asp */

#infotitulo {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #2965CE;
	border-top: #639ACE 1px solid;
	border-bottom: #639ACE 1px solid;	
	border-left: #639ACE 3px solid;
	border-right: #639ACE 3px solid;
	font-weight: bold;
	background-color: #F7FAFD;
}

#infoparrafo1 {
	float: left;
	width: 580px;
	/*border: #000 1px solid;*/
}

#table1 {
	width: 550px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	/*border: #000 1px solid;*/
}

#table1izq {
	font-weight: bold;
	width: 100px;
	vertical-align: top;
	text-align: center;
	/*border: #000 1px solid;*/
}

#table1der {
	padding-bottom: 10px;
	border-bottom: #FF18B5 1px solid;
}

#table1der #table1derpreg {
	background-color: #FFEFFF;
	/*font-weight: bold;*/
	font-size: 11px;
}

#table1der #table1dernom {
	font-size: 11px;
	color: #444444;
	font-weight: bold;	
}



