@charset "utf-8";
body{
	background-color:#FFF;
	/*background-color:#d7d3d2;
	background-image:url(img/fondo.jpg);*/
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#4c70a2;
}
#contenedor {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:845px;
	background-image:url(img/tomate.jpg);
	background-repeat:no-repeat;
	background-position: 420px 150px;
}
#cabecera .izquierda{
	width:421px;
	height:143px;
}
#cabecera .derecha{
	width:459px;
	height:15px;
	text-align:right;
	padding-right:20px;
	margin-top:128px;
}
.derecha{
	float:right;
}
.izquierda{
	float:left;
}

#contenido{
	float:left;
	width:900px;
	/*background-image:url(img/tomate.jpg);*/
	background-repeat:no-repeat;
	background-position: 380px 40px;
	font-weight: bold;
}
#contenido1{
	float:left;
	width:900px;
	background-image:url(img/afe.jpg);
	background-repeat:no-repeat;
	background-position: 745px 465px;
}
#contenido .derecha{
	width:479px;
}
#contenido .izquierda{
	width:390px;
}
.verde{
	color:#8aba50;
}
.expo{
	color:#8aba50;
	font-size:15px;
}
img{
	border:0px;
}

#pie{
	float:left;
	width:900px;
	padding-top:18px;
}
#pie .izquierda{
	width:231px;
}
#pie .derecha1{
	color:#bc1a1a;
	font-size:11px;
}

