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

Nombre: global.cess
Autor:	mmg332 - Miguel Monreal
Fecha:	03/02/2010
Descripcion:	Hoja de estilo global para la administración de contenidos.
***************************************************************/


/* CARACTERISTICAS GENERALES DEL GESTOR */


body{
  font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;	
	font-size:0.75em;
	margin:0;
	/*background-color:#F7F7F7;*/
	color:#434343;
	line-height:1.7em;
	font-weight:normal;
	font-variant:normal;
	font-style:normal;
	
}
img {
	border:0 none;
}

a {
	text-decoration:none;
	color:#1E1E1E;
}
a:visit {
	text-decoration:none;
	color:#1E1E1E;
}
a:hover {
	text-decoration:underline;
	/*color:#7F0000;*/
	color:#CF3333
}

.clear{
	clear:both;
}
.floatizq{
	float:left;	
}
.floatder{
	float:right;	
}
.ancho55{
	width:55%;	
}
.ancho45{
	width:45%;	
}
.ancho80{
	width:80%;	
}
.ancho95{
	width:95%;	
}
/* -----------------------------------------------------------------------------*/
/* Hojas de estilo relacionadas con la CABECERA que contendrá toda la administración.*/
/* -----------------------------------------------------------------------------*/
.cabecera{
	margin: 0 0 10px;
	padding: 5px;
	/*background:#393939 url(../imagenes/bordePie.png) repeat-x scroll center bottom;*/
	background:#393939 url(../imagenes/cabecera_azul02.png) repeat-x scroll  ;
	border-bottom:3px solid #74AFCF;
}
.cabecera h1{
	/*color:#EAEAEA;*/
	/*color:#D8D8D8;*/
	color:#EFEFEF;
	font-family:Helvetica,Arial,sans-serif;		
	font-size:1.50em;
	margin:0px;
}
.cabecera span{
	color:#B0B0B0;
	font-family:Arial,Helvetica,sans-serif;		
}
/* -----------------------------------------------------------------------------*/
/* Hojas de estilo relacionadas con menu superior.                              */
/* -----------------------------------------------------------------------------*/
.menu_superior{

	width:95%;	
	padding:0 10px;
	border-bottom:2px solid #EEEEEE;
	/*border:1px solid #EEEEEE;*/
	margin-left:3px;
	margin-right:3px;
	/*background:transparent url(/imagenes/gestion_modulo/separador.png) no-repeat scroll bottom center;*/
}
.menu_superior a, .menu_superior a:visited{	
	text-decoration:none;
	font-size:1.2em;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	line-height:1.6em;	
	padding-right: 5px;
	padding-left: 5px;
	/*border-right: 1px solid #9F3B3F;*/
	border-right: 1px dashed #9F3B3F;
	color:#004199;
	
}
.menu_superior a:hover{
	text-decoration:underline;
	color:#CF3333;	
}
.menu_superior a.destacado{
	font-size:1.3em;
	color:#333333;
	font-weight:bold;
	/*color:#9F3B3F;*/
}

/* -----------------------------------------------------------------------------*/
/* Hojas de estilo relacionadas con el PIE que contendrá toda la administración.*/
/* -----------------------------------------------------------------------------*/
.pie{
	margin-top:5px;
	width:100%;
	padding:20px 0 5px;
	text-align:center;
	background:#F4F4F4 url(../imagenes/layout/bordePie.png) repeat-x scroll center top;
	color:#424242;
	font-size:1.14em;
	font-family:Arial,Helvetica,sans-serif;
	
}
.pie h4{
	color:#424242;
	font-size:1.14em;	
}
.pie p{
	color:#8B8B8B;
	font-size:0.92em;
	
}

