@charset "utf-8";
/* CSS Document */

@media screen and (max-device-width: 1920px) {
.column {
float: none;
}
}


body{
	background-color: white;
	color:white;
	}
	
header{
	width:90%;
	background-color:#FFFFFF;
	height: 50px;
	margin:50px auto 0px;
	color: black;
	text-align:center;
	font-size:2em;
	color:red;
	line-height: 10px;
}

.foto { 
	padding: 20px;
	margin: -60px 10px 0 0px;
	float: right; 
 }

h1{
	font-family: Elephant;
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	
	}

h4{
	font-family: Arial;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	text-align: left;
}
	
h5{
	font-family: Arial;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}	
	
#menu {
	
	width: 90%;
   	background-color: black;
	margin:0px auto 0px;
 }
 
#menu ul {
	
	height: 40px;
	list-style-type:none;
    margin: 30px;
	padding: 0px
 }

#menu li {
 	display: inline;
 }

#menu li a {
	font-family: Franklin Gothic Demi;
	font-size: 18px;
 	font-weight: 400;
	text-decoration: none;
	color: white;
	border-right: 1px solid white;
	padding: 10px; 
	display:block;
	float: left;
	margin:0px auto 0px;
 }

#menu li a:hover{
	 background-color:green;
 }	
 
  
 #panel{
	width:90%;
	margin:10px auto 10px;
	border:0px solid white ;

	}
	
.general{
	width:75%;
	height:70%
	background-color:white;
	border:2px solid #FFF;
	margin-top:15px;
	color: black;
	text-align:center;
	font-size:1em;	

}

.cont{
	width:70%;
	background-color:white;
	border:2px solid #FFF;
	margin-top:15px;
	color: black;
	font-size:1em;	
	
}

img {
	 max-width: 100%;
 }
 
 .contenido{
	 margin:15px;
	 width:100px;
	 height:100%;
	 border-top-width:15px;
	 border: 1px solid #E1E1E1 ;
	 box-sizing: border-box;
	 color:#444;
	 float:left;
	 padding:0px; 
	 width:29%;
	 font-family: Arial;
	 text-align: justify;
} 	




.texto{
	margin-top: 400px;
 	margin-left: 300px;
	width:500px;
	height:100px;
	font-family: Arial;
	font-size: 16px;
 	font-weight: 400;
	text-align:justify;
	
}


aside{
	width: 20%;
	height:60%;
	background-color:white;
	text-align:center;
	border:4px solid white;
	border-left-color: #060;
	margin-left:15x;
	margin-top:15px;
	position:absolute;
}

section, aside {
	display:inline-block;
	
}
 
 	
footer{
	width: 90%;
	background-color: black;
	height: 40px;
	margin:0px auto 0px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
}
 
 .marco
{
	width:98%;
	height:600px;
	margin:10px auto 10px;
	border:1px solid #CCC ;
		
} 

.titulo
{
	margin-top:50px; 
	width:90%;
	height:100px;
	border:0px solid white;
	background-color: #039 ;
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px;
}

.producto
{
	margin-top:50px; 
	width:90%;
	border:1px solid #CCC;
	background-color: #FFF ;
	font-family: Arial;
	font-size: 16px;
	color: black;
	text-align: justify;
	padding: 5px;
}

.forma
{
	width:90%;
	height:600px;
	border:1px solid #CCC;
	margin: 5px;
	padding: 5px;
}
	
	
.etiqueta
{
	width:100px;
	height:30px;
	border:1px solid #CCC;
	background-color: #CCC ;
	font-family: Arial;
	font-size:16px;
	font-weight: bold;
	padding: 7px;
    border-radius:6px;
	text-align:center;
	margin-left:200px;
	display: inline-block;
}

.entrada
{	
	width: 400px;
	height: 40px;
	font-family: Arial;
	font-size: 15px;
	color: #434343;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 1px;
	margin-left:20px
	display: inherit;
}
	
.boton{
	width: 158px;
	height: 41px;
	font-size:16px;
    font-family:Arial;
    font-weight:bold;
	text-align: center;
    color:white;
    background:#B2B2B2;
    border:1px solid #B2B2B2;
   	border-radius: 1px;  
	margin:70px 350px 50px;
       }
	


