/*
Theme Name: ProSense
Theme URI: http://www.doshdosh.com/wordpress-themes/Prosense-Adsense-Ready-SEO-Theme
Description: ProSense is a fast loading and search engine optimized Adsense Ready Wordpress Theme, specifically designed for all types of niche and professional content.<br /><br />Distributed under the Creative Commons Attribution-ShareAlike 3.0 License.
Author: Dosh Dosh</a> and <a href="http://thewrongadvices.com">The Wrong Advices</a>
Author URI: http://www.doshdosh.com


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 11px Arial, Sans-Serif;
	background: #acac92;
   /*background: #656565;*/
	margin: 0px;
	padding: 0px;
}

a {
	color: #63573c;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #63573c;
}

a:hover {
	color: #8f856a;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 770px;
	margin: 0px auto;
	background: #ffffff;
	padding: 0 14px 0px 14px;
}

#header {
	width: 100%;
	height: 200px;
}


#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 535px;
	line-height: 1.6em;
	padding-top: 10px;
	padding-right:15px;

}

#sidebar {
	float: right;
	width: 208px;
	padding-top: 10px;
	padding-left:10px;
	border-left:1px solid #423929;
	background:#ffffff;
}
#espacio_sidebar {
	float: right;
	width: 208px;
	padding-top: 10px;
}

.linea_footer {
border-top:1px solid  #423929;
}

#footer {
	color: #8f856a;
	width: 100%;
	height:75px;
	background: #ffffff;
	text-align:center;
	float:left;
}

#footer a{
	font-family: normal normal 11px Arial, Helvetica, sans-serif;
	color: #8f856a;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}


/*-------------Cabecera de Pages-------------*/


#cabecera_enunciado_interior {
	float:left;
	width: 522px;
	height:31px;
	padding-top:5px;
	text-align:left;
	font: normal normal 16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#63573c;
	border-bottom:1px solid #423a29;
	background-color:#FFFFFF;

}


/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Arial, Sans-Serif;
}

h2 {
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #6c5525;
	
	
}

h3 {
	font-size: 16px;
	font-weight:normal;
	color:#666666;
}

h4 {
	font-size: 12px;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #6c5525;
	margin-bottom: 5px;
	line-height: 1.0em;
}

.post {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	text-align: justify;
	
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {

	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

#entrytext{
	float:left;
	width:100%;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #999999;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	border-bottom:1px solid #423a29;
	display:block;
	margin-bottom: 10px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

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


blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #e3dcd1;
	font: normal normal 11px Arial;
	color:#6c5525;
	width:90%;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

/*--------------Estilos Sidebar------------*/

#cuadro_galeria_imagenes {
	float:left;
	width: 187px;
	height:239px;
	text-align:center;
}
#separador_sidebar1 {
	float:left;
	width: 100%;
	height:24px;
}

#separador_sidebar2 {
	float:left;
	width: 100%;
	height:20px;
}
#separador_sidebar3 {
	float:left;
	width: 100%;
	height:40px;
}

#direccion_sidebar {
	float:left;
	width: 186px;
	height:101px;
	text-align:center;
}
#notas_de_prensa {
	float:left;
	width: 186px;
	height:200px;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:16px;
}

#sidebar ul li {
	line-height:2.4em;
	list-style:none;
	font-size: 12px;
	color: #8f856a;
	border-bottom: 1px solid #423a29;
	width:99%;
}

#sidebar a {
	font: normal normal 14px AvantGarde Bk BT, Arial, Helvetica, sans-serif;
	color: #8f856a;
	text-transform: capitalize;
	text-decoration:none;
}

#sidebar a:hover {
	color: #63573c;
}


/*--------------Sidebar_idioma------------*/

#sidebar_idioma ul li{
	margin-bottom:8px;
	list-style:none;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #8f856a;
	width:99%;
}

#sidebar_idioma a {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #bf0707;
	text-transform: capitalize;
	text-decoration:none;
}

#sidebar_idioma a:hover {
	color: #8f856a;
}


/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/


#searchform input {
	height:17px;
	width:150px;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #423a29;
}
#searchform .boton {
	height:18px;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #423a29;
	width:48px;
}

/*-------------Propios------------------*/


.boton_post {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #423a29;
	border:1px solid #000000;
	height: 24px;
	width: 110px;
}

.cuadro_formulario {
	border: 1px solid #423a29;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	height:18px;
}
.select_formulario {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #423a29;
	background-color: #f4f0e6;
	height:20px;
}

.area_formulario {
	border: 1px solid #423a29;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

.enunciado_post {
	font: 12px Arial;
	color:#666666;
	font-weight:bold;
}

.enunciado_form_negrita {
	font: normal bold 11px Arial;
	color:#6c5525;
}
.enunciado_form {
	font: normal normal 11px Arial;
	color:#6c5525;
}
.asterisco {
	font: normal normal 11px Arial;
	color:#ff0000;
}

.cuadro_formulario_post {
	height:18px;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #63573c;
	background-color: #f3f1ea;
	border: 1px solid #423a29;
}

.area_formulario_post {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #63573c;
	background-color: #f3f1ea;
	border: 1px solid #423a29;
}

.linea_superior {
	border-top: 1px solid  #423a29;
}

.cuadro_bandera {
	border: 1px solid #999999;
}

.boton {
	height:21px;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	width:55px;
}

.enunciados_negrita_enlaces_interiores {
	font: normal bold 12px Arial;
	color:#6c5525;
}
.enunciados_negrita_enlaces_interiores_1 {
	font: normal bold 12px Arial;
	color:#6c5525;
	text-transform:uppercase;
}

.enlaces_interiores {
	font: normal normal 12px Arial;
	color:#6c5525;
}
.email {
	font: normal normal 11px Arial;
	color:#6c5525;
}

.texto_peq_cartas_menu {
	font: normal normal 10px Arial;
	color:#6c5525;
}
.resultados_encontrados {
	font: normal normal 16px Arial;
	text-transform:uppercase;
	color:#63573c;
}
.bordes_cuadro_imagen{
	border: 1px solid #423a29;
}
.importante {
	font: normal normal 11px Arial;
}

#sidebar_idioma li{
list-style:none;
line-height:2em;
	
}

