@charset "utf-8";
/* CSS Document */

#principal{
	width:100%;
	height:auto;
	margin:auto;
	}

.recuadro_img{
	width:124px;
	height:154px;
	position:relative;
	}
	
.recuadro_auto{
	width:auto;
	height:auto;
	padding:3px;
	border:1px solid #ccc;
	}

.linea_dash{
	width:auto;
	height:auto;
	padding:3px;
	border_bottom:1px dashed #ccc;
	}
	
.imagen_img{ width:124px; height:150px; color:#fff; padding:3px; background-color:#FFF; position:relative; border:1px solid #ccc; }
.recuadro_img_rg		{ width: 7px; height: 95%; background:url(../imagenes/sombra_rigth.png); position: absolute; right:-7px; top:7px; }
.recuadro_img_bt		{ width: 97%; height: 7px; background:url(../imagenes/sombra_bottom.png); position: absolute; bottom: -7px; left: 7px; }
.recuadro_img_co		{ width: 7px; height: 7px; background:url(../imagenes/sombra_corner.png); position: absolute; bottom: -7px; left: 100%;}



.texto_naranja {
	color: #FF6600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.texto_naranja:hover {
	color: #FF6600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align:justify;
}

.texto_bold {	color: #333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.texto_blanco {	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.texto_blanco_bold {	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titulos {font-size: 14px}

.subtitulos_rj {	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.subtitulos {	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.subtitulos:hover {	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

.vinculos {font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
}

.vinculos_bold {
	font-size: 12px;
	color: #333;
	font-weight:normal;
	text-align:left;
	list-style-image:url(../imagenes/vineta_nr.gif);
	padding-left:5px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}

.vinculos_bold:hover {
	font-size: 12px;
	color: #000;
	font-weight:normal;
	text-align:left;
	list-style-image:url(../imagenes/vineta_nr_ov.gif);
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
}

.texto_nuevo{
	font-size: 12px;
	color: #333;
	font-weight:normal;
	text-align:left;
	list-style-image:url(../imagenes/vineta_nr.gif);
	padding-left:5px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}

.caja_vinculos_bold {
position: relative;
height:20px;
width:135px;
border-bottom:1px dashed #333;
padding:10px;
margin-bottom:5px;
clear:both;
}
.caja_titulos_bold {
position: relative;
height:20px;
width:autopx;
border-bottom:1px solid #ff0000;

}