/*
Theme Name: Agencia Chocolate 2010
Theme URI: http://www.agenciachocolate.cl/blog
Description: Agencia Chocolate | La agencia de publicidad más energética, estimulante, tranquilizadora y antioxidante
Version: 0.1
Author: Sebastian Jeria L
Author URI: http://www.panoptica.cl
*/

@import "reset.css";
/* HTML BODY */
html,body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* Div */
#contenedor{
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1300px;
	_width: 1300px;
	margin: auto;
}
#sombra{
	margin: auto;
	width: 840px;
	_width: 840px;
	background-image: url(images/sombra.png);
	background-repeat: repeat-y;
	height: 1300px;
}
#contenedor_web{
	margin: auto;
	width: 800px;
	_width: 800px;
	background-image: url(images/fondo_body.jpg);
	background-repeat: repeat-y;
	height: 1300px;
}
#banner{
	margin: auto;
	height: 420px;
	width: 840px;
	_height: 420px;
	_width: 840px;
}
#bloque{
	margin: auto;
	height: 350px;
	width: 840px;
}
#botonera{
	height: 70px;
	width: 770px;
	_width: 840px;
	background-image: url(images/botonera.png);
	background-repeat: no-repeat;
	margin: auto;
	padding-right: 35px;
	padding-left: 35px;
	_padding-right: 35px;
	_padding-left: 35px;
	padding-top: 10px;
}
#buscador{
	margin: auto;
	float: left;
	width: 385px;
	_width: 395px;
}
#directos{
	margin: auto;
	float: right;
	width: 350px;
	_margin: auto;
	_float: right;
	_width: 370px;
}
#body{
	margin: auto;
	float: left;
	width: 550px;
	_width: 530px;
	padding-left: 10px;
	padding-top: 10px;
}
#sidebar{
	margin: auto;
	float: left;
	width: 210px;
	_width: 210px;
	padding-left: 20px;
	_padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	_padding-right: 5px;
}
#footer{
	clear: both;
	height: 60px;
	width: 840px;
	_width: 840px;
	margin: auto;
	background-image: url(images/back_footer.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: center;
	_margin-left: 0px;
}
/* Textos */
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #666666 0 1px 1px;
	font-size: 20px;
	color: #cd1e4d;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Clases */
.post_index{
	background-color: #c5e5e5;
	float: left;
	width: 540px;
	_width: 520px;
	border-radius: 10px;
	-moz-border-radius: 10px; /* para Firefox */
	-webkit-border-radius: 10px;  /* Para Safari/Chrome */
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.footer{
	color: #c31013;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
/* Vinculos */
a{
	text-decoration: none;
	color: #cd1e4d;
}
.v1 {
	font-size: 10px;
}
A.v1:link {
	color: #666666;
	text-decoration: none;
}
A.v1:visited {
	text-decoration: none;
	color: #666666;
}
A.v1:hover {
	text-decoration: none;
	color: #cd1e4d;
}
A.v1:active {
	text-decoration: none;
	color: #cd1e4d;
}
