@charset "UTF-8";
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('http://fonts.googleapis.com/css?family=Roboto:300');
@import url('http://fonts.googleapis.com/css?family=Noto+Sans');

*{margin:0; padding:0;}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
img.center {   display: block;   margin-left: auto;   margin-right: auto; }

#Nobile{font-family: 'Noto Sans', sans-serif; font-size: 50px; text-align:center; color: #888888;}

#wrapper {
    background-image:url('img/bg2.jpg');
	background-attachment: fixed;
	background-repeat:no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}

#Logo{
	margin-left:auto;
	margin-right:auto;
    width: 980px;
	height: 166px;
	background-color:#FFFFFF;
	-moz-box-shadow: 0 8px 15px 5px #F7F7F7;
    -webkit-box-shadow: 0 8px 15px 5px #F7F7F7;
    box-shadow: 0 8px 15px 5px #F7F7F7;
}

#Lang{
	margin-left:auto;
	margin-right:auto;
    width: 980px;
	height: 30px;
	background-color:#FFFFFF;
	-moz-box-shadow: 0 8px 15px 5px #F7F7F7;
    -webkit-box-shadow: 0 8px 15px 5px #F7F7F7;
    box-shadow: 0 8px 15px 5px #F7F7F7;
}

#Menu{
	margin-left:auto;
	margin-right:auto;
    width: 980px;
	height:43px;
	-moz-box-shadow: 0 8px 15px 5px #F7F7F7;
    -webkit-box-shadow: 0 8px 15px 5px #F7F7F7;
    box-shadow: 0 8px 15px 5px #F7F7F7;
}
#content {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	-moz-box-shadow: 0 8px 15px 5px #F7F7F7;
    -webkit-box-shadow: 0 8px 15px 5px #F7F7F7;
    box-shadow: 0 8px 15px 5px #F7F7F7;
	height:100%;
	background-image:url('img/bannerbg.png');
	background-repeat:repeat-x;
	background-color:#ffffff;
	/*background: rgb(255,255,255); /* Old browsers */
	/*							background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	/*							background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	/*							background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	/*							background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	/*							background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	/*							background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	/*							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
#footer {
	clear: both;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
    width: 980px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	text-align:center;
    height: 30px; /* Define height of the footer */
	background-color: #FFFFFF;
	-moz-box-shadow: 0 8px 15px 5px #F7F7F7;
    -webkit-box-shadow: 0 8px 15px 5px #F7F7F7;
    box-shadow: 0 8px 15px 5px #F7F7F7;
}



#contentcontainer {
	margin:0px;
	padding:10px;
	background:#FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-left:2px solid #0079b2;
	border-right:2px solid #0079b2;
	border-bottom:2px solid #0079b2;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	height:100%;
}

#cssmenu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:11.5px;
	font-weight:bold;
	color:8e8e8e;
	}
#cssmenu ul{
	background:url(images/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#cssmenu li{
		float:left;
		padding:0px 1px 0px 1px;
		}
	#cssmenu li a{
		color:#666666;
		display:block;
		font-weight:bold;
		line-height:43px;
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		}
		#cssmenu li a:hover{
			
			text-decoration:none;
			background:url(images/current-bg-hover.gif) top left repeat-x;
			color:#ffffff;
			}
	#cssmenu li ul{
		background:#e0e0e0;
		border-left:2px solid #0079b2;
		border-right:2px solid #0079b2;
		border-bottom:2px solid #0079b2;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#cssmenu li:hover ul{
		display:block;
		}
	#cssmenu li li {
		display:block;
		float:none;
		padding:0px;
		width:225px;
		}
	#cssmenu li ul a{
		display:block;
		font-size:10px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#cssmenu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	#cssmenu p{
		clear:left;
		}	
	#cssmenu .active > a{
		background:url(images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}
	#cssmenu .active > a:hover {
		color:#ffffff;
		}

#boton
{
	width: 100%;
	display:inline;
	padding:3px;
	color: #3399FF;
	border:0px solid blue;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	
}
#boton:hover {
  color: #FFF;
  background: #3399FF;
}

#yourDiv
{	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
#centerinp
{	
	text-align:center;
	font-weight: bold;
}

#Titulo
{
	font-family: 'Verdana', sans-serif;
	font-weight:bold;
	padding: 5px 20px;
	font-size: 20px;
	color:#212c73;
	}

#SubTitulo
{
	font-family: 'Verdana', sans-serif;
	font-weight:bold;
	padding: 5px 20px;
	font-size: 15px;
	color:#B43104;
	}	
	
#PageArticle{
		font-family: 'Verdana', sans-serif;
        font-size: 13px;
		margin:20px;

}

#PageArticle2{
		font-family: 'Verdana', sans-serif;
        font-size: 15px;
		margin:20px;

}

#ArticleMV{
		font-family: 'Ubuntu', sans-serif;
        font-size: 15px;
		 text-align: justify; 
}

#TituloMV{
		text-align: center ;
		font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
		
		line-height: 33px;
		font-size: 25px;
       

}
.contacto{
	
    color: #798e94;
	width: 320px;
    border: 1px solid #CED5D7;
    border-radius: 6px;
    padding: 45px 45px 20px;
    margin-top: 50px;
    background-color: white;
    box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
		font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-align:justify;
	text-justify:inter-word;
}
.contacto h2{

	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
.contacto label{
    display: block; /* esto es para que el label se sobreponga a la caja de texto */
    font-weight: bold;
}
.contacto div{
    margin-bottom: 15px; /* esto los separara un poco */
}
.contacto input[type='text'], .contacto textarea{
    padding: 7px 6px;
    width: 294px; /* una longitud definida */
    border: 1px solid #CED5D7;
    resize: none; /* esta propiedad es para que el textarea no sea redimensionable */
    box-shadow:0 0 0 3px #EEF5F7;
    margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
    outline: none; /* reset especifico para Chrome/Safari */
    box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='submit']{
	font-family: sans-serif;
    font-size: 10px;
    color: #798e94;
    border: 1px solid #CED5D7;
    box-shadow:0 0 0 3px #EEF5F7;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0px white;
 
    background: #e4f1f6; /* fallback para navegadores que no soporten degradados */
    background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:hover{
    background: #edfcff;
    background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:active{
    background: #cfe6ef;
    background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
    background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}



.menu{margin:0; padding:0; width:300px; list-style:none;background:rgb(255,255,255); }
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:8e8e8e;  display:block; background:url('verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url('verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255);}
.menu li a.active, .menu li a.active:hover{background:url('verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
.menu li a span{line-height:40px;}