/*  
Theme Name: simple
Theme URI: 
Description: tema simple
Version: 1
Author: simple
Author URI: 
*/

* {
	margin: 0px;
	padding: 0px;
	list-style: inside;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #F5F3ED;
}
.center
{
  display:block;
  margin-left:50px;
  text-align:center;
}




#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	overflow: hidden;
}
#cabecera {
        height: 160px;

	overflow: hidden;
	background: transparent url(cabecera.jpg) no-repeat;
	border: 1px solid #000000;
	}
}


#cabecera h1 {
	font-size: 1.3em;
	line-height: 1em;
	margin: 0;
	}

#cabecera h1 a {
	text-align: center;
	display: block;
	width: 550px;
	height: 160px;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #0000FF;
	}
#cuerpo {
	float: left;
	width: 600px;
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #7C6347;
}
#cuerpo .description {
	font: 8pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FF6600;
	text-align: center;
	display: block;
	border-bottom: dotted 1px #666666;
	}

#cuerpo .entrada {
	clear: both;
}
#cuerpo .articulo a {
	color: #0000FF;
}


#cuerpo .tituloarticulo a {
	font: 20pt/28px Georgia, "Times New Roman", Times, serif;
	display: block;
        margin-top: 1em;
	color: #0000FF; 
	padding-left: .5em;
	text-decoration: none;
}
#cuerpo .fechaarticulo {
	font-size: x-small;
	color: #FF6600;
        text-align: right;
	border-bottom: solid 1px #E5E5E5;
}
#cuerpo .fechaarticulo img{
vertical-align:bottom;
}
#cuerpo .articulo {
	font-size: small;
	line-height: 150%;
	color: #333333;
        text-align:justify;
}

#cuerpo .articulo p:first-child:first-letter {

color: #D4D4C7;
float: left;
font-size:60px;
line-height:40px;
padding-top:4px;
padding-right:5px;
font-family: Times, serif, Georgia;
}


#cuerpo .articulo p + p {
  text-indent: 2.5em;
  }
#cuerpo .articulo p {
	padding-top: 20px;
	padding-bottom: 6px;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
#cuerpo .articulo p img {
	float: center;
        margin: auto;
	border: 1px solid #339900;
	padding: 3px;
        display: block;
	margin-top: 15px;

}
#cuerpo .articulo p embed {
	float: center;
        margin: auto;
	border: 1px solid #ced4ca;
	padding: 3px;
        display: block;
	margin-top: 15px;
}
#cuerpo .articulo blockquote {
	padding: 15px;
	background: #F5F7F1;
	margin: 5px;
}
#cuerpo .articulo blockquote blockquote {
	background: #D9E0C9;
	margin: 5px;
	padding: 5px;
}
#cuerpo .articulo .wp-smiley {
	float: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}


#cuerpo .articulo ul li { background:transparent url() no-repeat scroll 0 8px;line-height:20px;margin:4px 0;padding:0 0 0 10px; }
#cuerpo .articulo ul li strong {
font-weight:bold;
color: #000000;
}


#cuerpo .articulo p strong {
font-weight:bold;
color: #000000;
}


#cuerpo .meta {
	text-align: right;
	padding-bottom: 35px;
	font-size: small;
	clear: both;
}
#cuerpo .meta a {
	color: #990000;
	text-decoration: none;
}
#cuerpo .navigation a {
	color: #33CC00;
        font: 10pt Georgia, "Times New Roman", Times, serif;
}
#cuerpo .navigation .siguientesposts {
	float: right;
}
#cuerpo .navigation .previosposts {
	float: left;
}

#cuerpo .commentsblock #comments {
	font-size: large;
}

#cuerpo .commentsblock .commentlist .commentmetadata {
	font-size: x-small;
	display: none;
}
#cuerpo .commentsblock .commentlist li {
	background: #F5F7F1;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	list-style: decimal inside;
}
#cuerpo .commentsblock .commentlist p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cuerpo .commentsblock .commentlist a {
	color: #0066CC;
}

#cuerpo .commentsblock #respond {
	font: 13pt Georgia, "Times New Roman", Times, serif;
}
#cuerpo .commentsblock #respond p {
	font: 9pt Georgia, "Times New Roman", Times, serif;
}
#cuerpo .commentsblock #respond a {
	font: 9pt Georgia, "Times New Roman", Times, serif;
}

#cuerpo .commentsblock #commentform input, textarea {
	padding: 2px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#cuerpo .commentsblock #commentform #submit {
	background: #FFCC33;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}
#cuerpo .commentsblock #commentform p {
	font: 11pt Georgia, "Times New Roman", Times, serif;
}
#cuerpo .commentsblock #commentform a {
	font: 11pt Georgia, "Times New Roman", Times, serif;
}
#cuerpo .separador
{
text-align:center;
	padding-top: 40px;
         padding-bottom: 185px;
}
#cuerpo .separadorarriba
{
text-align:center;
	padding-top: 50px;
         padding-bottom: 50px;
}


#derecha {
	float: left;
	width: 135px;
	padding: 20px;
	font-size: x-small;
}
#derecha h2 {
	font-size: small;
	text-decoration: underline;
	color: #333333;
}
#derecha h4 {
	font-size: small;
	color: #333333;
	display: block;
	background: #FFFFFF;
	padding-left: .5em;
}
#derecha ul {
	list-style: url(none) none outside;
	padding: 10px 0px;
	padding-bottom: 25px;
	border-top: dotted 1px #cccccc;
}
#derecha ul li {
	list-style: url(none) none outside;
}

#derecha ul li a {
	list-style: url(none) none outside;
	color: #33CC00;
	text-decoration: none;
	padding: 5px 0px;
}
#derecha ul lo a:hover {
	color: #000000;
}

#relacionados h4 {
	font-size: small;
	color: #333333;
}





#menu {
	float: left;
	width: 140px;
	padding: 20px;
	color: #666666;
	text-align: right;
	font-size: x-small;
}
#menu img {
	border-style: none;
}

#menu h2 {
	color: #333333;
	font-size: small;
	text-decoration: underline;
}
#menu ul {
	list-style: url(none) none outside;
	padding: 10px 0px;
}

#menu ul li {
	list-style: url(none) none outside;
}

#menu ul li a {
	text-decoration: none;
	color: #666666; 
	list-style: outside;
	padding: 5px 0px;
}
#menu ul li a:hover {
	color: #000000;
}

#articulosanteriores ul {
	list-style: url(none) none outside;
	padding: 10px 0px;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	line-height: 12pt;
	padding-bottom: 35px;
}
#articulosanteriores h5 {
	font: 13pt Georgia, "Times New Roman", Times, serif;
	color: #333300; 
	margin-top: 55px;
}

#articulosanteriores ul li {
	list-style: url(none) none outside;
}

#articulosanteriores ul li a {
	text-decoration: none;
	color: #33CC00; 
	list-style: outside;
	padding: 5px 0px;
}
#articulosanteriores ul li a:hover {
	color: #000000;
}
#footer {
	clear: both;
	margin: 0px auto;
	width: 570px;
	font-size: x-small;
	color: #333333;
	padding: 10px 0px 10px;
}
#footer a {
	color: #CC0000;
	text-decoration: none;
}
#buscador {
	margin-top: 75px;
}

