body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../img/fondo.gif);
}
/*
h1{
	margin:0px;
	padding:0px;
}*/
#contenedor{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#cabecera{
	height:100px;
	width:670px;
	margin-top:25px;
	margin-left:18%;
	background-image:url(../img/cabecera.gif);
}
#cabecera h1, #cabecera a{
	margin:0px;
	display:block;
	width:659px;
	height:100px;
}
.none{
	display:none;
}
#texto{
	background-color:#FFFFFF;
	width:600px;
	position:relative;
	top:-1615px;
	left:215px;
}
#texto-sup{
	background-image:url(../img/texto-sup.gif);
	width:600px;
	height:25px;
	position:relative;
	top:-1615px;
	left:215px;
}
#texto-sup p{
	padding-top:3px;
	padding-left:25px;
	padding-bottom:0px;
}
#menusizda{
	position:relative;
	top:10px;
	width:185px;
}
#menuizdasup, #menuizdainf{
	background-image:url(../img/menu-gris.gif);
	margin-bottom:15px;
	height:277px;
}
#menuizdamed{
	height:136px;
	background-image:url(../img/menu-blanco.gif);
	margin-bottom:15px;
}
#menuizdamed p{
	padding-left:35px;
	padding-top:15px;
}
#menusdch{
	width:185px;
	position:relative;
	top: -730px; /*Retocar altura según altura de menu izquierda*/
	left:850px;
}
#menudchsup{
	background-image:url(../img/menu-gris.gif);
	margin-bottom:15px;
	height:277px;
}
#menudchinf{
	background-image:url(../img/menu-gris2.gif);
	margin-bottom:15px;
	height:425px;
	padding-left:5px;
}
#menudchinf li a{
	padding-left:10px;
	text-indent:20px;
}
#menudchinf li{
text-indent: -1em;
padding-left: 1em;
}
#menudchamed{
	height:136px;
	background-image:url(../img/menu-blanco.gif);
	margin-bottom:15px;
}
#menudchamed p{
	padding-left:35px;
	padding-top:3px;
}
/*para que se parezca a adsense*/
li a{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #236ABC; text-decoration: underline; padding-left:40px;
}
li{
	text-align:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:162px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin:0px;
	padding:0px;
	padding-left:35px;
	color:#000000;
	padding-top:5px;
}
h3{
	font-size: 12px;
	margin:0px;
	padding-top:10px;
	margin-right:50px;
	text-align:right;
}
a{
	color:#999999;
	text-decoration:none;
}
li a{
	color:#7771A4;
}
#sombra{
	margin-top:-20px;
	[]margin-bottom:-50px;
	background-image:url(../img/sombra-pie.gif);
/*	background-color:#FFFFFF;*/
	width:600px;
	height:154px;
	float:right;
}
#texto p{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
}
#pie{
	clear:both;
	position:relative;
	top:-1548px;
	left:215px;
	background-image:url(../img/pie.gif);
	width:600px;
	height:99px;
	text-align:center;
}
#pie li{
	background-image:none;
	display:inline;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
ul{
	margin:0px;
	padding:0px;
}
#bebe1{
	position:relative;
	top:-45px;
	left:110px;
	background-image:url(../img/bebes1.gif);
	width:71px;
	height:71px;
}
#bebe2{
	position:relative;
	top:-50px;
	left:105px;
	background-image:url(../img/bebes2.gif);
	width:78px;
	height:78px;
}
h4{
	color:#6633CC;
	padding-left:20px;
}
#publicidad{
	float:left;
	/*position:relative;
	top:-1400px;
	left:220px;*/
	height:250px;
	width:250px;
	margin-right:20px;
	margin-top:40px;
	padding-left:20px;
}
.indentmenu{
font: bold 13px Arial;
width: 808px; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin-top:5px;
margin-left:215px;
padding: 0px;
float: left;
width: 80%; /*width of menu*/
/*border: 1px solid #564c66; /*dark purple border*/
/*border-width: 1px 0;*/
background: black url(../img/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../img/indentbg2.gif) center center repeat-x;
}