/*#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;*/
    width: 20%;
    position: fixed;
    right:0px;
    top:164px;
}

.menu_lateral a, a:visited, a:active {
	/*color:#666666;*/
}

.menu_lateral a:hover {
	color:blue;
}

.linea_menu {
	 padding-bottom:8px;
     padding-left:5px;
     /*argin-bottom:2px;*/
     margin-top:3px;

}

/********************************************************************/

/*.titulo1 {
	font-size:14px;
	font-weight:500;
}*/

.titulo2 {
	font-size:12px;
	font-weight:500;
}

.titulo2b{
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom:3px;
    border-bottom:0;    
}

.titulo3 {
	font-size:11px;
	font-weight:500;
}

/********************************************************************/

.bloque_texto  {
	margin-top:18px;
	margin-right:18px;
	min-height:100px;
}

.bloque_texto a:link, a:visited, a:active  {
	/*color:#666666;*/
}

.bloque_texto a:hover {
	color:blue;
}

.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');
	margin-top:-5px;
}
*/


.cabecera_formulario {
	height:16px;
	
	padding-top:1px;
	padding-bottom:1px;
	
	background-color:#000000;	 
}


.boton_formulario {
	border:none;
	
	background-color:#000000;
		
	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:blue;
}

.linea_formulario{
	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:99.5%;
	/*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;
}

.linea_formulario_noticias{
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 10px;
        margin-top: 15px;	
        clear: both;
}

.linea_formulario_noticias_izquierda{
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 15px !important;
	margin-left: 7px;
	height: 15px;
	width: 45% !important;
	width: 46%;
	float: left;
       /* background:red;*/
}


.linea_formulario_noticias_derecha{
	margin-bottom: 15px;
	margin-top: 15px;
	height: 15px;
	width: 48% !important;
	width: 46%;
	float: right;

}


.texto_formulario_noticias_fechas{
	/*width: 35%;*/
	padding-top: 4px;
	float: left;
}


.contenedor_campo_formulario_noticias_fechas{
	width:45%;
	float:left;
    padding-left:5px;
}


.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;

}

.linea_formulario_noticias_izquierda_listado{
	margin-bottom: 30px;
	margin-top: 30px;
	/*margin-left: 15px !important;
	margin-left: 7px;*/
	height: 15px;
	width: 31% !important;
	/*width: 46%;*/
	float: left;
       /* background:red;*/
}

.linea_formulario_noticias_derecha_listado{
	margin-bottom: 15px;
	margin-top: 15px;
	height: 15px;
	width: 65% !important;
	width: 46%;
	float: right;

}