/*  
Theme Name: Actiagro 2.0
Theme URI: http://www.actiagro.cl/
Description: Creado por taituns@gmail.com.
Version: 2.0
Author: Sebastian Jeria L.
Author URI: http://www.panoptica.cl
*/
/* HTML body */
html, body{
	background-color: #eff1f1;
	text-align: center;
	margin: 0px;
}
/* Div Contenedores */
#banner{
	margin: auto;
	float: left;
	height: 150px;
	width: 100%;
	background-image: url(../images/back_banner.jpg);
	background-repeat: repeat-x;
}
	#botonera{
	margin: auto;
	height: 35px;
	width: 700px;
}
	#Iso{
	margin: auto;
	height: 115px;
	width: 700px;
}
#body{
	background-color: #FFFFFF;
	margin: auto;
	width: 100%;
	height: 600px;
}
	#contenedor_anima{
	margin: auto;
	height: 600px;
	width: 610px;
}
	#anima_izq{
	margin: auto;
	float: left;
	height: 300px;
	width: 298px;
	padding-top: 50px;
	padding-right: 7px;
	padding-bottom: 50px;
}
	#anima_der{
	margin: auto;
	float: left;
	height: 300px;
	width: 298px;
	padding-top: 50px;
	padding-left: 7px;
	padding-bottom: 50px;
}
#footer{
	margin: auto;
	width: 700px;
	padding-top: 5px;
	clear: both;
}
	.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #97A5A5;
	text-align: center;
}
/* Textos */
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
	text-align: justify;
}

