
/*
Theme Name: fito
Theme URI: 
Version: 1.0
Author: Adolfo Morales-Yerko Pezzopane-Rodrigo Vera
Author URI: http://www.amorales.cl/
Description: amorales.cl acerca de dise&ntilde;o interfaz, &iacute;conos y otros.
*/

/** Dise–o: Adolfo Morales **/
/** Produccion: Yerko Pezzopane **/
/** Implementaci—n WP: Rodrigo Vera **/

/*************************************** general ******************************************/


*{
	margin: 0;
	padding: 0;
}
body{
	color: #7f7977;
	background: #fff url(../imag/back/backBody.jpg) repeat-x 0px 0px;
	font: normal normal 13px/150% "Georgia", Times New Roman, Times, serif;
}

/************************************* etiquetas comunes *************************************/

h1, h2, h3, h4, h5, h6, #top blockquote{
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: .1em;
	color: #7F7977;
	font-weight: lighter;
	text-transform: uppercase;
}
hr {
	display: none;
}
a, a:hover{
	color: #f66;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #f00;
}
.center{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/************************************* top *************************************/

#top{
	height: 220px;
}
#titu{
	width: 134px;
	height: 23px;
	display: block;
	position: absolute;
	top: 88px;
	left: 0;
}
#titu a{
	width: 134px;
	height: 23px;
	background: transparent url(img/logoBlog.png) no-repeat 0 0;
	text-indent: -10000em;
	display: block;
}
#top blockquote{
	color: #7f7977;
	position: absolute;
	top: 110px;
	left: 0;
}
.cate{
	color: #fff;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	letter-spacing: 0;
	text-transform: none;
	background: #f66 url(img/cateBackLeft.png) no-repeat 0 0;
	position: absolute;
	top: 106px;
	left: 340px;
}
.cate strong{
	/*height: 26px;*/
	background: transparent url(img/cateBackRigh.png) no-repeat right 0;
	padding: 3px 10px 3px 16px;;
	display: block;
}

/************************************* main *************************************/

.post{
	margin-bottom: 110px;
}
#post .post{
	margin-bottom: 64px;
}
#home .post h2, #post h1{
	margin: 20px 0 0 0;
}
.post h2 a{
	color: #403C3C;
}
.post h2 a:hover{
	color: #7F7977;
}
.post img{
	display: block;
	clear: both;
}
.post p{
	margin-bottom: 15px;
}
.post ul.comeTags{
	margin-left: 0;
}
.comeTags, #footer ul{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
.comeTags li, #footer ul li{
	background: transparent url(img/icon.png) no-repeat -152px 0;
	list-style: none;
	padding-left: 16px;
	display: inline;
}
.post ul.comeTags li{
	margin-bottom: 0;
}
.comeTags li.tags{
	background-position: -120px -30px;
	margin-left: 15px;
}

/* Post */

.post ul{
	margin-left: 20px;
}
.post ul li{
	margin-bottom: 15px;
}
.comeOk{
	width: 720px;
	background: transparent url(img/iconComeOk.png) no-repeat 0 0;
	padding-top: 171px;
}
.comeNext{
	width: 720px;
	background: transparent url(img/iconComeNext.png) no-repeat 0 0;
	padding-top: 195px;
	margin-top: 70px;
}
.comeNext em, .comeNext fieldset strong{
	color: #ff0000;
}
.comeOkDeta{
	margin-bottom: 40px;
}
.postTitu{
	color: #3F3B3B;
}
form{
	margin-bottom: 40px;
}
fieldset{
	margin-top: 20px;
	border: none;
}
label{
	color: #3F3B3B;
	font-weight: bold;
	display: block;
}
input, textarea{
	color: #7F7977;
	font: normal normal 13px/150% "Georgia", Times New Roman, Times, serif;
	width: 400px;
	background: transparent url(img/backInpu.jpg) repeat-x 0 0;
	border: 1px solid #E5D9D6;
	padding: 6px;
}
textarea{
	height: 150px;
}
#boton{
	width: 60px;
	height: 30px;
	color: #fff;
	background: transparent url(img/formBoto.jpg) no-repeat 0 0;
	cursor: pointer;
	border: none;
	margin-left: 354px;
	padding: 0;
	display: block;
}
#boton:hover{
	background-position: 0 -30px;
}
.navigation{
	margin-bottom: 20px;
}
/************************************* footer *************************************/

#footer{
	background-color: #403C3C;
	text-align: right;
}
#footer .center{
	background: transparent url(img/imagfoot.png) no-repeat right 110px;
	height: 430px;
	padding-top: 270px;
}
#footer h2{
	color: #595553;
}
#footer p{
	font-weight: lighter;
	color: #E5D8D6;
}
#footer ul{
	margin-top: 10px;
	float: right;
}
#footer ul li{
	background-position: -87px -60px;
	margin-left: 15px;
	padding-left: 20px;
}
#footer ul li.iconTwit{
	background-position: -57px -90px;
}
#footer ul li.iconFlic{
	background-position: -27px -121px;
}
#footer ul li.iconVime{
	background-position: 3px -151px;
}