/* CUERPO
-------------------------*/
body {
	background-color: #3c2f27;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a {
	color: #000;
	font-size: 12px;
}

/* CONTENEDOR
-------------------------*/
#contenedor {
	background-color: #660930;
	width: 760px;
	padding: 2px;
}

/* CABECERA
-------------------------*/
#cabecera{
	height: 48px;
	background-color: #fffddd;
	background-image: url(../imagenes/cabecera-fondo.gif);
	background-repeat: repeat-x;
	background-position: 0px 6px;
}
#idiomas {
	margin-left: 5px;
	margin-top: 25px;
	float: left;
	width: 120px;
}

#idiomas img {
	border: 0px;
}
#idiomas a {
	border-left: 1px solid #660930;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}

#idiomas a:hover {
	text-decoration: underline;
}

#menu {
	margin-top: 26px;
	float: right;

}
#menu a {
	font-weight: bold;
	height: 28px;
	background-color: #fffddd;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #660930;
	padding: 5px;
}
#menu a:hover {
	background-color: #660930;
	border-left: 1px solid #660930;
	color: #fff;
}

.activo {
	font-weight: bold;
	height: 28px;
	background-color: #660930;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-left: 1px solid #660930;
	padding: 5px;
}
/* FOTO
-------------------------*/
#foto {
	padding: 0 0 0 0;
}

/* ANTEPIE
-------------------------*/
#antepie{
	height: 130px;
	background-image: url(../imagenes/fondo_logo_new.jpg);
	background-repeat: no-repeat;
}

#antepie a {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	
}
#antepie a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
#logo{
	heigth: 100px;
	float: left;
	width: 315px;	
}

#logo img{
	margin-top:1px;
}

#texto{
	width: 445px;
	color: #fff;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	float: right;
}

#texto p{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 5px;
}

#texto img{
	padding: 10px;

}
/* PIE
-------------------------*/
#pie{
	clear: both;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	height: 20px;
}

#pie p{
	margin-left: 2px;
}
#pie a {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	
}
#pie a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
