/*
Theme Name: Recheck
Theme URI: http://www.recheck.cl/
Description:
Version: 1
Author: Recheck / Desarrollo: Cristian Rebolledo
*/



/* GENERALES */

* {
margin: 0;
padding: 0;
}

body {
font-family: Lucida Sans Unicode, Arial, Sans Serif;
background: url(images/bg-contenido.jpg)50% 0 repeat-y;
}

a{
color: #b4b905;
text-decoration: none;
}

a:hover {
color: #6B6F00;
}

#contenedor {
width: 880px;
margin: 0 auto;
}

#contenido {
width: 620px;
float: right;
}

#columna {
float: left;
width: 220px;
background: #332b24 url(images/bg-contenido.jpg) repeat-y;
/* background: #332b24; */
}

#logo {
margin-top: 160px;
width: 114px;
margin-left: auto;
margin-right: auto;
}

#navegacion {
width: 170px;
margin: 50px auto;
font-size: 18px;
}

#navegacion a{
color: #84807c;
text-decoration: none;
letter-spacing: -1px;
}

#navegacion a:hover {
color: #fff;
}

#navegacion ul {
list-style-type: none;
}

.clear {
clear: both;
}

.editar a{
font-size: 11px;
float: right;
color: #999;
}

.oculto {
display: none;
}

.imgcabecera {
margin-top: 100px;
}

#texto {
font-size: 12px;
float: left;
padding: 10px;
color: #706a66;
}

#texto h2 {
margin: 30px 0 10px;
font-weight: normal;
}

#texto h5 {
font-size: 18px;
margin: 30px 0 10px;
font-weight: normal;
}

#texto img {
margin: 35px 0 !important;
}

#texto blockquote {
background: #ebeae9;
margin-top: 40px;
padding: 15px;
width: 300px;
}

.contactenos {
margin-bottom: 20px;
color: #706a66;
}


.contactenos a{
color: #b4b905;
text-decoration: none;
}

.contactenos a:hover{
color: #6B6F00;
text-decoration: underline;
}

.margentop {
margin-top: 40px;
font-size: 12px;
color: #ccc;
}

blockquote ul {
margin-left: 15px;
}

blockquote ul li {
padding-top: 5px;
}

.admin {
font-size: 15px;
}


#bajar img {
margin: 0 !important;
}