html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

div#cabeza {
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	height: 183px;
	width: 1518px;
	background-color: #D0D8D8;
}

div#cabeza img {border: none; }

div#pote {
	position: absolute;
	z-index: 10;
	margin: 183px 0 0 0;
	padding: 0;
	width: 96%;
	height: 407px;
	background: #FFF url(images/fondo09.jpg) no-repeat;
}

div#pote h1 {
	margin-left: 12px;
	margin-top: 0;
	color: #F18452;
	font-size: 140%;
	font-weight: normal;
}

div#pote h2 {
	margin-left: 12px;
	margin-top: 0;
	color: #F18452;
	font-size: 110%;
	font-weight: normal;
}

div#pote p {
	color: 0;
	margin-left: 12px;
	font-size: 90%;
	font-weight: normal;
}

div#pote li {
	color: 0;
	font-size: 90%;
	font-weight: normal;
}

table#contenido {
	border-collapse: collapse;
	margin: 2em 0 0 0;
	width: 100%;
}

td#fotos {
	padding: 0;
	text-align: center;
	vertical-align: top;
	border: none;
	width: 260px;
}

td#textos {
	padding: .3em .6em;
	text-align: left;
	vertical-align: top;
	border: none;
}

div#direc {
	position: absolute;
	z-index: 20;
	top: 94px;
	left: 720px;
	text-align: left;
}

div#direc p {
	padding: 0;
	color: #333;
	font-size: 74%;
	font-weight: normal;
}

div#menu {
	position: absolute;
	z-index: 20;
	left: 274px;
	top: 190px;
	width: 800px;
	padding: 0;
	text-align: left;
}

div#menu p {
	padding: .6em;
	display: inline;
	color: #354263;
	font-size: 80%;
	font-weight: bold;
}

div#menu a {
	padding: .6em;
	color: #354263;
	text-decoration: none;
	font-weight: bold;
}

div#menu a:hover {
	color: 0;
	background-color: #D0D8D8;
	text-decoration: none;
}

div#menu p.sec {
	padding: .6em;
	display: inline;
	color: #F18452;
	font-size: 80%;
	font-weight: bold;
}

