/*************************************************************

Nombre: gestor_contenidos.cess
Autor:	mmg332 - Miguel Monreal
Fecha:	03/02/2010
Descripcion:	Hoja de estilo para gestion de contenidos

***************************************************************/

/* Redefinimos las propiedades de la capa central de murciasalud. */
/* Para que ocupe todo el espacio*/

/* Esta sera la cabecera del usuario, con un ancho del 100% */
/*
#middle {	
	background-color:#FFFFFF;
	border: solid 1px #47778F;	
}
*/

/* CARACTERISTICAS GENERALES DEL GESTOR */
#gestor_contenidos{	
}
/* -----------------------------------------------------------------------------*/
/* IZQUIERDA */
/* -----------------------------------------------------------------------------*/


.capa_izq{
	/*background:transparent url(/imagenes/divider-title.gif) no-repeat scroll top right;*/
	width:60%;
	float:left;
	padding:5px 10px;
	border:1px solid #EEEEEE;
	margin-left:3px;
}
.capa_izq_sup{
	/*background:transparent url(/imagenes/divider-title.gif) no-repeat scroll bottom right;*/

}
.capa_izq_inf_izq{
	/*background:transparent url(/imagenes/divider-title.gif) no-repeat scroll bottom right;*/
	/*background:transparent url(/imagenes/divider-page.gif) repeat-y scroll right top*/
	border-right:1px solid #EEEEEE;
}


#gestor_contenidos h2 {	
	color:#333333;
	font-size:1.8em;
	font-family:Helvetica,Arial,sans-serif;
	margin-bottom:5px;
	font-size-adjust:none;
	line-height:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	border-bottom:thin dashed;
}
#gestor_contenidos ul {
	list-style-type:none;
	color:#434343;
}
#gestor_contenidos li {
	list-style-type:none;
	color:#434343;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
}
.enlaces_directos a{
	color:#004199;
	text-decoration:none;
	font-size:1.4em;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	line-height:1.6em;
	border-right: 1px solid #9F3B3F;
	padding-right: 5px;
	padding-left: 5px;
	
}
.enlaces_directos a img{
	vertical-align:middle;
}
.enlaces_directos a:hover{
	text-decoration:underline;
	color:#CF3333;
	
}


/* -----------------------------------------------------------------------------*/
/* DERECHA */
/* -----------------------------------------------------------------------------*/

.capa_der{	
	width:35%;
	float:right;
	margin-top:-10px;
	margin-right:3px;
	padding:8px 10px;
	/*background-color:#F7F7F7;*/
	background-color:#E0EDF5;
	color:#2970A6;
	border-left:1px solid #B3DCF4;
	border-right:1px solid #B3DCF4;
}

/* FORMULARIO BUSQUEDA */
#cabecera_buscador{	
	background:transparent url(../imagenes/gestion_contenidos/cabecera_buscador_azul.png) repeat-x scroll;
	-moz-border-radius: 7px 7px 0 0;
	text-align:center;
	padding:5px 0 0 0;
}
#cabecera_buscador span{		
	/*color:#424242;*/
	color:#FFFFFF;
	font-size:1.8em;
	font-family:Helvetica,Arial,sans-serif;
	/*margin-bottom:5px;*/
	font-size-adjust:none;
	line-height:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
}

.capa_der fieldset {
	margin-left:0px;
	margin-right:0px;
	border:1px solid #CCCCCC;
	/*border:none;*/
	background-color:#FFFFFF;
	
}
.capa_der fieldset legend{	
	color:#000;
	/*border:1px solid #666666;*/
	padding:2px 5px;
}
.datos, .bus_datos {
	float:left;
	width:100%;
	/*font-size:14px;*/
	font-size:1.2em;
	line-height:1.2;
	/*font-family:Verdana,Arial,serif;		*/
	/*color:#7F273B;*/
	/*color:#555555;*/
	/*color:#4F4A4A;	*/
	/*color:#000;*/
	color:#004199;
	/*border-bottom:1px dotted #D1D1D1;*/
	/*border-bottom:1px dotted #FBD85A;*/
	/*border-bottom:1px dotted #BAEAE4;*/
	/*border-bottom:1px dotted #003979;*/
	border-bottom:1px solid #CCCCCC;
	/*margin-bottom: 10px;*/
	display:block;	
	padding-top: 5px;
	padding-bottom: 5px;
}
.datos_color {
	/*background-color: #F5F6F1;*/
	background-color: #F4F4F4;
}

.datos label input , .datos label textarea, .datos label select {
	border:1px solid #7F9DB9;
	/*border-style:solid;*/
	/*border-width:1px ;*/
	text-align:left;
	max-width:500px;
}
.datos input[readonly="readonly"], .datos textarea[readonly="readonly"], .datos select[readonly="readonly"]{
	border:none;
	background-color:transparent;
	color:#5F0606;
}
             
.datos label span{
	clear:left;
	float:left;
	text-align:right;
	font-size:1.0em;
	width:40%;
	margin-right:20px;
	/*color:#1B536F;*/
}

.bus_datos label span{
	clear:left;
	float:left;
	text-align:left;
	font-size:1.0em;
}

#contenedor-mensaje {
	border:1px dotted #ccc;
	padding:2em 3em;
}
#mensaje {
	border:1px solid #ccc;
	background:#f0f0f5;
	padding:1em;
	margin:0 auto;
	border-radius: 0.5em;
	webkit-border-radius:0.5em;
	font-size:1.3em;
	letter-spacing:0.1em;
}

#mensaje p {
		line-height: 1.7em;
}


