﻿@font-face{
	font-family:electric;
	font-style:normal;
	font-weight:normal;
	src: url(../fuente.ttf);
}
body{
	font-family: electric, sans-serif;
	background: #DDDDDD;


}

#cintillo, #cintillo-conten{
	background-color:#FF7100;
	height:38px;
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	color: white;
}




#cintillo{width:100%;} #cintillo-conten{width: 1050px;margin:0px auto;}

#cintillo-conten span{
	color: white;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding: 10px 0px 0px 0px;
}

#cabecera{
	border: 0px solid red;
	width: 1100px;
	height:185px;
	margin: 0px auto;
}

#cabecera img{float: left;}

#menu{
	border: 0px solid red;
	width: 1108px;
	float: left;
}

#menu ul{
	margin:0px 0px 0px 0px;
}

#menu ul li{float:left;position: relative;}

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

.menu{
	border-right: 0px solid white;
	background-color: #FF7100;
	width: 122.3px;
	color: WHITE;
	text-align: center;
	font-size: 16px;
	padding: 25px 0px;
	border-radius: 0;
}


.inicio{
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}

.final{
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}

.diferente-padding{
	padding: 16px 0px;
}

.menu:hover {
	background-color:#6C5E5D;
	color: white;
}

#menu ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	border: 0px solid white;
	position: absolute;
	top:68px;
	left: -20px;
	z-index: 100;
	width: 120px;
	display: none;
}

#menu-secundario ul{
	margin: 0;
}

.menu-secundario{
	border-bottom: 1px solid white;
	background-color: #FF0000;
	width: 200px;
	color: white;
	text-align: center;
	font-size: 16px;
	padding: 15px 0px;
	border-radius: 0;
	margin:0px 0px 0px 19px;
}

.menu-secundario:hover{
	background-color: black;
}

#pie, #pie-conten{
	border: 0px solid red;
	background-color:#FF7100;
	height: 370px;
}

#pie{width: 100%;} #pie-conten{width: 1050px;margin: 0px auto;}

.seccion-pie{
	border: 0px solid white;
	width: 327px;
	padding: 10px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.seccion-pie a{
	color: #FFEFD5;
}

.titulo-seccion-pie{
	font-weight: bold;
	font-size: 20px;
color:#FFEFD5;
}

.desarrollo-seccion-pie{
	font-size: 14px;
	line-height: 20px;
	color:#FFEFD5;
	padding: 10px;
}