/* 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;
}

#flotante{
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	position: absolute;
}
/* CABECERA
-------------------------*/
#cabecera{
	height: 88px;
	background-color: #fffddd;
	background-image: url(../imagenes/cabecera-fondo.gif);
	background-repeat: repeat-x;
	background-position: 0px 44px;
}
#idiomas img {
	border: 0px;
}
#idiomas {
	margin-left: 220px;
	margin-top: 66px;
	float: left;

}

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

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

#menu {
	margin-top: 64px;
	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;
	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;
}
/* SERVICIOS
-------------------------*/
#servicios {
	width: 760px;
	height: 450px;	
	background-color: #fffddd;
	
}

#servicios ul {
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom:40px;
}

#servicios li {
	list-style-type: none;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	background-image: url(../imagenes/punto.gif);
	background-repeat: no-repeat;
	padding: 0.0em 0.20em 0.50em 1.5em;
		
}

#servicios li a {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;	
}

#servicios li a:hover {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	
}

#columna1 {
	float: left;
	width: 230px;
	height:430px;
	padding: 5px;
	margin: 5px;
	border-right: 1px solid #660930;
}

#columna2 {
	float: left;
	width: 230px;
	height:430px;
	padding: 5px;
	margin: 5px;
	border-right: 1px solid #660930;
}

#columna3 {
	float: left;
	width: 230px;
	height:430px;
	padding: 5px;
	margin: 5px;
}

.titulos {
	font-weight: bold;
	font-size: 14px;
	color: #660930;
	text-decoration: none;
	padding: 5px;
}


/* 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;
}
