@charset "utf-8";
/* CSS Document */



*{
	border: 0;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body{
background:#EBEBEB;
	
}

#Contenedor{
	background-color: #FFFFFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;     
}

#titulo{
	background:#E7E7E7;
	height: 20px;
	text-align: left;
	margin: 0px;
}

/*--------CABECERA--------------------*/
header{
	background: #080808;
	height: 120px;
	width: 850px;
	margin-right: 0px;
	margin-left: 0px;	
}
header h1{
	background-color: #000000;
	height: 90%;
	width: 330px;
	display: inline-block;		
	margin-top: 8px;
    text-align: left;
}
header #menu{
	background-color: #C8C0C0;
	height: 80%;
	width: 520px;
	float: right;
	display: inline-block;	
	text-align: right;	
	
}
header #menu #cabeMenu{
	background-color: #000000;
	height: 34%;
	width: 520px;
	margin: 0;	
	text-align: center;
}

h1 #logowe{
	margin-left: -13px;
    text-align: left;
    
}

header #menu #camejor{
	margin: 0px;
}

/*-------MENU---------*/

#cabeMenu ul{
    padding: 2px;
    margin: 0px;
    list-style: none;    
}

li{
    display: inline-block;
    margin: 7px 0px;
    
}

a{
    text-decoration: none;
    color: #006666;
    font-weight: bolder;    
    padding: 5px 20px;
}

li:nth-of-type(1) a:hover{
    color: #ffffff;
   border-right: 3px solid #ffffff;
}

li:nth-of-type(2) a:hover{
    color: #ffffff;
   border-right: 3px solid #ffffff;
}

li:nth-of-type(3) a:hover{
    color: #ffffff;
   border-right: 3px solid #ffffff;
}

li:nth-of-type(4) a:hover{
    color: #ffffff;
   
}

/*--------------------------FIN CABECERA----------*/
#cuerpo{
	background-image:url('/images/fondoCont.jpg');
    background-size: 100vw 100vh;
    background-attachment: fixed;          
    height: 600px;	
    width: 850px;	
	text-align:center;	
}
form{
    width: 500px;
    margin: auto;
    background: rgba(0,0,0,0.3);
    padding: 10px 20px;
    box-sizing: border-box;    
    border-radius: 20px;
    
}

h2{
    color: #ffffff;
    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: #ffffff;
    padding: 20px;
}

#boton:hover {
    cursor: pointer;
    
}

@media (max-width:480px){
    form{
        width: 100%;
    }
}




/*-----------------------------------*/
footer{
	background-color: #B5B5B5;
	height: 25px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;	
}
footer p{
	font-family: arial;
	font-size: 12px;
	text-align: center;
	color: #271FE8;
}