@charset "utf-8";


body {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(img/fondo-cabecera.jpg);
	line-height: 1.5em;
	background-color: #0e193f;
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
}




img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #001444;
}


a:hover {
	text-decoration: underline;
}











#global { 
	width: 900px;
	height: auto;

	margin: 0 auto;
/*Para posicionamiento absoluto
	position: absolute ;
	top: 50% ;
	left: 50% ;
	margin: -mitadAltoDiseñopx 0 0 -mitadAnchoDiseñopx ;*/
}

#cabecera {
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 90px;
}

#menu {
	height: 80px;
	padding: 0px;
	margin: 0px;
	width: 900px;
}

#cuerpo {
	float: left;
	height: auto;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	width: 900px;
	background-image: url(img/main-background.gif);

}



#miniMenu {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 80px;
	padding: 0px;
	height: auto;
	text-align: right;
	width: 190px;
	float: left;
}



#miniMenu ul {
	margin-bottom: 120px;
}

#miniMenu li {
	margin-top: 10px;
	list-style-type: none;
}

#miniMenu p {color:#666666; margin-left:40px;}


#contenido {
	margin-top: 30px;
	margin-left: 65px;
	text-align: left;
	height: auto;
	width: 570px;
	float: left;
	color: #333333;
}

#contenido img {
	margin-left: 10px;
	margin-right: 10px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

#pie {
	padding-top: 72px;
	padding-bottom: 10px;
	background-color: #0e193f;
	background-image: url(img/fondo-pie.gif);
	clear: both;
	text-align: center;
	margin: 0px;
	background-repeat: no-repeat;
	width: 900px;
}

#pie p {
	letter-spacing: .1em;
	font-size: 90%;
	color: #cccccc;
}

#pie a {
	color: #ffff99;
}

h2 {
	margin-bottom: 30px;
	color: #0e193f;
	font-size: 1.4em;
}

h3 {
	margin-top: 30px;
	color: #0e193f;
	font-size: 1.2em;
}

h4 {
	margin-top: 30px;
	margin-bottom: -10px;
	color: #0e193f;
	font-size: 1.2em;
}


.cita {
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 25px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 30px;
	color: #999999;
	font-style: italic;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;

}