﻿body{
	font-family:arial, sans-serif;
}

#wrapP{
	width: 1100px;
	margin: 0 auto;
}

#pagina{
	border: 0px solid red;
	width: 100%;
	float: left;
}

#cabecera{
	border-bottom: 10px solid #f8a65f;
	width: 100%;
	height: 150px;
	float: left;
	padding: 20px 0;
}

#logotipo{
	width: 20%;
	height: 100%;
	float: left;
}

#logotipo img{
	height: 100%;
}

#datos{
	border: 0px solid red;
	width: 50%;
	height: 100%;
	font-family: calibri;
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
	float: left;
	padding: 8px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#datos span{
	background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#e2e2e2));  
  	-webkit-background-clip: text;  
  	-webkit-text-fill-color: transparent;
}

#redes{
	border: 0px solid red;
	float: right;
	margin-top: 105px;
}

#redes img{
	height: 40px;
}


#menu{
	border:0px solid red;
	width: 100%;
	float: left;
	margin: 10px 0;
}

#menu a{
	color: black;
	text-decoration: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 25%;
	float: left;
}

.menu{
	background: -webkit-gradient(linear, left top, left bottom, from(#e95527), to(#f4e8d2));  
  	-webkit-background-clip: text;  
  	-webkit-text-fill-color: transparent;

	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
}

#contenido{
	border: 0px solid red;
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}