/*Documento CSS*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../imagenes/cabecera_bg.jpg);
	background-repeat:  repeat-x;
	}
	
#container {
	background-image: url(../imagenes/sidebar_bg.jpg);
	background-repeat:  repeat-y;

	}	

#sidebar {
	margin: 0;
	background-color: #e9e7e5;
	float: left;
	width: 322px;
	padding-bottom: 40px;	
	}

#main {
	margin: 0 0 0 322px;
	width:	554px;
	padding: 0 0 0 50px;
	border-left: 22px solid #f3c605;
	border-right: 1px solid #f4f3f2;
}

#logo {
	width: 322px;
	height: 260px;
	background-image: url(../imagenes/logo_bg.jpg);

}


#menu {
	padding: 35px 0 20px 83px;
	background: #f4f3f2;
	border-bottom: 50px solid #edebea;
}

#menu ul {
	margin-top: 20px;
}

#menu ul li {
	color: #999999;
	font-size: 1em;
	padding-right: 10px;
	padding-bottom: 10px;
}

#menu ul li a {
	text-decoration: none;
	font-size: 0.8em;	
	font-variant: normal;
	text-transform: uppercase;
	color: #a9a7a7;
}

#menu ul li a:hover {
	padding-left: 5px;
	
}

#menu ul li a span {
	color: #f4f3f2;
}

#menu ul li a:hover span {
	color: #7286d1;
}

#menuCabecera {
	padding-top: 35px;
	height: 30px;
}

#menuCabecera ul {
	float: right;
}

#menuCabecera ul li {
	color: #999999;
	font-size: .8em;
	float: left;
	padding-right: 10px;
}

#menuCabecera ul li a {
	color: #999999;
	text-decoration: none;
}

#seccion {
	margin-top: 50px;
	}

#texto {
	width: 274px;
	}

#texto p {
	text-align: justify;
	}
	
#imagenes {
	float: right;
	width: 230px;
	height: 133px;
	}


h2 {
	font-size: 1.2em;
	color: #7286d1;
	}
	
#seccion h3 {
	font-size: 1.8em;
	color: #7286d1;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 30px;
	}
	
#pie {
	background-color: #d9d7d0;
	height: 180px;
	margin-left: -50px;
	padding: 20px;
	border-top: 1px solid #CCCCCC;
	}
	
#pie p {
	margin: 15px 0 0 30px;
	font-size: 0.7em;
	}
	
#pie p span {
	
	color: #354AA2;
	}
	
	
#footer {
	clear: both;
	background-color:#f3c605;
	height: 10px;
}

.completa {	
	margin: 35px 0 45px 0;
	}	
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.alignleft{float: left; padding-right: 14px; margin-bottom: 18px;}
.alignright{float: right; padding-left: 14px; margin-bottom: 18px;}