/* Reseteo Universal*/
*{
	border:0;
	margin:0;
	padding:0;
}

/* Estructuras mostrarlas en bloque*/
article, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}

@font-face{
font-family: calisto;
src: url('fuente/Calisto MT.ttf')
    ,url('fuente/Calisto MT.eot'); /* IE9 */
}

/* Cuerpo */
body{
	background: #FFFFFF;
	font-size: 16px;
	color: #293272;
	font-family: calisto,times;
	padding: 5px, 5px, 5px, 5px;
	margin:0 auto 0 auto;
	width: 940px;
}

/* Enlaces */
a{
	color:#293272;
	font-weight:normal;
	text-decoration:none;
}

/* Enlaces Cursor Encima */
a:hover{
	color:#68B0A2;
}

/* Tamaño de las imagenes y videos */
img, video{
	max-width:100%;
}

header a{
	font-size: 14px;
	margin-top: 1px;
	float: right;
	padding: 0px;
	color:#808285;
}

nav{
	margin-top: 45px;
	margin-left: 26%;
	margin-bottom: 20px;
	font-size: 16px;
	line-height:19px;
	padding: 0;
}
nav ul{
	list-style:none;
	text-align:left;
}
nav li{
	display:inline-block;
	vertical-align: top;
	margin-right: 35px;
}

section#barrainicial{
	width: 690px;
	background-color: #293272;
	height: 2px;
	border-radius: 5px;
	margin-top: 20px;
	margin-left: 26%;
	margin-right: auto;
	margin-bottom: 1px;
}

section#contenido{
	width: 100%;
}

figure#logo{
	display: inline-block;
	vertical-align: top;
	width: 25.5%;
	padding: 0px;
	margin: 0px;
	border:0px;	
}

article#informacionarticulo{
	display: inline-block;
	vertical-align: top;
	width: 74%;
	height: 900px;
	padding: 0px;
	margin-top: 5px;
	border:0px;	
}

section#textoarticulo{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
	margin-bottom: 15px;
	float: left;
}

section#textoarticulo h1{
	font-size: 26px;
}

section#textoarticulo p{
	color:#808285;
	text-align: justify;
}

aside#apoyodelarticulo{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	float: right;
}

aside#apoyodelarticulo figure img{
	margin-top: 66px;
}

aside#apoyodelarticulo section#fraserefuerzo p{
	margin-top: 10px;
	text-align: center;
	font-size: 19px;
}

section#barrafinal{
	width: 690px;
	background-color: #293272;
	height: 2px;
	border-radius: 5px;
	margin-left: 26%;
	margin-right: auto;
	margin-bottom: 5px;
}


/* Forma contacto */
input, textarea { 
	padding: 8px;
	border: solid 1px #293272;
	font: normal 16px calisto;
	color:#808285;
	width: 300px;
}

textarea { 
	width: 300px;
	height: 150px;
	line-height: 150%;
}

.form label {  
	color: #293272; 
	display: block;
	width: 150px;
	text-align: left;
}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #293272;
	font-size: 16px;
	color: #FFFFFF;
	cursor:pointer;
}