body {
	margin: 0px;
	text-align:center;
	background:#D393E9 url(../imagenes/fondo_morado.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif ;
	font-size:13px;
}
p, li, ul, H1, H2 {
	margin: 0px;
	padding:0px;
}
A {
	color:#666666;
	text-decoration:none;
}
A:hover {
	color:#000000;
	text-decoration: underline;
}
H1{
	font-size:140%; font-weight: normal; padding:5px 3px 10px 3px; text-align:center;
}
H2{
	font-size:100%; font-weight: bold; padding:5px 5px 10px 5px; text-align:center;
}
H3{
	font-size:120%; font-weight: bold; padding:10px 5px 10px 5px; text-align:center; margin:0px;
}
H4{
	font-size:100%; font-weight: bold; padding:5px 5px; text-align:center; font-style:italic;margin:0px;
}
#contenedor {
	margin:auto;
	width:770px;
	text-align:left;
}
#cabezote {
	margin: 0px;
	width:770px;
}
#contenido{
	margin: 0px;
	overflow:auto;
	margin-top:10px;
}
#izq{
	width:160px;
	float:left;
	font-size:80%;
}
#izq li{
	height: auto;
	background:url(../imagenes/caja_morado_item.jpg) repeat-x bottom #FFFFFF;
	padding:5px 0px 5px 5px;
	list-style:none;	
}
.izq_actual{
	height:auto;
	background: url(../imagenes/caja_actual.jpg) repeat-x bottom;
	padding:5px 5px 0px 5px;
}
.izq_submenu{
	background: #FFFFFF;
	padding:5px 5px 0px 5px;
	border-bottom: #9900CC 1px solid;
}
#der{
	width:600px;
	float:right;
	background-color:#FFFFFF;
}
#texto{
	background:#FFFFFF;
}
#texto P{
	padding:10px 5px 0px 10px;
}
#submenu{
	font-size:80%;
	width:auto;
}
#submenu li{
	float:left;
	display:block;
	width:auto;
	list-style:none;
	background: url(../imagenes/submenu_fondo.jpg) repeat-x;
	height:22px;
}
#submenu li:A{
	display:block;
}
#submenu_actual{
	font-size:80%;
	width:auto;
	height:22px;
	float:left;
	background: url(../imagenes/submenu_actual_fondo.jpg) repeat-x;
}
#mapas{
	background:#FFFFFF;
	float:left;
	width:320px;
}
#mapas_txt_peq{
	font-size:80%;
	float:right;
	width:220px;
	margin-right:0px;
}
#mapas_txt_peq p{
	margin:0px 10px 0px 0px;
	padding:5px 5px 0px 0px;
	border-bottom:1px solid #D393E9;
}
#txt_pequeno{
	font-size:80%;
	margin:0px;
	padding:5px;
	background-color:#EEEEEE;
}
#txt_pequeno P{
	margin:0px;
	padding:0px 0px 5px 0px;
}