/* CSS reset */
@import url(http://fonts.googleapis.com/css?family=Fjalla+One:700,400);

#cuerpo {
	position: absolute;
	width: 750px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -375px;
	margin-top: -250px;
	font-size:20px;
}


#bloques {
	width: auto;
	float: left;
	margin-left: 10px;
}

#bloques li {
	display: block;
	list-style-type: none;
}

#bloques a { text-decoration: none; }

#principal, h1 { font-size:18px;}

#principal a:visited { color: #000; }

#secundaria {
	margin: 10px 0 auto 5px;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	border-left: 1px;
	border-left-style: solid;
	padding-left: 3px;
}

#secundaria a { color: #222; }
#secundaria a:visited { color: #222; }

#terciaria {
	margin-left: 5px;
	margin-top: 2px;
	font-weight: 400;
	font-size: 12px;
}

#terciaria a { color: #269; }
#terciaria a:visited { color: #666; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

fieldset, img { border: 0; }
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
section, header { display: block; }

body {
	font-family: Fjalla+One, "Fjalla+One", serif;
	background: rgba(0, 0, 0, 0.73);
	font-weight: 500;
	font-size: 15px;
	color: rgba(255, 252, 252, 0.47);
	overflow-y: visible;
}
a {
	color: rgba(25, 13, 13, 0.48);
	text-decoration: underline;
}
.container {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: left;
}
.clr { clear: both; }
.container > header {
	padding: 20px 50px 20px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.container > header h1 {
	position: relative;
	color: #498ea5;
	font-weight: 700;
	font-style: normal;
	font-size: 600px;
	padding: 0px 0px 5px 0px;
	text-shadow: 0px 1px 1px rgba(136, 19, 19, 0.8);
}

.container > header h1 span {
	font-family: Fjalla+One, "Fjalla+One", serif;
	font-size: 50px;
	line-height: 20px;
	display: block;
	font-weight: 400;
	font-style: italic;
	color: #13637c;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.container > header h2 {
	font-size: 16px;
	font-style: italic;
	color: rgba(42, 93, 113, 0.62);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.mh-menu {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -192px;
	width: 600px;
	height: 385px;
}
.mh-menu li { width: 300px; }
.mh-menu li a {
	display: block;
	width: 280px;
	padding: 0px 10px;
	text-align: top;
	position: relative;
	z-index: 10;
	background: #891b1b;
	height: 97px;
	border-right: 1px solid #ddd;
	background-color: rgba(255,255,255, 0.8);
}
.mh-menu li:nth-child(1):hover a { background-color: rgba(114, 106, 106, 0.9); }
.mh-menu li:nth-child(2):hover a { background-color: rgba(114, 106, 106, 0.9); }
.mh-menu li:nth-child(3):hover a { background-color: rgba(114, 106, 106, 0.9); }
.mh-menu li:nth-child(4):hover a { background-color: rgba(114, 106, 106, 0.9); }
.mh-menu li:nth-child(5):hover a { background-color: rgba(114, 106, 106, 0.9); }
.mh-menu li:nth-child(6):hover a { background-color: rgba(114, 106, 106, 0.9); }
.mh-menu li a span { display: block; }
.mh-menu li a span:first-child {
	font-weight: 700;
	font-size: 16px;
	color: #e090ab;
	padding-top: 10px;
	font-family: Fjalla+One, "Fjalla+One", serif;
}
.mh-menu li a span:nth-child(2) {
	font-weight: 400;
	font-style: italic;
	font-size: 29px;
	font-family: Fjalla+One, "Fjalla+One", serif;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.mh-menu li:hover span:nth-child(2) { color: #080808; }
.mh-menu li img {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
}
.mh-menu li:hover img {
	left: 300px;
	opacity: 50;
}
div#carta {
	position: absolute;
	left: 50%;
	margin: -200px auto auto -300px;
	width: 600px;
	height: 400px;
	top: 50%;
	text-align: left;
}
div#logo {
	float: left;
	top: 25px;
	left: 75px;
}
div#uba {
	float: right;
	top: 50px;
	right: 0px;
	width: 300px;
}
footer {
	position: absolute;
	width: 800px;
	overflow: left;
	display: block;
	bottom: 15px;
	margin-left: -400px;
	left: 50%;
    font-size: 12px;
}