/* :::::::::::: Who is who? >>> http://codex.wordpress.org/Site_Architecture_1.5 :::::::::::: */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Estructura >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/*------------------- Estructura General -------------------*/
body {
	background: #fcfef4 /*url(images/bg2.gif)*/;
	margin: 0;
	padding: 0;
	text-align: center; /* IE hack Part 1 */
	font-size: 0.8em;
}
.alignright {	float: right;	}
.alignleft {	float: left	}
.center {	text-align: center;	}

#page {
	width: 760px;
	margin: auto;
	background-image: url(images/bg-sombra.png);
	background-repeat: repeat-y;
}

/*------------------- Estructura  Header -------------------*/
#header{
	height: 232px;
	margin-left: 7px;
	background-image: url(images/cabecera-gris.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0;
	margin-right: 6px;
	text-align: right;
}
#header a img{ border: 0; }

/*#headerimg {	margin: 0;	height: 200px;	width: 100%; }*/

#barra{
	margin-left: 7px;
	margin-right: 6px;
	background-image: url(images/navgradient.jpg);
	height: 30px;
}
#navtop {
	margin: 6px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: left;
}
#navtop a{	font-weight: bold; color: #333333;
}

#busqueda {
	margin: 3px 10px 0px 0px;
	float: right;
}
/*------------------- Estructura  Main Body -------------------*/
#container{
	text-align: left; /* IE hack Part 2 */
	padding-left: 6px;/* Si utilizamos el fondo necesitamos dejar espacio para que se vea */
	padding-right: 11px;
	padding-top: 10px;
	background-image: url(images/bg-sombra.png);
	background-repeat: repeat-y;
	float: left;
}

#content {
	float: right;
	width: 545px;
}
.narrowcolumn {/* Siempre se ve el sidebar */}
.widecolumn {/* Siempre se ve el sidebar */}

/*------------------- Estructura Sidebar -------------------*/
#sidebar {
	width: 198px;
	float: left;
}
#sidebar ul {
	margin: 0;
	padding: 5px;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-image: url(images/red-rose.png);
	list-style-position: inside;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00527F;
	text-transform: none;
	font-weight: normal;
}
#sidebar ul li ul {
	margin: 0;
	padding: 2px 2px 2px 5px;
}
#sidebar ul li ul li{
	list-style-image: url(images/four-crosses.png);
	list-style-position: inside;
}
#sidebar li a { color: #00527F; }
#sidebar .page_item {  }
#sidebar .current_page_item{ text-transform: uppercase; font-weight: bold; }

/*+++++ Formularios Sidebar +++++*/
#sidebar form { margin: 0; }
#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}

/*------------------- Estructura  Footer -------------------*/

#footer {
	float: left;
	width: 760px;
	height: 30px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
#footer p {
	font-size: 0.8em;
	text-align: center;
	color: #422D1C;
	margin:0;
	padding: 0;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Tipografías >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/*------------------- Cabeceras -------------------*/

h1{
	color: #00527F; 
	font-size: 1.3em; 
	text-transform: uppercase;
}

h2 {
	color: #422D1C;
	font-size: 1.1em;
}
h2 a, h2 a:visited { color: #422D1C;}
h2 a:hover { color: #785A3C;}
*h2.pagetitle {
	font-size: 1.6em;
	text-align: center;
}

*#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
 color: #00527F;
 font-size: 0.9em;
}
h3 a, h3 a:visited { color: #00527F; }

*h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

/*------------------- Etiquetas html -------------------*/

body { font-family: Georgia,Palatino, verdana, arial; }

a { color: #539DBC; text-decoration: none;  }
a:hover{text-decoration: underline;  }
form {	display: inline; }
input {
	border: 1px solid #666666;
}
select {	width: 130px;}
p{
	color: #333;
	font-family: georgia, verdana, arial, sans-serif;
	text-align: justify;
	font-weight: normal; 
}
acronym, abbr, span.caps {	cursor: help;	}
acronym, abbr {	border-bottom: 1px dashed #999;	}
cite {
	color: #900;
	padding-left: 60px;
}
blockquote {
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	background: url(images/quotemarks.gif) no-repeat 0 3px;
}
blockquote p { color: #777; font-family: Arial, Helvetica, Sans-Serif;}

hr {	display: none;	}
small, blockquote, cite, input {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.5em;
}
small, strike { color: #777; }
	
code { font: 1.1em 'Courier New', Courier, Fixed; }
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}
ol li {	list-style: decimal outside; }

/*------------------- Clases -------------------*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}
	
.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}
/* En el header, descripcción del blog
.description {
	font-size: 1.2em;
	text-align: center;
}
a.description {
	text-decoration: none;
	color: white;
}
*/
.nocomments {	color: #777;	}
	
span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Posts/Noticias >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.entry p a:visited {
	color: #b85b5a;
	}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { /* Esto es principalmente para los mensajes protegidos con contraseña, les da mejor aspecto. */
	text-align:center;
	}
/*	
.post {
	margin: 0 0 40px;
	text-align: justify;
}
.widecolumn .post {
	margin: 0;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}
*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Posts Data  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.postmetadata {
	color: #003366;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 16px;
	border-top: 1px dotted #ccc;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Comentarios >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/*------------------- Formularios -------------------*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Calendario >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* No funciona en IE */
	background-color: #fff; }
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Galeria >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#galeria {
	margin: 10px;
	text-align: center;
	clear: right;
}
#imgHolder {
	background: transparent url(../../../galerias/loading_photo_meter.gif) no-repeat 50% 50%;
	margin:0; 
	padding:0;
	clear: both;
}
#imgHolder img {
	border: 1px solid #333333;
	padding:5px;	
}
#imgList ul {list-style:none;margin:0; padding:0; width:100%;}
#imgList li {list-style:none;float:left; margin:5px; padding:0;}
#imgList li a img {border: 1px solid #333333; }
#imgList li img {display:block; float:left;}
#imgList a:hover img { filter: alpha(opacity=50); opacity: .5; border: 1px solid #00527F; }


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Imágenes >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

p img {
	padding: 0;
	max-width: 100%;
	}
a img {	border: none;	}

img.center {/* img.centered */
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid Black;
}
	
img.right {
	/* img.alignright */
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	border: 1px solid Black;
}

img.left {/* img.alignleft */
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	border: 1px solid Black;
}



/* ------------------------------- Hacks ---------------------------------- */
/* 
This piece of code is for clearing
the floats without structural markup
Don't modify it
*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
 display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */





