﻿body{
	background: url(../images/fondo.jpg);
	font-family: 'Open Sans', sans-serif;
}

#cintillo{
	background: #0f118c;
	width: 100%;
	height: 50px;
}

#cintillo-conten{
	width: 1100px;
	height: 50px;
	margin: 0 auto;
}

#cintillo-conten span{
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	color: white;
	margin: 14px 40px 0 0;
	float: left;
}
#cintillo-conten span img{
	width:20px;
}

#cintillo-conten a{
	color: white;
}

#cabecera{
	border-bottom: 1px solid #ddd;
	background: white;
	width: 100%;
	height: 150px;
	float: left;
	padding: 0 0 10px;
}

#cabecera-conten{
	border: 0px solid red;
	position: relative;
	width: 1100px;
	height: 150px;
	margin: 0 auto;
}

#cuchillo{
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
}

#logotipo{
	height: 105%;
	float: left;
}

#logotipo img{
	height: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 840px;
	line-height: 70px;
	font-weight: bold;
	font-size: 40px;
	color: #0f118c;
	text-align: center;
	float: left;
	margin:10px 0 0 0px;
}

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

#pagina{
	width: 1100px;
	float: left;
	margin: 20px 0;
}

#menu{
	background: #0f118c;
	width: 1100px;
	height: 35px;
}

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

#menu ul li{
	float: left;
}

.menu{
	border: 0px solid white;
	text-align: center;
	padding: 9px 47px;
}

.menu:hover{
	text-decoration: underline;
}

#efecto{
	background: white;
	width: 1100px;
	height: 380px;
}

#contenido{
	border: 0px solid red;
	background: white;
	width: 1100px;
	margin: 40px 0 0 0;
	padding: 20px 0;
	float: left;
}

.titulo-pestana{
	background: #f7f7f7;
	width: 100%;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin: 0 0 20px 0;
	float: left;
}

#footer{
	background: #1a1c1e;
	width: 100%;
	float: left;
}

#footer-conten{
	background: #1a1c1e;
	width: 1100px;
	height: 340px;
	color: white;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid white;
	width: 550px;
	padding: 10px;
	float: left;

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

.titulo-seccion-footer{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}

.desarrollo-seccion-footer{
	line-height: 22px;
}

.desarrollo-seccion-footer a{
	color: white;
}