@charset "utf-8";
/* CSS Document */

body {
	background-color: #235eb8;
	background-image: url(../imagenes/temple/fondo_centro.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.back_contenido{
	background-image: url(../imagenes/temple/fondo_text.png);
	background-repeat: repeat;
	
	
	
}
.textonormal_mini {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #333333;
	font-size: 10px;
}
.textonormal {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #333333;
	font-size: 11px;	
}
.titulos_black {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #1B1B1B;
	font-size: 12px;
}
.titulos_black_16 {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #1B1B1B;
	font-size: 16px;
}
.text_white_mini {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
}
.text_white {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
.titulos_white {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: "Century Gothic";
}

.text_blue_mini {
	color: #1C2158;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
}
.text_blue {
	color: #1C2158;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
}
.titulos_blue {
	color: #1C2158;
	font-size: 11px;
	font-weight: bold;
	font-family: "Century Gothic";
}
.texto_read {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.texto_read_mini {font-family: Verdana;
	font-size: 9px;
	color: #666666;
}
.texto_read_mini_8 {font-family: Verdana;
	font-size: 8px;
	color: #666666;
}
.textbox {
	border: 1px solid #333;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #1C2158;
	background-color: #F3F3F3;
}
.botones {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../imagenes/temple/fondo_boton.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
a:link {
	
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
	
}
a:hover {
	text-decoration: underline;
	color:#FFF;
	
}
a:active {
	text-decoration: none;
	color:#FFF;
	
}
.bot_mate_on {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #232323;
	background-color:#0057AE;
	cursor:hand;
	cursor:pointer;
}
.bot_mate_off {
	font-family: "Century Gothic";
	font-size: 11px;
	color:#FFF;
	
}
.lv_on {
	background-color: #F5F5F5;
	cursor:pointer;
	cursor:hand; 
	font-family: "Century Gothic";
	font-weight: bold;
	color: #000;
	font-size: 11px;	
}
.lv_in {
	background-color:#333;
	cursor:pointer;
	cursor:hand; 
	font-family: "Century Gothic";
	font-weight: bold;
	color: #FFF;
	font-size: 11px;	
}
.lv_on_red {
	background-color:#900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 10px;
	cursor:pointer;
	cursor:hand; 
}

.lv_off {
	background-color: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #333333;
	font-size: 10px;
	
}

.lv_off_red {
	background-color: #900;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	font-size: 10px;
	font-weight: bolder;
}

.even_on {
	color: #333;
	background-color: #FFF;
	cursor:hand;
	cursor:pointer;
}
.even_off {
	background:url(../imagenes/temple/fondo_even.png);
	color: #666666;
	
}
.texto_red {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #900;
}

div.demoElement {
	width: 80px;
	height: 80px;
	border: 1px solid black;
	background-color: #f9f9f9;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}
div.demoElementHeight {
	height: 120px;
}

.myClass {
	width: 300px;
	height: 50px;
	border: 3px dashed black;
	background-color: #C6D880;
	font-size: 20px;
	padding: 20px;
}
