@charset "utf-8";
/* CSS Document */
.bg_admin{
	background:url(../admin/img/administrador.jpg) no-repeat;
	background-position: top center;
	padding-top:20px;
	color: #3366FF;
	font-family:tahoma;
	font-size:11px;
}
.tag{
	background:url(../admin/img/admin_tag.jpg) no-repeat;
	background-position: left center;
	height:34px;
}
.admin_cont{
	padding-bottom:120px;
	background:url(../admin/img/validador_04.gif) no-repeat;
	background-position: right bottom;
}
a:link {
	color: #FF6600;
	text-decoration:none;
}
a:visited {
	color: #FF6600;
	text-decoration:none;
}
a:hover {
	color: #0066FF;
	text-decoration:none;
}
.titulo_ref{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#298ABE;
	font-size:14px;
}
.titulo_cont{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	padding:10px 10px 0 0;
	width:290px;
	height:217px;
	overflow:auto;
	
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#F38F1D;
	scrollbar-track-color:#F7F7F7;
	scrollbar-shadow-color:#B0E1FF;
	scrollbar-highlight-color:#B0E1FF;
	scrollbar-3dlight-color:#0076BF;
	scrollbar-darkshadow-color:#0076BF;
}
.cont_noticia{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	padding:10px 30px 0 0;
	width:500px;
	height:230px;
	overflow:auto;
	
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#F38F1D;
	scrollbar-track-color:#F7F7F7;
	scrollbar-shadow-color:#B0E1FF;
	scrollbar-highlight-color:#B0E1FF;
	scrollbar-3dlight-color:#0076BF;
	scrollbar-darkshadow-color:#0076BF;
}
.media{
	padding: 15px 0 0 0;
}
.datos_ref{
	font-family:tahoma;
	color: #666666;
	font-size:10px;
	border-top: #0099FF 1px dotted;
}
.combo_ref{
	padding-right:57px;
}
.combo_ref_i{
	font-family:tahoma;
	font-size:11px;
}
.body_admin{
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulo_admin{
	color:#0099FF;
	font-size:18px;
	border-bottom:#0099FF 1px dotted;
}
.td_cont{
	color:#0099FF;
	padding: 0 0 0 5px;
	/*border-left:#0099FF 1px dotted;*/
}
.cursor{
	cursor:pointer;
}
.cajas{
	width:230px;
}
a.img img {
	border-top:	3px #BFD3E8 solid;
	border-left: 3px #BFD3E8 solid;
	border-right: 3px #BFD3E8 solid;
	border-bottom: 12px #BFD3E8 solid;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;

}
a.img:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;

} 
.div_volver{
	height:30px; 
	width:100px; 
	float:right; 
	padding-top:15px;
}
.div_not{
	height:52px; 
	width:273px; 
	float:left;
}
.btn_volver{
	font-size:9px;
	background:#236FC2;
	color:#FFFFFF;
	border: #236FC2 1px solid;
}


