* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #fff;
	line-height: 100%;
	font-family: "Trebuchet MS";
}

#contenedor {

}

#laterales {
	background: #000;
}

#cabecera {
	width: 940px;
	height: 140px;
	margin: 0 auto;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-image:url(../imagenes/fondo-cabecera.gif);

}

#cabeceralogo {
	float:left;
	width: 190px;
	height: 140px;



}
#titular {
	float:right;
	width: 750px;
	height: 30px;
	background-image:url(../imagenes/fondo-cabecera-02.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#texto {
	float:left;
}


#texto p {
	font-family: "Trebuchet MS";
	color:#000;
	font-size: 14px;
	font-weight:bold;
	margin-left:45px;
}

#idioma {
	float:right;
	margin-right:20px;
	margin-top:2px;
}

#idioma img {
border: 0;

}

#menu {
	float:right;
	width: 750px;
	height: 110px;
	margin: 0 auto;


}
#menuiz {
	float:left;
	height: 102px;
	margin-left: 20px;
}

#menuiz a {
	padding: 70px 10px 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	float: left;
	width: 140px;
	height: 25px;
	text-decoration:none;
	background-image: url(../imagenes/fondo-menu.gif);
}

#menuiz a:hover {
		padding: 70px 10px 0 10px;
		color: #000;
		font-weight: bold;
		font-size: 14px;
		float: left;
		width: 140px;
		height: 25px;
		text-decoration:none;
		background-image: url(../imagenes/fondo-menu2.gif);
}

.activo {
		padding: 70px 10px 0 10px;
		color: #000;
		font-weight: bold;
		font-size: 14px;
		float: left;
		width: 140px;
		height: 25px;
		text-decoration:none;
		background-image: url(../imagenes/fondo-menu2.gif);
}


#menudch {
	float: right;
	width: 229px;
	height: 102;
	text-align:right;
}

#menudch p {
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	margin-right: 10px;

}

#menudch a {
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;

}

#menudch a:hover {
	text-decoration:none;

}

#cabecera h1 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	padding-left: 10px;
}


#fondo-pie {
	clear:both;
	background-image:url(../imagenes/fondo-pie.gif);
	background-repeat:repeat-x;
	height: 16px;
	width: 100%;
}

#pie {
	width: 940px;
	height: 16px;
	margin: 0 auto;
}



#artifices {
	text-align:center;
	height:20px;
	
}

#artifices a {
	color: #000;
	font-size: 10px;
	text-decoration: underline;
	line-height:20px;
}

#artifices a:hover {	
	color: #000;
	font-size: 10px;
	text-decoration: none;
	line-height:20px;
}

