/*
 * (c) Idus Informática C.B. 2005
 * Contacto: inforcom@idusinformatica.com
 * http://www.idusinformatica.com
 *
 */
/*************************************************************************************************
 * POSICIONAMIENTO DE CABECERA					
 *************************************************************************************************/
#cabecera {
	background-color: #ffffff;
	position : relative;
	height: 143px;
}
#cabecera #superior {
	height: 140px;
	background: #ffffff url(../img/cabeceraizquierda.jpg) no-repeat left top;
	width: 100%;
}
#cabecera #superior #accesibilidad {
	float: right;
	margin: 2% 4% 0% 0%;
	padding: 1% 4% 0% 0%;
}
#cabecera #superior #logotipo {
	float: right;
	margin: 1% 1% 0% 0%;
	padding: 1% 1% 0% 0%;
}
#cabecera #inferior {
	clear: both; 
	background: #ffffff url(../img/fondolineaazul.gif);
	width: 100%;
	height: 3px;
	font-size: 0%;
}
/*************************************************************************************************
 * POSICIONAMIENTO DE MENU
 *************************************************************************************************/
#menu {
	clear: both;
	height: 20px;
	background-color: #99CC00;
}
#menu div {
	float: left;
	width: 15%;
	text-align: center;
}
/*************************************************************************************************
 * POSICIONAMIENTO DE CUERPO COMPLETO
 *************************************************************************************************/
#cuerpo {
	position : relative;
	height: 420px;
	background-color: #ffffff;
	padding: 0%;
}
#cuerpo #imagen {
	width: 205px;
	float: left;
	height: 420px;
	background-color: #666666;
}
#cuerpo #contenido{
	width: 76%;
	float: left;
	margin: 1% 0% 0.2em 0.5em;
}
#cuerpopr {
	position : relative;
	height: 420px;
	padding: 0%;
	background: #97B3B9;
}
#cuerpopr #imagen {
	width: 205px;
	float: left;
	height: 420px;
	background-color: #666666;
}
#cuerpopr #contenido{
	width: 76%;
	float: left;
	margin: 1% 0% 0.2em 0.5em;
}
#cuerpoapl {
	position : relative;
	/*height: 420px;*/
	background-color: #ffffff;
	padding: 1px 0.2em 1px 0.5em;
}
/*************************************************************************************************
 * POSICIONAMIENTO DE CUERPO SUPERIOR
 *************************************************************************************************/
#cuerpo_sup {
	position : relative;
	height: 155px;
	background-color: #ffffff;
	text-align: center;
	padding-top: 1.5%;
}
#cuerpo_sup div {
	display: inline;
	height: 155px;
	width: 20%;
	margin: 0% 2% 0% 2%;
}
/*************************************************************************************************
 * POSICIONAMIENTO DE CUERPO INFERIOR
 *************************************************************************************************/
#cuerpo_inf {
	clear: both;
	position : relative;
	height: 222px;
	border-bottom: 1px solid #757675;
	border-top: 1px solid #757675;
}
/*************************************************************************************************
 * POSICIONAMIENTO DE PIE SUPERIOR
 *************************************************************************************************/
#pie_sup {
	clear: both;
	color: #FFFFFF;
	position : relative;
	border-bottom: 1px solid #757675;
	height: 24px;
	background-color: #000000;
	text-align: center;
}
/*************************************************************************************************
 * POSICIONAMIENTO DE PIE INTERIOR
 *************************************************************************************************/
#pie_inf {
	color: #FFFFFF;
	position : relative;
	height: 24px;
	text-align: center;
	padding: 10px 0% 0% 0%;
	background-color: #3366FF;
	padding-bottom: 5px;
}