/*...............*/
/* Cuerpo básico */
/*...............*/

body {
	text-align: center;
	width: 740px;
	margin: auto;
	font-family: verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 76%;
	color: #000;
	background: #d4d6d5 url(img/bg.png) center top;
	}


/*...................................................................................*/
/* Truco para evitar que la barra de scroll de Firefox desaparezca y mueva la página */
/*...................................................................................*/

html, body {min-height:100.1%}


/*......................................*/
/* Estilos de enlace, acrónimos y citas */
/*......................................*/

a {
	text-decoration: none;
	color: #900;
}

a:visited {
	color: #884631;
}

a:hover {
	color: #bab5ab;
}

a:active {
	color: #666;
}

acronym {
	border-bottom: 1px dotted #ccc;
}

q, blockquote {
	background-color: #eae8e3;
}

blockquote {
	padding: 1em;
}

/*..........................*/
/* Elementos de envoltura:  */
/* propiedades de las cajas */
/*..........................*/

#wrapper {
	text-align: left;
	float: left;
	width: 740px;
	background: #fff url(img/paper.png) repeat-y;
	border: 0px;
	margin: 14px 0; /* El margen superior tiene que ser múltiplo de 14 para que case la imagen de fondo */
}

#header	{
	float: left;
	clear: both;
	height: 118px;
	width: 740px;
	background: url(img/header.png) no-repeat;
}

#sidebar {
	float: right;
	margin: 20px;
	padding: 8px;
	width: 115px;
        display: inline; /* Solución bug de IE que duplica el padding */
	background: #eae8e3 url(img/sidebar.png);
	border-top: 1px solid #eae8e3;
	border-left: 1px solid #eae8e3;
	border-right: 1px solid #bab5ab;
	border-bottom: 1px solid #bab5ab;

}

#content {
	float: right;
	width: 540px;
	margin: 20px 20px 40px 0;
        padding: 0;
	line-height: 1.6em;
	display: inline; /* Solución bug de IE que duplica el padding */
}

#footer {
	background: url(img/footer.png) no-repeat bottom;
	padding: 0;
	margin: 0 auto;
	width: 740px;
	height: 63px;
	clear: both
}


/*..........*/
/* Cabecera */
/*..........*/

#header h1 {
	margin: 0;
	padding: 45px 45px 0 0;
	font-size: 3em;
	color: #000;
	text-align: right;
}

#header h2 {
	margin: 0;
	padding: 0 50px 0 0;
	text-align: right;
	font-size: 1.5em;
	color: #555;
}

#header a {
	color: #000;
}

/*..............*/
/* Menu lateral */
/*..............*/

#sidebar h2 {
	font-size: 1.4em;
	padding: 10px 0 .2em 0;
	margin: 0;
}

#sidebar ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	}
#sidebar ul li {
	padding: 0 0 .4em;
}

/*............*/
/* Contenidos */
/*............*/

#content h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.7em;
	padding: 10px 10px 0 10px;
	margin: 0;
}

#content h2 {
	font-size: 1.4em;
	padding: 0 10px;
	margin: 0;
	color: #555;
}

#content h3 {
	font-size: 1.2em;
	padding: 0 10px;
	margin: 0;
	color: #555;
}

#content p {
	padding: 0 10px;
}

#content .post {			/* Para artículos */
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: url(img/gracia.png) center bottom no-repeat;
}

#content .legal {			/* Para el aviso legal */
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 10px;
	margin: 0;
}


#content img {
	max-width: 100%;
	margin: 6px;
	padding: 3px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#content li {
	line-height: 2.0em;
	padding: 0 10px;
}

.bloque {
	float: left;
	width: 698px;
	border: 1px solid #eae8e3;
	background-color: #fcfaf7;
	margin-top: 5px;
}

.columna {
	float: left;
	width: 50%;
	display: inline;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 6px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 6px 2px 0;
	display: inline;
}

#content img.clean {
	border: 0px;
	margin: 4px;
}

.alignright {
	float: right;
	text-align: right;
	}

.alignleft {
	float: left;
	text-align: left;
}

.aligncenter {
	text-align: center;
	}

.separador {
	margin: 30px 0;
	}

p.fecha {
	margin: 0;
	color: #999;
}

/*.....*/
/* Pie */
/*.....*/

#footer	{
	text-align: center;
	line-height: 1.5em;
	font-size: 0.8em;

}


/***************/
/* Comentarios */
/***************/

small
{
	font-size: 10px;
	line-height: 1.2em;
}

.comment_name_input, .comment_email_input, .comment_web_input
{
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	width: 230px;
}

.txpCommentInputMessage
{
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;
}

#comment_form {
	width: 540px;
	padding: 40px 0 0 0;
	margin: 0;
}

.comentario {
	margin: 1.5em 0;
	background-color: #EAE8E3;
	border: 1px solid #BAB5AB;
}


#comment_form {
margin:0;
padding:40px 0;
width:100%;
}

ol.comments {
color:#555;
list-style-type:none;
margin:1.5px 0 0;
padding:0;
}

ol.comments li {
margin-bottom:0.5em;
padding:0.5em 1em;
}

.even {
background:#f9f9f9;
border:1px solid #eee;
padding:0.5em;
}

.odd {
background:#f0f0f0;
border:1px solid #eee;
padding:0.5em;
}


/*********************************/
/* Menu horizontal de navegacion */
/*********************************/

#navcontainer {
	margin: 0px;
	padding: 0px;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li { 
	float: left; 
}

#navcontainer ul li a {
	text-decoration: none;
	float: left;
	margin: 0px;
	height: 190px;
	width: 185px;
	padding: 0;
	text-indent: -9000px;
}


/* Para el boton de «Día a día» */

#navcontainer ul li#blog_activo {
	background: url(img/fotos/1.jpg) 0 0;
}

#navcontainer li#blog {
	background: url(img/fotos/1.jpg) 0 -190px;
}

#navcontainer li#blog a:hover {
	background: url(img/fotos/1.jpg) 0 -380px;
}


/* Para el boton de «Qué hacemos» */

#navcontainer ul li#activ_activo {
        background: url(img/fotos/2.jpg) 0 0;
}

#navcontainer li#activ {
        background: url(img/fotos/2.jpg) 0 -190px;
}

#navcontainer li#activ a:hover {
	background: url(img/fotos/2.jpg) 0 -380px;
}


/* Para el boton de «Quienes somos» */

#navcontainer ul li#nosotras_activo {
	background: url(img/fotos/3.jpg) 0 0;
}

#navcontainer ul li#nosotras {
	background: url(img/fotos/3.jpg) 0 -190px;
}

#navcontainer li#nosotras a:hover {
	background: url(img/fotos/3.jpg) 0 -380px;
}


/* Para el boton de «Cómo contactar» */

#navcontainer ul li#contacto_activo {
	background: url(img/fotos/4.jpg) 0 0;
}
	
#navcontainer ul li#contacto {
	background: url(img/fotos/4.jpg) 0 -190px;
}

#navcontainer ul li#contacto a:hover {
	background: url(img/fotos/4.jpg) 0 -380px;
}

