@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

header nav footer section{
	display:block;
	
}

body{
	margin:auto;
	width: 955px;
	height: 700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	
	
}

#contenedor {
		margin-top:100px;
		width: 955px;
	 height: 600px;
		background: #fff;
}

.menu_bar {
	width:445px;
	height:40px;
	position:relative;
	left: 0px;
	top: -2px;
}

.letra_menu_boton {
 font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
}

.letra_menu {
 font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#fff;
}

.boton {
 width:120px;
 height:114px;
 background-color:#E9500E;
	border-radius:0px 30px 0px 0px;
 -webkit-border-radius:0px 30px 0px 0px;
 -moz-border-radius:0px 30px 0px 0px;
 -ms-border-radius:0px 30px 0px 0px;
 -o-border-radius:0px 30px 0px 0px;
 

 box-shadow:5px 5px 10px #333;
 -webkit-box-shadow:5px 5px 10px #333;
 -moz-box-shadow:5px 5px 10px #333;
 -ms-box-shadow:5px 5px 10px #333;
 -o-box-shadow:5px 5px 10px #333;
 
}

.text_box {
 width:500px;
 height:225px;
 position:relative;
	left: 305px;
	top: -300px;
}

#box_section {
width:500px;
 height:225px;
 position:relative;
	left: 305px;
	top: -300px;
}

.title {
 font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#E9500E;
	font-weight:bold;
}

.capital {
 font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#E9500E;
	font-weight:bold;
}

a img { 
border-style: none GO; 
}

a:link {
 color:#FFF;
 text-decoration:none;
}

a:active {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:rgba(255,255,255,0.5);
	text-decoration:none;
}

a:visited {
	color:#FFF;
	text-decoration:none;
}

p > a:link {
 color:#000;
 text-decoration:none;
}
p > a:visited {
 color:#000;
 text-decoration:none;
}
p > a:hover {
 color:#F60;
 text-decoration:none;
}
p > a:active {
 color:#000;
 text-decoration:none;
}

li > a:link {
 color:#000;
 text-decoration:none;
}
li > a:visited {
 color:#000;
 text-decoration:none;
}
li > a:hover {
 color:rgba(5,152,226,1);
 text-decoration:none;
}
li > a:active {
 color:#000;
 text-decoration:none;
}

.legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#CCC;
}
.legend > a:link {
	color:#CCC;
}
.legend > a:visited {
 color:#666;
}
.legend > a:hover {
 color:#F60;
}
.legend > a:active {
 color:#666;
}
/* estilos para los videos */

.modalmask {
	position: fixed;
	font-family: Arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalmask:target {
	opacity:1;
	pointer-events: auto;
}
.modalbox{
	width: 800px;
	position: relative;
	padding: 5px 20px 13px 20px;

	border-radius:3px;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	
}

.movedown {
	margin: 0 auto;
}
.rotate {
	margin: 10% auto;
	-webkit-transform: scale(-5,-5); 
	transform: scale(-5,-5);
}
.resize {
	margin: 10% auto;
	width:0;
	height:0;

}
.modalmask:target .movedown{		
	margin:10% auto;
}
.modalmask:target .rotate{		
	transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize{
	width:400px;
	height:200px;
}



.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -6px;
	text-align: center;
	top: -20px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius:3px;
	font-size:16px;
}

.close:hover { 
	background: #FAAC58; 
	color:#222;
}
