body {
	font-family:Trebuchet MS;
	font-size:12px;	
	color: #464646;
	text-decoration: none;
	background-color: #D4D4D4;
	margin:0;
	padding:16px;
}
/* ********************************************************CUERPO TOTAL-0 = ANCHO DE PÁGINA Y BACKGROUND DE PÁGINA*/
#main {
	width:714px;
	margin:auto;
	background-image: url('images/fondo_1.gif');

}
/* ********************************************************LOGO SUPERIOR */
#logo {
	background-image: url('images/cierre_superior.gif');
	background-repeat: no-repeat;
	background-position: center top
}
#logo img {
	padding:25px 0 10px 25px;
}
#b_left {
	float:left;
	padding:0px 10px 0px 0px;
}
/* ********************************************************CUERPO TOTAL-2 = CUERPO INTERIOR ANCHO = ENCABEZADO */
#main-inner-1 {
	padding-left:18px;
	padding-right:17px;

}
/* ********************************************************BLOCK DERECHO */
#main-inner-right {
	padding-top:15px;
	width: 430px;
	display:block;
	float:right;
}
/* ********************************************************CAJONES (DOBLE) PARA BLOCK DERECHO */
#cajon_1 {
	padding-top:20px;
	width: 215px;
	float:left;
	text-align:center;
	color:#3F8288;
}
/* ********************************************************BLOCK COMPLETO */
#main-inner-full {
	padding:24px 27px 0 27px;
	line-height:27px;
	clear:both;
}
/* ********************************************************BLOCK IZQUIERDO: OPCIONES DE MENU */
#main-inner-left {
	width: 241px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
#navbar {
	width: 241px;
	line-height:0
	text-decoration:none;
	text-indent:-100.0em;
}
#navbar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
}
#navbar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear:both;
}
#navbar a {
	display:block;
	float:left;
	width:225px;
	text-decoration:none;
	text-indent:-100.0em;
	margin: 0px;
	padding: 0px;
}
a.nav1, a.nav1:visited {
	height:94px;
	background-image: url('images/menu_opc_1.jpg');
	background-repeat: no-repeat;
	line-height:24px
}
a.nav1:hover {
	background-image: url('images/menu_opc_1over.jpg');
}

a.nav2, a.nav2:visited {
	height:94px;
	background-image: url('images/menu_opc_2.jpg');
	background-repeat: no-repeat;
	line-height:25px
}
a.nav2:hover {
	background-image: url('images/menu_opc_2over.jpg');
}

a.nav3, a.nav3:visited {
	height:94px;
	background-image: url('images/menu_opc_3.jpg');
	background-repeat: no-repeat;
	line-height:25px
}
a.nav3:hover {
	background-image: url('images/menu_opc_3over.jpg');
}

a.nav4, a.nav4:visited {
	height:101px;
	background-image: url('images/menu_opc_4.jpg');
	background-repeat: no-repeat;
	line-height:25px
}
a.nav4:hover {
	background-image: url('images/menu_opc_4over.jpg');
}
/* ********************************************************CONTENIDOS IMAGEN IZQUIERDA */
#marco_1 {
	padding-top:15px;
	display:block;
	float:left;
}
#marco_izq {
	padding-top:15px;
	width: 100px;
	display:block;
	float:left;
}
/* ********************************************************CONTENIDOS IMAGEN DERECHA */
#marco_der {
	padding-top:15px;
	width: 330px;
	display:block;
	float:right;
}


#apartado {
	position:relative;
	width:94%;
	padding:0px 0px 0px 0px ;
	margin:5px 0px 0px 0px;
}
#apartado_imagen {
	position:relative;
	float:left;
	width:100px;
	height:100px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
}
#apartado_texto {
	margin-left:10em;
	position:relative;
	width: 20.5em;
	text-align:left;
	font-family:Trebuchet MS;
	font-size:12px;
	padding:10px 0px 0px 10px;
	background:#FFFFFF;
	border-left:1px solid #B9A6AC;
}



h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p { margin: 15px 0; }
/*p, ul, ol { margin: 15px 0; }*/




#footer {
	clear:both;
	width:714px;
	margin:auto;
	background-image: url('images/cierre_inferior.gif');
	background-position:  center top;
	background-repeat: no-repeat;
	font-size: 11px;
	color:#464646;
	text-align:center;
	padding:12px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#464646;
	text-decoration:none;
}
#footer a:hover {
	color:#464646;
	text-decoration:underline;
}
b {
	color:#1d65b7;
	text-decoration:normal;
}
a, a:visited {
	color:#2d75c7;
	text-decoration:underline;
}
a:hover {
	color:#464646;
	text-decoration:none;
}
.clear {
	clear:both;
}
.headingimg {
	margin:0px 0 0 0;
}
.leftimg {
	display:block;
	float:left;
}
.rightimg {
	display:block;
	float:right;
}