@charset "utf-8";
/* CSS Document */

/*--------------------------------   AREAS LAYOUT   --------------------------------*/
#contenedorArea {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	z-index: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#encabezado1Area {
	width: 1000px;
	background-color: #FFF;
	margin: 0px;
	z-index: 600;
	text-align: left;
}
#encabezado2Area {
	width: 1000px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	z-index: 600;
}
#encabezado3Area {
	width: 1000px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 600;
}
#cuerpoArea {
	background-color: #FFF;
	z-index: 600;
	min-height: 10px;
	height: 100%;
	width: 655px;
	border-right-style: none;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

#pieArea {
	background-color: #213A63;
	width: 1000px;
	z-index: 1700;
	visibility: visible;
	height: 30px;
	clear: both;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #FFF;
	padding-top: 15px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	text-decoration: none;
}

.area-horizontal {
	background-color: #F0F0F0;
	width: 100%;
	z-index: 1700;
	visibility: visible;
	clear: both;
	background-image: url(../img/cspn/bloqueDer-fondo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}



/*--------------------------------  CONTENIDOS  ----------------------------*/
#cuerpo {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #666;
	font-size: 12px;
	background-color: #FFF;
	width: 100%;
	z-index: 1500;
	text-align: justify;
	min-height: 10px;
	float: left;
	height: 100%;
}



/*--------------------------------  BLOQUES MENU LATERALES  ----------------------------*/
#menuAreaIzq {
	width: 300px;
	min-height: 10px;
	height: 100%;
	z-index: 600;
	overflow: visible;
	visibility: visible;
	text-align: left;
	float: left;
}

#menuAreaIzq .menuBloque {
	background-color: #F0F0F0;
	z-index: 1000;
	overflow: visible;
	margin-bottom: 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-image: url(../img/cspn/bloqueDer-fondo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	/* BORDES REDONDEADOS */
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 12px;
	margin-right: 10px;
}
#menuAreaIzq .menuBloqueTitulo{
	z-index: 1200;
	visibility: visible;
	width: 280px;
	background-color: #213A63;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* BORDES REDONDEADOS */
	/*border-radius: 5px;
	-moz-border-radius: 5px;*/
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	margin-left: -5px;
	/* SOMBRAS */
	/*-moz-box-shadow: 5px 5px 5px rgba(0.4,0,0,0);
	-webkit-box-shadow: 5px 5px 5px rgba(0.4,0,0,0);
	box-shadow: 5px 5px 5px rgba(0.4,0,0,0);*/

}
#menuAreaIzq .menuBloqueTituloEsquina{
	width: 38px;
	position: absolute;
	margin-top: -32px;
	left: 1000px;
	}
