body {
	background-image: url(../img/web/fondo.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.none  {
	display: none;
}
#contenedor       {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 0px;
	top: 0px;
	height: 598px;
	width: 1000px;
	background-image: url(../img/web/fondo_pag.jpg);
	background-repeat: no-repeat;
}
#cabecera	 {
	position: absolute;
	top: 40px;
	width: 900px;
	height: 70px;
	left: 50px;
}
#cabecera p    {
	font-family: "atomic Clock Radio";
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 5px;
}
h1 {
	font-family: "atomic Clock Radio";
	font-size: 36px;
	color: #666666;
	text-align: right;
	margin-top: -35px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
	outline: 0;
}
#menu_izq   {
	width: 1000px;
	height: 55px;
	padding:0px;
	position: absolute;
	top: 510px;
	left: 50%;
	margin: 0px 0px 0px -420px;
}
#menu_izq ul {
	width: 1000px;
	height: 500px;
	margin: 0px;
	padding: 0px;
}
#menu_izq li {
	display: inline;
	list-style-type: none;

}
#menu_izq li a {
	display: block;
	padding-top: 15px;
	text-align: center;
	margin-right: 20px;
	outline: 0;
}
.peq  {
	background-image: url(../img/web/menu_peq.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 194px;
	margin-bottom: 0px;
	float: left;
}
#divMenu      {
	position:absolute;
	z-index:10;
	top:0px;
	font-family:verdana,arial,helvetica,sans-serif;
	visibility: inherit;
}

#texto {
	position: absolute;
	left: 350px;
	top: 90px;
	width: 580px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#foto {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -460px;
	height: 400px;
	width: 920px;
	top: 90px;
	padding: 0px;
	background-color: #F0F1F1;
}
#foto img{
	margin: 8px 0px 0px 10px;
	padding: 0px;
}
