/* Design by Quoqle.es [http://quoqle.es/] */
/* General */
*{
	margin: 0em;
	padding: 0em;
}
h1,h2,h3,h4,h5,h6{
	color: #6a6a6a;
}
body{
	font-family: "Trebuchet MS", sans-serif;
	color: #232323;
	font-size: 11pt;
	background: url('imagenes/web-fondo.jpg') #E5F9FF;
}
a{
	color: #AF0A0A;
	text-decoration: none;
}
a:hover{
	color: #00FF00;
}
/* Cuerpo de la web */
#cuerpo{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Header */
#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #FAD779 url(imagenes/header-fondo.png) repeat-x; /*Color de verdad: 498DBF*/
}
/* Header ===> Logo */
#logo {
	float: left;
	width: 200px;
	height: 50px;
}
#logo h1 {
	float: left;
	margin: 0;
	padding: 5px 20px 0 30px;
	font-size: 2.6em;
}
#logo h2 {
	float: left;
	margin-top: -5px;
	margin-left: 50px;
	font-size: 1em;
}
#logo a {
	text-decoration: none;
	color: #000000;
}
/* Header ===> Menu */
#menu {
	float: right;
}
#menu ul {
	margin: 0;
	padding-top: 53px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(imagenes/menu-fondo.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
#menu a:hover {
	background-image: url(imagenes/menu-fondo-encima.gif);
}
#menu .activo a {
	background-image: url(imagenes/menu-fondo-activo.gif);
}

/* Contenido */
#contenido{
	background: url('imagenes/fondo.jpg') repeat-y center top;
	padding: 0 10px 0 10px;
	margin: auto;
}
.contenido-contenedor{
	width: 720px;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 5px;		
	margin-left: auto;
	margin-right: auto;
}
/*Contenido -- Cajones (3 en linea) y Cajon_grande (1 solo)*/
.cajon, .cajon_grande{
	float: left;
	width: 230px;
	background: url(imagenes/contenido-caja-fondo.png) left repeat-y;
	margin-right: 10px;
	padding-bottom:6px;
	position: relative;
}.cajon_grande{ width: 700px; background: url(imagenes/contenido-caja_grande-fondo.png) left repeat-y;}
.cajon h2, .cajon_grande h2{
	height: 38px;
	background: url(imagenes/contenido-caja-superior.png) left no-repeat;
	font: 1.3em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00007f;
	padding: 15px 0 0 17px;
}.cajon_grande h2{ background: url(imagenes/contenido-caja_grande-superior.png) left no-repeat; }
.cajon h2 a, .cajon_grande h2 a{
	color: #00007f;
}
.cajon h2 a:hover, .cajon_grande h2 a:hover{
	text-decoration: none;
}
.cajon-contenido, .cajon_grande-contenido {
	text-align: center;
}
.cajon-contenido img, .cajon_grande-contenido img {
	width: 200px;
	height: 200px;
	border: 1px solid #b6fffa;
}
.cajon-contenido p, .cajon_grande-contenido p {
	text-align: left;
	margin-left: 20px;
}
.cajon-ultimo {
	margin-right:0;
}
.cajon-final, .cajon_grande-final{
	position: absolute;
	width: 230px;
	height: 11px;
	font-size:.1em;
	left:0;
	background: #353C2C url(imagenes/contenido-caja-inferior.png) bottom no-repeat;
}.cajon_grande-final{ width: 700px; background: #353C2C url(imagenes/contenido-caja_grande-inferior.png) bottom no-repeat; }

/* SideBar */
#sidebar{
	background: url('imagenes/pre-footer.jpg') top right repeat-x;
	color: #000;
	font-size: 1em;
	margin: auto;
	text-align: center;
	padding: 0 0 0 0;
	width: 85%;
	height: 50px;
}
#sidebar ul {
	float: right;
	list-style: none;
	margin: 0;
	margin-top: 1em;
	padding: 0;
	padding-right: 30px;
	font-size: 1em;
}
#sidebar li {
	display: inline;
	display: block;
	float: left;
	padding: 0 20px;
	color: #000;	
	text-decoration: none;
	border-left: dotted 1px #307F2F;
}
#sidebar li.primero {
	border: 0em;
}
#sidebar ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}

/* Footer */
#footer {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #1B1F12 url(imagenes/footer-fondo.png) repeat-x;
	color: #D2FFFF;
	font-size: 0.75em;
}
#footer p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10%;
}
#footer a {
	color: #4f8aff;
}
#footer a:hover {
	color: #307F2F;
	background-color: #BFBFBF;
}
