@charset "UTF-8";
/* CSS Document */
h1 {
	color: #93122b;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	line-height: 24px;
}
h3 {
	color: #000066;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
h2 {
	color: #CC0000;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}


#header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
	height: 415px;
}

#content {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
	background-image: url(imagenes/bg_cont.jpg);
	background-position: center;
}

#footer {
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
	height: 86px;
	background-image: url(imagenes/bg_down.jpg);
	background-repeat: repeat-x;
}

#logo {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
	height: 300px;
	background-image: url(imagenes/logo.jpg);
	background-repeat: no-repeat;
}
#logo_bg {
	background-image: url(imagenes/logo-bg.jpg);
	background-repeat: repeat-y;
	height: 800px;
	text-align: left;
	padding: 0px;
}
.contenido {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
}
.contenidoamar {
	background-color: #FFFF99;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
}
.contenido2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.contenido22 {
	background-color: #FFFF99;
	font-family: Tahoma;
	font-size: 14px;
}

