/* CSS Document */


.botonera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.imagentapa {
	border: 4px solid #FFFFFF;
}


.titular {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#0953C4;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

.texto {
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#7C7C7C;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}
.texto_simple {
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#7C7C7C;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}
.derecha {
	float: right;
	border: thin outset #eeeeee;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
.secciones {
	width: 91%;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.titular_texto {
	width: 90%;
	border: 1px solid #eeeeee;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding: 5px;
	display: table;
}

.titular_texto_destacado {
	width: 90%;
	border: 1px solid #eeeeee;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding: 5px;
	background-color: #F4FAFF;
	display: table;
}
.cotizacion {
	background-color: #F4FAFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #eeeeee;
}
.titucoti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #026199;
	color: #FFFFFF;
}
.documentos {
	background-color: #FDECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #eeeeee;
}
.titudocu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #660000;
	color: #FFFFFF;
}
/*
	Menu Vertical
*/
@charset "utf-8";
#menuv {
	border: 1px solid #eeeeee;
	width: 90%;
	font: 70% "Trebuchet MS", Arial, Helvetica, sans-serif;
	left: 8px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
#menuv ul, li {
	list-style-type: none;
}
#menuv ul {
	margin: 0;
	padding: 0;
}
#menuv li {
	border-bottom: 1px dotted #eeeeee;
}
#menuv a {
	text-decoration: none;
	color: #7C7C7C;
	display: block;
	width: 92%;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#menuv a:hover {
	background-color:  #F4FAFF;
}
