@font-face {
	font-family: 'Bol';
	src: url('fuentes/Raleway-Bold.otf') format("truetype"); 
}


@font-face {
	font-family: 'regu';
	src: url('fuentes/Raleway-Regular.otf') format("truetype");  
}

a {text-decoration: none;}
body {
	margin-top: 0px;
}

#contenido {
	width: 1024px;
	height: 850px;
	/*background: #c0c0c0;*/
	margin: 4px auto;
	background: #6ea9c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #6ea9c9 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ea9c9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6ea9c9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6ea9c9 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6ea9c9 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6ea9c9 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea9c9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

header {
	position: absolute;
	background: #fff;
	width: 820px;
	height: 85px;
	border-radius: 20px;
	margin-top: 21px;
	margin-left: 85px;
	box-shadow: 0px 7px 1px rgba(0, 0, 0, 0.10);
	z-index: 999;
}
.logo {
	position: absolute;
	margin-top: 12px;
	margin-left:16px;
}

ul {
	margin-top: 34px !important;
	margin-left: 360px;
	font-size: 12px;
	font-family: Bol;
	width: 440px;
	cursor: pointer;
	/*background: red;*/
}

ul .separador {
	width: 1px;
	height: 12px;
	background: #034EA2;
	margin-left: 5px;
	margin-right: 5px;
}

li {
	display: inline-block;
	text-align: center;
}

ul p{
	/*background: #034EA2;*/
	color: #034EA2;
	padding: 4px;
}

ul p:hover {
	background: #034EA2;
	color: #fff;
	padding: 4px;
	border-radius: 8px;
}

.opcionesSomos{
	float: left;
	width: 251px;
	height: auto;
	margin-top: 157px;
	margin-left: 86px;
	background: #00B9F2;
}

.azulOs{
	width: 251px;
	height: 83px;
	text-align: center;
	margin-top: -19px;
	cursor: pointer;
}
.azulOs:hover{
	background: #034EA2;
}
.azulOs p{
	padding-top: 31px;
	color: #fff;
	font-family: Bol;
	font-size: 15px;
	/*background: blue;*/
}

#noticia3 {
	float: right;
	margin-top: 158px;
	margin-right: 121px;
	width: 515px;
	height: auto;
	padding: 10px;
	background: #fff;
}

#Qui {
	font-size: 40px;
	font-family: Bol;
	margin-left: 21px;
	margin-top: 21px;
	color: #034EA2;
}

#mesa {
	margin-top: 0px;
}

#textoNoticia {
	height: auto;
	margin-top: -5px;
	color: #000;
	font-size: 13px;
	font-family: regu;
}


/********** Enterate ************/

aside {
	position: absolute;
	margin-top: 156px;
	margin-left: 83px;
	width: 248px;
	height: 900px;
	/*background: red;*/
}
#enterate {
	height: 36px;
	margin-top: 0px;
	background: #fff;
}

#enterate h4 {
	position: absolute;
	margin-top: 2px;
	margin-left: 78px;
	font-size: 23px;
	color: #034EA2;
	font-family: Futura;
}
/*****div que esta arriba 1*****/
aside #entrevista {
	margin-top: 12px;
	height: 324px;
	width: 100%;
	color: #000;
	font-family: regu;
	/*background: blue;*/
}

#tituloNoticia1 {
	margin-top: -10px;
	margin-bottom: -20px;
	font-size: 17px;
}

#textoNoticia1 {
	width: 100%;
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: -4px;
}
/*****div que esta abajo 2*****/
aside #trabajo {
	margin-top: 6px;
	height: 324px;
	width: 100%;
	color: #000;
	font-family: regu;
	/*background: green;*/
}

#tituloNoticia2 {
	margin-top: -10px;
	margin-bottom: -20px;
	font-size: 17px;
}

#textoNoticia2 {
	width: 100%;
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: -4px;
}







.footer {
	bottom: 0;
	margin: -4px auto;
	width: 1024px;
	height: 168px;
	background: #034EA2; 
}

.footer img {
	margin-top: 61px;
	margin-left: 696px; 
}


/******  modal *******/

#oculto {
	display: none;
	position: absolute;
	top: 0;
	/*margin-left: -8px;*/
	width:100%; 
	height: 1272px;
	background: rgba(0, 0, 0, 0.7);
}

#modal {
	display: none;
	position: absolute;
	margin-top: 110px;
	margin-left: 726px;
	width: 257px;
	height: 220px;
	background: #034EA2;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5); 
	z-index: 999;
}

#modal input,#modal button,#modal textarea{
	border-radius: 5px;
}

#modal > table{
	margin-top: 5px;
	width: 250px;
	height: 210px;
	text-align: center;
}

#contacto {
	cursor: pointer;
}