/*#cabecera{
	width:99%;
	padding-left:1%;
        height:30px;
}

#contenedor{
	 height:99%;
         width:99%; 
}

#carril_izquierdo{
	height: 99%;
	float: left;
}

#carril_centro{
	height: 99%;
	float: left;
	overflow-y:auto;
}
*/

/*
.menu_lateral {
	margin-top:18px;
	margin-left:8px;	
	font-size:10px;
}

.menu_lateral a, a:visited, a:active {
	color:#666666;
}

.menu_lateral a:hover {
	color:#FF8148;
}

.linea_menu {
	margin-bottom:8px;
}
*/
/********************************************************************/

.titulo1 {	
	font-size:12px;
        color:#00008f;
	/*font-weight:bold;*/
}

.titulo2 {
	font-size:12px;
	font-weight:500;
}

.titulo3 {
	font-size:11px;
	font-weight:500;
}

/********************************************************************/

.bloque_texto  {
	margin-top:18px;
	margin-right:18px;
	min-height:100px;
}

.bloque_texto a:link,  a:active  {
	color:#666666;
}

.bloque_texto a:hover {
	color:#FF8148;
}

.bloque_texto_noticias  {
	margin-top:18px;
	/*margin-right:18px;*/
}


/********************************************************************/
/*
#transparente{
	position:fixed !important;
	position:absolute;
	
	width:100%;
	height:100%;
	
	background-color :#ffffff;

	opacity:0.50;
	filter:alpha(opacity='75');
	z-index:4;
	margin-top:-5px;
}
*/


.cabecera_formulario {
	height:16px;
	
	padding-top:1px;
	padding-bottom:1px;
	
	background-color:#990000;	 
}


.boton_formulario {
	border:none;
	background-color:#990000;
	color:#FFFFFF;
        font-size:10px;	
	
	padding-top:2px;
	padding-bottom:2px;	
	
	width:70px;

}

.boton_administrar{ 
        border:none;
        background-color:#ffffff;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#666666;
        cursor: pointer;
        text-align: left;
}


.boton_administrar:hover { 
        border:none;
        background-color:#ffffff;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#990000; 
}

.linea_formulario_noticias{
	margin:15px;	
	height:15px;
        clear:both;
}

.texto_formulario{
	width:30%;
	
	padding-top:4px;
	
	float:left;	
}

.contenedor_campo_formulario{
	width:65%;
	
	float:right;
}

/*.campo_formulario{
	width:100%;
	/*border:1px #173F66 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}*/

.campo_formulario_fecha{
	width:35%;
	/*border:1px #173F66 solid;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}

.imagen_cerrar_formulario{
	width:14px;
	height:14px;
	
	margin-right:1px;
	margin-top:-12px;
	
	float:right;
}




/*NOTICIAS mensajes y formulario nuevo_modificar_noticia*/
.campo_formulario_noticias{
	width:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.texto_mensaje {
    width: 91%;
    padding: 2px;
    padding-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.linea_formulario_noticias{
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 10px;
        margin-top: 15px;	
        clear: both;
}

.linea_formulario_noticias_izquierda{
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 15px !important;
	margin-left: 7px;
	height: 15px;
	width: 45% !important;
	/*width: 46%;*/
	float: left;
       /* background:red;*/
}

.linea_formulario_noticias_derecha{
	margin-bottom: 30px;
	margin-top: 30px;
	height: 15px;
	width: 45% !important;
	/*width: 46%;*/
	float: left;

}


.texto_formulario_noticias_fechas{
	width: 45%;
	padding-top: 4px;
	float: left;
}


.contenedor_campo_formulario_noticias_fechas{
	width:45%;
	float:left;
}


.texto_formulario_noticias{
	width: 8%;
	padding-top: 4px;
	float: left;
	
}

.contenedor_campo_formulario_noticias{
	width:92%;
	float:right;
}


.linea_formulario_botones{
	margin-top:15px;
	margin-bottom:15px;
	height:20px;
}





.campo_formulario_fecha_noticias{
	width:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}

.parrafo_texto_evento {
    margin-top: 10px;
}

.parrafo_texto_evento p  {
	margin-top: 5px;
    margin-bottom: 5px;
}