@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg-blanco.jpg);
	background-color:#dadada;
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
h1{
	color:#8f8f8f;
	font-weight:normal;
	font-size:18px;
	}
p{
	color:#585858;
	font-size:14px;
	line-height:22px;
	}
.index_body{
	margin:0 auto;
	width:1024px;
	height:768px;
	}
.header{
	background-image:url(../images/bg-rojo.jpg);
	background-position:bottom left;
	background-repeat: repeat-x;
	overflow:hidden;
	}
.header-container{
	width:1000px;
	margin:0 auto 0px auto;
	height:156px;
	}
.logo{
	width:348px;
	float:left;
	padding:0px 0 0 0;
	height:159px;
	padding:0px 0 0 0;
	}
.contacto{
	float:right;
	padding:70px 0 0 0;
	}
.pagebody{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	padding:30px 0 30px 0;
	}
.leftcol{
	width:380px;
	float:left;
	margin:0 0 0 40px;
	}
.rightcol{
	width:420px;
	float:right;
	}
.rightcol img{
	border:5px solid #8f8f8f;
	float:left;
	margin:0 20px 20px 0;
	}
.footer{
	width:1000px;
	margin:0 auto 0px auto;
	height:20px;
	}
ul.listado{
	list-style:none;
	float:left;
	}
ul.listado li{
	color:#585858;
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 12px;
	}
