* {
        margin:0px;
	padding:0px;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	
}

body {
	background:orange;
	color:#333;
	font-family:Arial, helvetica, sans-serif;
}

.menu_bar {
	display:none;
}
 

a {
	text-decoration: none;
	color:#F24C27;
}

.wrapp {
/*    acomoda el menu en el centro y el tamaño del header*/
	width:90%;
        max-width: 1000px; 
	margin:auto;
	overflow: hidden;
}

header {
	width: 100%;
/*	height: 83px;
	padding:20px 0;
	background: #F24C27;
	overflow: hidden;*/
}
header nav {
	background:#023859;
	z-index:1000;
	max-width: 1000px;
	width:95%;
	margin:20px auto;
}



header nav {
	background:#eb9316;
	z-index:1000;
	max-width: 1000px;
	width:100%;
	margin:20px auto;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background:#28a4c9;
}
 
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#eb9316;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
@media screen and (max-width: 800px) {
	body {
		padding-top:10px;
	}
/* Cambia el color del menu para dispositivos moviles*/
	.menu_bar {
		display:block;
		width:100%;
		position: inherit;
		top:0;
		background:#68C73C;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	header nav {
		width: 90%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: none;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}
}

.logo {
    margin:-1px 51.5px;
	width: 48px;
	float: left;
        position: static;
}

.logo img {
	width:150%;
	vertical-align: auto;
       border-radius:5px;
}

.mensaje {
	background:#F24C27;
	padding:20px;
	color:#fff;
	margin:auto 0;
	border-radius:5px;
}

.articulo {
	float: bottom;
	width: 100%;
	padding:0px 20px 20px 0px;
}
.articulo2 {
	float: right;
	width: 60%;
	padding:0px 20px 20px 0px;
}

aside {
	float: left;
	width: 40%;
	background:#0070A8;
	color:#fff;
	padding:20px;
	border-radius:5px;
}

.widget ul {
	margin-left:20px;
}

.widget ul li {
	margin:15px 0;
	width: 100%;
}

.widget ul li a {
	color:#fff;
}

.widget ul li a:hover {
	text-decoration: underline;
}
/*Footer*/
footer {
     background-position: initial; 
     	margin:13px 150px;
	width:75%;
        float:left;
        clear:both;
        box-shadow: 0px 2px 2px #000;
        -moz-box-shadow: 0px 2px 2px #000;
        -webkit-box-shadow: 0px 2px 2px #000;
        border-radius: 5px;
        -moz-box-shadow: 0px 2px 2px #000;
        -webkit-box-shadow: 0px 2px 2px #000;
	background:#F24C27;
/* Old browsers */
/*background: -moz-linear-gradient(top,  #2f2f2f 0%, #242424 100%);  FF3.6+*/ 
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(100%,#242424));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  #2f2f2f 0%,#242424 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  #2f2f2f 0%,#242424 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top,  #2f2f2f 0%,#242424 100%);  IE10+ 
background: linear-gradient(to bottom,  #2f2f2f 0%,#242424 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#242424',GradientType=0 );  IE6-9 */

}
footer section {
	width: 450px;
        border-radius:4px;
	float: left;
	padding:0px 10px;
        
}
footer #acerca-de {
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	color:#fff;
	text-align:justify;
	line-height:20px;
       }
footer #acerca-de h3 {
	font-family:sourcesans-light;
	font-size:20px;
	color:#fff;
	margin-bottom:10px;
        
}
footer #redes-s > div {
	width:210px;
	height:60px;
	float:right;
	background:#F24C27;
	opacity:0.7;
}
footer #redes-s > div a {
	width:200px;
	height:40px;
	display:inline-block;
}
 
footer #redes-s .email {
	background:url(../Image/Outlook.png);
	margin-bottom:10px;
}
 
footer #redes-s .twitter {
	background:url(../Image/Twitter.png);
	margin-bottom:10px;
}
 
footer #redes-s .facebook {
	background:url(../Image/Facebook.png);
        margin-bottom:10px;
}
 
/*footer #redes-s .youtube {
	background:url(imagenes/youtube.png);
}
 */
footer #redes-s > div:hover {
	opacity:1;
}
 
#copyright {
	float:left;
	width:960px;
	margin:10px 0px;
}
 
#copyright p {
	text-align:center;
	font-size:12px;
	color:#F24C27;
	font-family:Arial, Helvetica, Sans-serif;
}
/*footer p {
	text-align:center;
}*/
.main {
	width:90%;
	max-width:1400px;
	margin:20px auto;
}
 
.slides {
	width:99%;
        
}
 
.slides img {
	width:100%;
}
 
.slidesjs-pagination {
	background:#eb9316;
	list-style: initial;
	overflow:hidden;
}
 
.slidesjs-pagination li {
	float: left;
}
 /*Pone los puntos en las imagenes rotatorios*/
.slidesjs-pagination li a {
	display: inline;
	padding:10px 10px;
	color:#fff;
	text-decoration:none;
}
 
.slidesjs-pagination li a:hover {
	background:#000;
}
 
.slides .active {
	background:#eb9316;
}
/*Muestra los iconos de next,prev y pausa*/
/* 
.slidesjs-navigation{
	background:#eb9316;
	color:#080808;
	text-decoration: #080808;
	display:ruby-base;
	padding:13px 40px;
	float:right;
}*/
/*Para las imagenes del centro de la pagina del inicio*/
.contenedor {
	width:90%;
	margin:15px auto;
}
 
.elemento {
/*	width:200px;
	background:#fff;
	float: right;
	margin-right:15px;
	margin-bottom:15px;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.22);
        display:inline-block;*/

    padding:10px 10px 10px 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:white;
    border-width:5px;
    width:190px;
    border-style:double;
    display:inline-block;
}
 
.elemento p {
	padding:10px;
	font-size:13px;
        
}
 
.elemento img {
	width:100%;
        
}

/*Estilos Correo*/ 
body1{
    background: url();
    /*es para escalar el fondo de la pagina*/
    background-size: 100vw 100vh;
    /*imagen se queda fija*/
    background-attachment: fixed;
    margin: 0;
    font-family: monospace;
}
form{
    width: 450px;
    margin: auto;
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 7px;
}
h2{
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
    
    
}

input, textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
    
}

textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}
#boton{
    background: #31384A;
    color:#fff;
    padding: 20px;
}
#boton:hover{
    cursor: pointer;
    
}
@media(max-width:800px){
    form{
        width: 100px;
        
    }
}
h2{
    text-align: center;
    color:#fff;
    font-size: 40px;
    background: rgba(0,0,0,0.4);
}