body {
	font-family: Garamond, "Gill Sans MT", serif, "Times New Roman";
	color: #FFFFFF;
}
i {display: none;}
#contenedor {
	width: 700px;
}
#cabecera {
	width: 700px;
	height: 100px;
	background-color: #990000;
	background-image: url(../imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#idiomas {
	text-align: right;
	padding-top: 80px;
}
#idiomas a {
	color: #fff;
}
#idiomas a:hover {
	text-decoration: none;
}
#menu {
	margin-top: 5px;
	float: left;
	background-color: #000;
	width: 170px;
	padding: 4px;
	height: 345px;
	padding-bottom: 0px;
}
#menu h1 {
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	heigh: 21px;
	background-color: #990000;
	padding: 4px;
	margin: 0px;
}
#menu ul {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	list-style-image: url(../imagenes/menu-icono.gif);
	list-style-position: inside;
	
}
#menu li {
	border-bottom: 1px solid #990000;
	width: 150px;
	padding-left: 4px;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
}
#principal {
	margin-top: 5px;
	margin-left: 5px;
	width: 490px;
	color: #000;
	float: left;
	background-color: #FFCC33;
	border: 1px solid #000;
	padding: 10px;
}
#principal h2 {
	font-size: 22px;
	font-weight: bold;
	text-transform: capitalize;
	height: 1.5em;
	padding-left: 15px;
	background-image:url(../imagenes/h2-principal-fondo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#principal a {
	color: #000;
}
#principal a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
#principal p {}
#principal strong {}
#principal em {}
#principal form {}
#principal form input {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	padding: 2px;
	font-family: Garamond, "Gill Sans MT", serif, "Times New Roman";
}
.imagenprincipal {
	text-align: center;
}
#principal img {
	margin: 5px;
	text-align: center;
}
#principal ul {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	list-style-image: url(../imagenes/li-icono-principal.gif);
	list-style-position: inside;
}
#principal ol {}
#principal li {
	border-bottom: 1px solid #990000;
	padding-left: 4px;
}
#imagenes h3, #enlaces h3, #documentos h3 {
	font-size: 22px;
	font-weight: bold;
	text-transform: capitalize;
	height: 1.5em;
	padding-left: 15px;
	background-image:url(../imagenes/h2-principal-fondo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#imagenes p, #enlaces p, #documentos p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#enlaces a, #documentos a {
	background-image: url(../imagenes/li-icono-principal.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
#imagenes a, #imagenes a:hover {text-decoration: none; border: none;}
#imagenes {border: none;}
#pie {
	background-color: #fff;
	margin: 5px;
	margin-right: 1px;
	width: 90%;
	height: 150px;
	color: #000;
	font-size: 16px;
	padding: 5px;
}
#contacto {
	width: 150px;
	float: left;
	text-align: right;
	background-image: url(../imagenes/direccion-fondo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#suport {
	width: 150px;
	float: right;
	text-align: right;

}
