/* Colores de fondo y cabecera */
body{
	background-color: #808080;
}

#container{
	margin-top: 20px;
}

#page-nav, #header, #navigation, #content{
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

/* estos estilos son equiv. a clas-full, que se puede añadir a los div en el html */
#page-nav,
#navigation{
    margin: 0 auto;
    width: 960px;
}
#page-nav ul.rss{
    margin-right: 10px;
}

#top{
	background: none;
}

#header{
	background-color: #fff;
	padding: 0;
}

/* Para la altura de las opciones de menú */
#cat-nav, #secnav li{
	height: 40px;
}
#secnav a{
	line-height: 40px;
}
#cat-nav #search{
	height: 34px;
	margin: 5px 10px;
}
/* Fin altura opciones de menú */

/* FIN DE Colores de fondo y cabecera */



#content{
	background: #fff;
	margin: 0px auto 30px;
	/*padding: 10px;*/
}

.entry{
	text-align: justify;
}

.entry a.btn, input.submit {
	background: url("images/bg-button.png") no-repeat scroll center 0 #CFA33A;
	border: 1px solid #B9B9B9;
}

.entry img.alignleft{
	border: 1px solid #cccccc;
	margin: 10px 20px 10px 0;
}

.entry img{
	display: block;
	margin: auto;
	border: none;
}

/* Para los fondos del contenido */
#main{
	background: #fff;
	margin-top: 20px;
	width: 660px;
}
#sidebar{
	margin-top: 20px;
}
/* Fin fondos contenido */


.post-meta{
    text-transform: none;
}

.post-bottom{
	padding: 0 10px;
	margin: 0 25px;
}

/* para quitar el degradado del fondo de las cajas del listado de posts */
div.box{
	background: none;
}
div.post div.adsense{
   width: 100%;
   text-align: center;
}

.post #share {
    padding: 1px 0 0 75px;
}
.post #share .banner {
	width: 90px;
	background: url("images/banner-shared.png") no-repeat scroll 0 0 transparent;
}

#sidebar > div{
	width: 270px;
	margin-left: 15px;
}

/* Para el widget de tabs */
/*
#tabs .inside {
    padding: 0 !important;
}
#tabs .inside ul {
    margin: 0;
}
#tabs .inside li{
	background: url("images/esl-bullet.gif") no-repeat scroll 5px 7px #F0E7D3;
	color: #444444;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.6em;
    list-style: none outside none;
    margin: 2px 0;
    padding: 3px 5px 3px 20px;
    text-transform: none;
}
#tabs .inside li a {
	color: #444444;
	font-weight: normal;
	line-height: 1.6em;
}
#tabs ul.wooTabs {
	background: #CFBC8F;
}
*/
/* Fin del widget de tabs */



/* Gallery Styling */
.gallery .image-title,
.gallery .image-description,
.gallery .image-author,
.gallery .image-link {
    display:none;
}

#main .gallery
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: none;
}

#main .gallery ul.images
{
    list-style-type: none;
    border: none;
    padding: auto;
    margin: auto;
}

#main .gallery ul.images li.image
{
    display: inline-block;
    line-height: 0;
width: 30%;
	margin: auto;
	padding: 0;
	list-style: none; 
	background: none;
}

.gallery ul.images li.image a
{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    margin: 10px;
    display: inline-block;
    background: white;
    padding: 3px;
    line-height: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
    -moz-box-shadow: 0px 0px 8px #AAA;
    -webkit-box-shadow: 0px 0px 8px #AAA;
    box-shadow: 0px 0px 8px #AAA;
    -webkit-transition: -webkit-box-shadow 0.1s ease-out;
    -moz-transition: -webkit-box-shadow 0.1s ease-out;
    -o-transition: -webkit-box-shadow 0.1s ease-out;
    transition: -webkit-box-shadow 0.1s ease-out;
}

.gallery ul.images li.image a img
{
    border: none;
    padding: none;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
}

.gallery ul.images li.image a:hover
{
    -moz-box-shadow: 0px 0px 8px #222;
    -webkit-box-shadow: 0px 0px 8px #222;
    box-shadow: 0px 0px 8px #222;
}
/* FIN DE Gallery Styling */



/* Estilos para la paginación dentro de post multi-páginas */
.pagenumbers{
    margin-bottom: 10px;
    background: url("images/bg-post-bottom.png") repeat-x scroll center top #E4E4E4;
    border-bottom: 1px solid #B9B9B9;
    border-top: 1px solid #DBDBDB;
    line-height: 44px;
    padding: 0 10px;
}
 
.pagenumbers a, .pagenumbers a:link {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e7e7e7;
	color: #1d8dcb;
	background-color: #FFFFFF;
}
.pagenumbers a:visited {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e7e7e7;
	color: #1d8dcb;
	background-color: #FFFFFF;
}
.pagenumbers a:hover {
	border: 1px solid #3b3b3b;
	color: #3b3b3b;
	background-color: #FFFFFF;
}
.pagenumbers a:active {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e7e7e7;
	color: #e56100;
	background-color: #FFFFFF;
}
/* FIN DE Estilos para la paginación dentro de post multi-páginas */



/* Anterior y siguiente post o página de listado */
.more_entries{
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: none;
	padding: 20px 20px;
}
.more_entries .wp-pagenavi {
	height: 75px;
	line-height: 75px;
    margin: 0;
    text-align: center;
}
.more_entries a{
	border: 0px;
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0;
}
.more_entries a:hover{
	border: 0;
	background-color: #FFFFFF;
	text-shadow: none;
}
.more_entries .fr, .more_entries .fl{
	width: 30%;
}
.more_entries .fr{
	text-align: right;
}
/* FIN DE anterior y siguiente post o página de listado */



/* Para los gidgets del sidebar */
.widget {
    background: url("images/bg-box.png") repeat-x scroll 0 0 #FEFEFE;
}

.widget ul li{
   background: url("images/ico-bullet.png") no-repeat scroll 4px 10px transparent;
}

.widget_text a > img{
	margin: 10px auto;
	display: block;
}

.widget	> div.textwidget{
   text-align: center;
   padding: 0 10px 10px;
}

.widget ul li a {
   line-height: 1.8em;
}

.widget ul, .widget div, .widget p {
	padding: 0px 5px 10px;
}
/* FIN DE Para los gidgets del sidebar */


/* Para el botón en el widget de autor */
.widget a.btn{
    background: url("images/bg-button.png") no-repeat scroll center 0 #CFA33A;
    border: 1px solid #B9B9B9;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: italic;
    padding: 4px 8px;
    text-shadow: 0 1px 0 #777777;
}
.widget a.btn:hover{
	cursor: pointer;
	opacity: 0.8:
}
/* FIN DE para el botón en el widget de autor */
