/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #38A3FA;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #36A22B;
}
a:hover {
	text-decoration: none;
	color: #006AA4;
}
a:active {
	text-decoration: none;
	color: #2B7C21;
}







.tabla_masclara{
	background:#CCE3FF;
}
.tabla_clara{
	background:#efefef;
}
.campo_texto{
	background:#aed2ff;
	padding:10px;
}
.campo_texto2{
	background:#efefef;
	padding:2px;
}
.titulo{
	color:#316AC5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.sub_titulo{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.titular{
	background:#5FA7FF;
}
.formulario{
	color:#2A1FAA;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background:#AED2FF;
}
.boton{
		   text-align:center;
           font-family:Verdana,Helvetica;
		   font-size:10px;
           font-weight:bold;
		   border:1px;
		   border-style:outset;
           background:#D9D9D9;
		   height:20px;
}
.boton_index{
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.texto_index{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.boton_on{
           background:#7CDEF9;
		   border-style:outset;
		   border:2px;
}
.boton_off{
           background:#FFFFFF;
		   border-style:outset;
		   border:1px;
}
.precio{
	color:#AA0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.titulo-detalle{
	color:#FFFFFF;
}
#toolTipBox {
	display: none;
	padding: 10;
	font-size: 10px;
	border:1px;
	border-style:ridge;
	border-color:#808080;
	font-family: verdana;
	position: absolute;
  	background-color: #EFEFEF;
}

