body{
	font: 15px Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
}
.Contenedor{
	width: 80%;
	margin: auto;
	overflow: hidden;

}
/*		background-color: #24282b;*/
ul{
	margin: 0;
	padding: 0;
}
.Boton1{
	height: 38px;
	background-color: rgba(136,21,39,1.00);
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}
header{
	background-color: #24282b;
	color: #fff;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: 5px solid rgba(136,21,39,1.00);
}

header a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
header li{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}
header #Marca{
	float: left;
}
header #Marca h1{
	margin: 0;
}

header nav{
	float: right;
	margin-top: 10px;
}
header .Resaltar,  header .Actual a{	
	color: #f4f4f4;
	font-weight: bold;
	
	
}
header a:hover{
	color: #ccc;
	font-weight: bold;
	text-transform: uppercase;

}

#Cabecera{
	min-height: 500px;
	background-image: url('../img/Fondo.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*text-align:justify;*/
	color: #fff;
}
/*
#Cabecera h1{
	margin-top: 400px;
	font-size: 55px;
	margin-bottom: 40px;
	color:rgba(136,21,39,1.00);
}

#Cabecera p{
	font-size: 20px;
	color:rgba(0,0,0,1.00);
}
*/
#Boletin{
	padding: 15px;
	color: #fff;
	background: #24282b;
}
#Boletin h1{
	float: left;
}

#Boletin form{
	float: right;
	margin-top: 15px;
}
#Boletin input[type='email']{
	padding: 4px;
	height: 25px;
	width: 250px;
}
#Cajas{
	margin-top: 20px;
}

#Cajas .Caja{
	float: left;
	text-align: center;
	width: 30%;
	padding: 10px;
}
#Cajas .Caja img{
	width: 90px;
}

footer{
	padding: 20px;
	margin-top: 20px;
	color: #fff;
	background-color: rgba(136,21,39,1.00);
	text-align: center;
}
.Logo {
	padding: 10px;
	float: left;
	width: 20%;
	height: 25%;
	border-radius: 25px;
}
.Texto_logo {
	padding: 10px;
	float: left;
	width: 75%;
	height: 75%;
	border-radius: 25px;
}
#Cajas .Caja:hover{
cursor: pointer;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	/*right: -10px;*/
	top: 10px;
	width: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	display:none;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: auto;
}
.modalDialog > div {
	
	width: 575px;
	height: 550px;
	position: relative;
	margin: 10% auto;
	margin-top: 5%;
	padding: 20px 20px 13px 20px;
	border-radius: 10px;
	/*background:url(../Diseno/Nota.png);*/
	background-size: 100% 100%;
    /*background-repeat:no-repeat;
	background-size: contain;*/
	
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.Pantalla {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	display:none;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: auto;

}
.Pantalla > div {
	
	width: 600px;
	height: 550px;
	position: relative;
	margin: 10% auto;
	margin-top: 5%;
	padding: 20px 20px 13px 20px;
	border-radius: 10px;
	/*background:url(../Diseno/Nota.png);*/
	background-size: 100% 100%;
    /*background-repeat:no-repeat;
	background-size: contain;*/
	
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	overflow-y:visible;
	overflow-x: hidden;
}



