﻿/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #7c7c7c;
	background-color: #fff;
	font:62.5% Georgia,Arial, Helvetica, sans-serif;
	text-align: center;
}
address{
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:45px;
	font-style:normal;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.clear {
	clear: both;
}

/* Link Styles */
a:link, a:visited {
	color: #9eb465;
	text-decoration:none;
}
a:hover {
	color: #738d31;
	text-decoration:underline;
}
a:active {
	color: #9eb465;
}

/* Header */
#wraper{
	margin:0px auto;
	text-align:left;
	width:906px;
}

#logo h1 a{
	display:block;
	width:334px;
	height:106px;
	background-image:url(images/logo.png);
	text-indent:-999px;
}

#logo h2{
	display:none;
}

#search{
	float:right;
	width:275px;
	height:57px;
	background-color:#f4f6f6;
	border:1px solid #dee2e3;
	border-top:none;
}

#search .busqueda{
	margin-left:21px;
	margin-top:15px;
	margin-right:4px;
	width:170px;
}
 
.cajaBusqueda{
	color:#949494;
	background:url(images/fondoCajaTexto.png) repeat-x 0 0;
	border:1px solid #c5c5c5;
	text-transform: uppercase;
	font-size: 1.0em;
	padding: 6px 4px 4px 8px;
}

#cabecera{
	width:906px; 
	height:225px;
	border-top:4px solid #6d7f83;
	background-color:#9eb465;
}

.bienvenida{
	background-image:url(images/bienvenidos.png);
}
.blog{
	background-image:url(images/blog.png);
}
.titanes{
	background-image:url(images/conquistadores.png);
}
.anuncios{
	background-image:url(images/anuncios.png);
}
.nosotros{
	background-image:url(images/nosotros.png);
}
.contacto{
	background-image:url(images/contacto.png);
}
#cabecera h3{
	display:none;
}

#cabecera p{
	float:left;
	width:485px;
	font-family:Georgia;
	color:#f3fed6;
	font-size:1.8em;
	margin-left:50px;
	margin-top:107px;
}

* html #cabecera p{
	margin-left:25px;
}

/* menu*/
#menu ul{
	height:24px;
}
#menu ul li{
	float:left;
	margin-right:4px;
	background-color:#e6e9ea;
}

#menu ul li a{
	display:block;
	width:116px;
	height:20px;
	background:url(images/botonMenu.png) 0 0;
	text-align:center;
	font-size:1.4em;
	text-decoration: none;
	padding-top:4px;
	color:#606060;
}

#menu ul li a:hover, #menu ul li.current_page_item a{
	background:url(images/botonMenu.png) 0px -24px;
	color:#fff;
}
/* contenido de página principal*/
#contenido{
	margin-top:29px;
}
#contenido p{
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:1.5em;
}
#columnaIzq, #columnaCentro, #columnaDer{
	float:left;
	width:280px;
	margin-right:33px;
}
#columnaDer{
	margin-right:0px;
}
#columnaDer p{
	width:226px;
}

#columnaIzq  img, #columnaCentro img, #columnaDer img{
	display:block;
	margin-bottom:20px;
}
.post span, #columnaIzq  span, #columnaCentro span, #columnaDer span{
	font-family:Arial;
	color:#6f8185;
	text-transform: uppercase;
	font-size:1em;
}

.post h4,#columnaIzq h4, #columnaCentro h4, #columnaDer h4{
	font-family:Georgia;
	color:#4b5254;
	font-size:2.1em;
	margin-bottom:15px;
}

.post h4 a,#columnaIzq h4 a, #columnaCentro h4 a{
	color:#4b5254;
}
/* contenido Post */

#contenedorPost{
	float:left;
	width:593px;
	margin-right:33px;
}
.post{
	border-bottom:1px solid #DCE0E1;
	margin-bottom:29px;
}
.post:last-child{
	border:none;
	margin-bottom:0px;
}
.post span,#sideBar span{
	font-family:Arial;
	color:#6f8185;
	text-transform: uppercase;
	font-size:1em;
}
.post h4,#sideBar h4{
	font-family:Georgia;
	color:#4b5254;
	font-size:2.1em;
	margin-bottom:15px;
}
.post img.image-tns{
	float:left;
	height:200px;
	width:200px;
	margin-bottom:10px;
	margin-right:20px;
}

.post ul{
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:1.5em;
	list-style-image:url(images/bullet_green.png);
	margin-left:20px;
}
.post q{
	font-style:italic;
	color:#555;
}
#obsocialbookmark_barE{
	text-align:right;
}
#sideBar{
	float:left;
	width:280px;
}
#sideBar a{
	color:#7C7C7C;
	line-height:1.4em;
	margin-bottom:1.5em;
}
#sideBar ol{
	list-style-image: url(images/bullet_green.png);
	list-style-type: circle;
	font-size:1.3em;
	margin-left:20px;
	margin-bottom:45px;
}
#sideBar h4{
	margin-bottom:5px;
}
.navigation{
	width:593px;
	height:40px;
}
.navigation a{
	display:block;
	width:80px;
	height:17px;
	text-align:center;
	border: none;
	padding: 0.6em 0.7em 0.4em 0.7em;
	color: #fff;
	background: #9eb465;
	font-size: 1.0em;
	text-transform: uppercase;
}
.navigation a:hover{
	background: #6d7f83;
	text-decoration:none;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
/* footer */
#footer{
	background-color:#f4f6f6;
	border-top:1px solid #dce0e1;
	height:50px;
}

#footer p{
	margin:15px 20px;
}

#footer p a{
	color:#7c7c7c;
	text-decoration: none;
}
#footer p a:hover{
	color:#000;
	text-decoration: underline;
}

/* comentarios */
#comentarios  h5{
	font-family:Georgia;
	color:#4b5254;
	font-size:1.9em;
	margin-bottom:15px;
}
#comentarios .comment-author{
	margin:2px 0px;
}
#comentarios .comment-author a {
	font-weight:bold;
	text-decoration:none;
	font-size:1.5em;
}
#comentarios  .comment-metadata{
	color:#CBCBCB;
	font-size:10px;
	line-height:16px;
	text-decoration:none;
}

ol.commentlist li{
	clear:both;
}
.the_commentor{
	float:left;
	text-align:right;
	width:120px;
}
ol.commentlist li.alt .the_comment {
	background-color:#F6F5F1;
	margin-bottom:-2px;
	position:relative;
	top:-1px;
}
.the_comment{
	background-color:#E9E7E0;
	border:1px solid #D6D3CA;
	color:#5D5949;
	float:right;
	line-height:20px;
	min-height:160px;
	padding:20px 20px 10px;
	width:400px;
}
*html .the_comment{
	height:160px;
}
/* formularios */
#formulario{
	margin-top:20px;
	
}
#formulario p{
	margin-bottom:0px;
}
textarea.contactoTextarea{
	width:265px !important;
}
textarea#comment { 
	width: 400px; 
	padding: 5px; 
	border:1px solid #c3c3c3;
	color:#949494;
	padding:9px 4px 7px 8px;
	margin-bottom:10px;
	background:url(images/fondoTextarea.png) repeat-x;
} 

.commentmetadata { font-size: 10px; } 

.boton{
	border: none;
	padding: 0.6em 0.7em 0.4em 0.7em;
	color: #fff;
	background: #9eb465;
	font-size: 1.0em;
}
.boton:hover {
	background: #6d7f83;
	cursor: pointer;
}

.cajaTexto{
	width:214px;
	border:1px solid #c3c3c3;
	color:#949494;
	font-size:1em;
	padding:9px 4px 7px 8px;
	margin-bottom:10px;
	background-image:url(images/fondoCajaTextoNormal.png);
}

#myMap span{
	display:none;
	font-size:10px;
	text-transform:none;
	text-align:right;
	white-space:nowrap;
}

/* anuncios */
.anuncio{
	float:left;
	width:280px;
	margin-right:33px;
	border:none;
}