/* Perfect Wide - www.perfectwide.com */
body {
	padding: 0;
	background: url("../Images/fondo_w.gif");
	font-family: Arial,Georgia,sans-serif;
	text-align: center;
	margin: 0;
	color: #333333;
}
img {
 border: 0;
}

#contenedor {
	position: relative;
	margin: 0 auto;
	width: 776px;
	text-align: left;
}

/* parte central */

#contenido {
	padding: 5px;
	padding-left: 10px;
	font-size: 11px;
	text-align:justify;
}
#izquierda{
	background: #EBF6FF;
	font-size: 11px;
	height:256px;
	padding:5px;
	text-align:justify;
}
/* clases */
h1{
	font-size: 12px;
	margin-bottom:0px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 17px;
}
h4{
	font-size: 15px;
}
a{
	color:#000;
}
/* pie */
#td_peu
{
	padding-top: 10px;
	background: url("../Images/fons_peu.gif") repeat-x 0 0;
	height:25px;
	border-bottom:solid 1px #9EBDD9;
	color: #333333;
	text-align: center;
	font: 10px Verdana;
}
#td_peu  a {
	text-decoration:none;
}
#copy
{
	color: #333333;
	text-align: center;
	font: 10px Verdana;
}
#copy  a {
	text-decoration:none;
}
/*  MENUS DEPLEGABLES ****************************** */

#servicios  {
	position: absolute; 
	left: 161px; 
	top: 179px;
	border: 1px solid #badfff;
	background: #badfff;
	font-size: 10px;
	font-weight:bold;
}
#servicios a {
	display:block;
	background: #d0e9ff;
	padding: 3px;
	margin:2px;
	text-decoration: none;
	color: #333333;
}
#servicios a:hover {
	color: #ffffff;
	background: #6598c5;
}

