@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 

}



body {
	background: url(BG.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
	color: #333;
}

#nav {
	position: relative;
 	top: 0px;
	margin: 0% 1% 0% 1%;
	padding: 7px 0.5% 0;
	line-height: 100%;
	border-radius: 2em;
	text-align: left;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #8b8b8b;
	border: solid 1px #6d6d6d;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	background: -webkit-gradient(linear, center top, center bottom, from(#666), to(#cfcfcf));
	background: -moz-linear-gradient(top,  #666,  #cfcfcf);
}
#nav li {
	margin: 10 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {

	font-weight: bold;
	min-width: 7em;
	color: #e7e5e5;
	text-align:center;
	text-decoration: none;
	display: block;
	padding:  8px 5px;
	margin: 0;
	border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1;
	font-weight: bold;
	color: #990000;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#cfcfcf));
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	color: #990000 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);

}

/* level 2 list */
#nav ul {
	background: #ddd;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#cfcfcf));
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf);
	display: none;
	margin: -10px ;
	padding: 0;
	width: 9.5em;
	position: absolute;
	top: 40px;
	center: 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 14;
}
/* dropdown */
#nav li:hover > ul {
	display: block;

}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 131px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}


html,body {
	margin:0;
	padding:0;

}
table {
	border-collapse:collapse;
	border-spacing:0;

}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #eceded;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
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;
}
/* General Demo Style */


body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	color: #990000;
	overflow-y: scroll;

}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}

.container1{
	position: relative;
margin: 5px 5px 5px 5px;
	display: block;
	height:183px;
	z-index: 5;
}

.container{
width: 800px;
border: 2px solid #CCCCCC;
border-radius: 15px;
	height:400px;
	margin: 1% 5% 0% 5%;
	position: relative;
	text-align: center;
	z-index: 1;
}
.clr{
	clear: both;
}
.container > header{
	z-index:2;
	padding: 20px 30px 10px 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{
	z-index:2;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(27,54,81,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #c7957b;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #4a3124;
	text-shadow: 0px 2px 2px rgba(255,255,255,1);

}

.tablesty{
font-weight:bold; 
padding: 20px;
font-size:1.05em;
}

.datosbajo{

height:20%px;
padding: 4px;
border: 3px; 
font-size: 70%;
border-radius: 2em 2em 2em 2em;
color: #FFFFFF;
line-height: 1.2em;
background: #8b8b8b;
	background: -webkit-gradient(linear, center top, center bottom, from(#666), to(#cfcfcf));
	background: -moz-linear-gradient(top,  #666,  #cfcfcf);
-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 6px;
-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 6px;
box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 6px;
}

.datosbajo2{
position: relative;
margin:20px 0px 20px 0px;
width:40em; 
height: 10em;
}

.Absolute-Center {
	font-size:14px;
	color: #990000;
	z-index:1;
  width: 70%;

  margin: auto;
  margin-top:245px;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.share{
z-index:33;
margin: -50PX 8% 3% 70%;
position: absolute;
float:right;

}

.logocc1{
	position: relative;
	height:160px;
	margin: 1.9%;
margin-top: 0.8%;
	z-index: 1;
}

.flags{
	position: relative;
	height:160px;
margin-left: 15%;
margin-top: -160px;
	z-index: 16;
}