
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ccc;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #333;
}

img {
	border:none;
}

.header {

	height: 105px;
	
	background-image: url(images/barra1.jpg);
	background-repeat: repeat-x;
	background-color: white;
	background-position: bottom;
	
	padding: 11px 0px 0px 0px;
}

.logo{
	position: relative;
	top: -9px;
}

.header .usuario { /* No está en uso */
	display: none;
}

.header #fecha {
	position: absolute;
	top: 92px;
	left: 10px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	
}

.header #loginx {

	position: absolute;
	top: 13px;
	left: 560px;
	width: 250px;
	height: 70px;
	
	font-family: Verdana, Tahoma;
	font-size: 11px;

}

.header #loginx p {
	margin-bottom: 5px;
}

.header #loginx p label {
	float:left;
	width: 110px;
	text-align: right;
	padding-right: 3px;
	line-height: 18px;
}

.header #loginx p input {
	border: #ccc 1px solid;
	width: 120px;
	height: 18px;
	margin: 0px;
}

.header #loginx p input#ingresar {
	float: right;
	width: 70px;
	height: 18px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: 18px;
	margin-right: 15px;
}

.header #loginx p input#recuperar {
	height: 20px;
}


.header ul {
	display: none;
}

.menu#m1 {

	height: 21px;
	border-bottom: 1px solid #666;
	padding-top: 4px;
	
	background: url(images/barra2.jpg) repeat-x;
}

.menu#m1 ul {
	display: block;
	
	background: url(images/menu_bg.html) repeat-x;
	
	padding-left: 5px;
	
}

.menu#m1 ul li {
	list-style: none;
	float: left;
	width: 110px;
	height: 21px;
	background-image: url(images/solapa_off.jpg);
	background-repeat: no-repeat;
}

.menu#m1 ul li a {
	
	display: block;
	color: #666;
	text-decoration: none;
	height: 21px;
	padding-left: 13px;
	padding-top: 2px;
	
	font-size: 14px;
}

.menu#m1 ul li a:hover {
	padding-top: 1px;
	color: #06c;
	background-image: url(images/solapa_on.jpg);
}

.menu#m1 ul li.seleccionado {
	border-bottom: 1px solid white;
	background-image: url(images/solapa_on.jpg);
}

.menu#m1 ul li.seleccionado a {
	color: #333;
}


.menu#m2 {
	background-image: url(images/barra3.jpg);
	background-repeat: repeat-x;
	height: 16px;
}

.menu#m2 ul li {
	float: left;
	list-style: none;
	margin: 0px 8px;
	
	
}

.menu#m2 ul li a {
	font-size: 11px;
	color: #666;
}

.menu#m2 ul li a:hover {
	color: black;
}

.menu#m2 ul li.seleccionado a {
	color: black;
}





.contenido {
	width: 1000px;
}

.contenido .area {
	float: left;
	min-height: 700px;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

.contenido .area#principal {
	
	clear: left;

	width: 580px;
	
	padding: 5px;
	
	background-color: #e7eff4;
}

.contenido .area#secundaria {

	width: 190px;
	
	padding: 5px;
	
	background-color: #e7eff4;
}

.contenido .area#lateral {
	
	width: 190px;
	
	padding: 5px;
	
	background-color: #ddd;

}

.footer {
	display: block;
	height: 28px;
	clear: both;
	margin: 10px 0px;
	background: url(images/pie.jpg) repeat-x;
	border-top: 1px #666 solid;
}

.footer p {
	font-size: 12px;
	line-height: 26px;
	margin: 0px 15px;
	color: #666;
	font-size: 11px;
}

#bookmark {
	color: white;
	position: absolute;
	left: 690px;
	top: 94px;
}

#bookmark a {
	color: white;
	text-decoration: none;
}

#idiomas {
	color: white;
	position: absolute;
	text-align: right;
	width: 190px;
	left: 800px;
	top: 94px;
}

#idiomas a {
	color: white;
	text-decoration: none;
}
