/* CSS Diseņo*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
body {
	background-image:url(img/estructura/fondo3.jpg);
	background-attachment:fixed; /* <---- parafijar img de fondo*/
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contenedor {
	position:absolute;
	left:50%;
	margin-left:-390px;
	width:780px;
	height:349px;
	z-index:1;
}
#cabecera {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:187px;
	z-index:2;
	background-image: url(img/estructura/cabecera.png);
}
#destacado {
	position:absolute;
	left:0px;
	top:0px;
	width:159px;
	height:159px;
	z-index:3;
}
#telefono {
	position:absolute;
	left:587px;
	top:47px;
	width:157px;
	height:40px;
	z-index:3;
}
#menu {
	position:absolute;
	left:25px;
	top:130px;
	width:750px;
	height:60px;
	z-index:5;
}
#principal {
	position:absolute;
	left:0px;
	top:0px;
	width:745px;
	height:37px;
	z-index:5;
}
#secundario {
	position:absolute;
	left:0px;
	top:36px;
	width:600px;
	height:20px;
	z-index:5;
}
#contenido {
	position:absolute;
	left:0px;
	top:187px;
	padding-top:10px;
	padding-right:6px;
	padding-left:6px;
	padding-bottom:10px;
	width:768px;
	z-index:4;
	background-image: url(img/estructura/contenedor.gif);
}
#pieweb {
	position:absolute;
	left:0px;
	bottom: -160px;
	width:780px;
	height:160px;
	z-index:3;
	background-image: url(img/estructura/cierreweb.gif);
}
#representados {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:120px;
	padding-top:10px;
	padding-right:10px;
	padding-left:20px;
	padding-bottom:10px;
	z-index:3;
}
#legal {
	position:absolute;
	right:0;
	top:140px;
	width:328px;
	height:21px;
	z-index:3;
}
