﻿body{
	background: url(../images/fondo-contratacion-mariachis.jpg) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	font-family: 'Ubuntu', sans-serif;
}

#menu-ayuda{
	border: 0px solid black;
	position: relative;
	width: 100%;
	height: 200px;
	float: left;
}

#menu{
	border: 0px solid gray;
	background: black;
	position: relative;
	width: 1110px;
	padding: 0px 30px;
	margin: 10px -35px;
	float: left;

	border-radius: 3px;

	box-shadow: 0px 5px 8px #000000;
}

#menu:before{
	left: 0;
	border-width: 1.2em 0 0 1.6em;
}

#menu:after{
	right: 0;
	border-width: 1.2em 1.6em 0 0;
}

#menu:before, #menu:after{
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color:  black transparent transparent transparent;
	bottom: -19px;
}

#menu ul{
	border: 0px solid red;
	width: 100%;
	height: 50px;
}

#menu ul li{
	border: 0px solid white;
	position: relative;
	width: 16.6%;
	font-size: 24px;
	float: left;
}

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

.menu{
	border:0px solid white;
	width: 90%;
	text-align: center;
	padding: 15px 0;
}

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

.diferente{
	padding: 3px 0;
}

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

#pagina{
	border: 3px dotted black;
	background:url(../images/contratacion-de-mariachis-para-serenatas.png);
	width: 100%;
	float: left;
	margin: 10px 0px;
	padding: 10px 10px;

	box-shadow: 0 0 20px #000000;
}

#contenido{
	border: 0px solid red;
	width: 1100px;
	margin: 5px 0 0 0px;
	float: left;
}

#contenido a{
	color: black;
}

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

#titulo-formulario{
	background: #ddd;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
}

#ladouno{
	border: 0px solid red;
	width: 450px;
	float: left;
	padding: 0 10px;

	box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */
}

#ladodos{
	border: 0px solid red;
	width: 640px;
	float: left;
	padding: 0 10px;

	box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */
}

footer{
	background: black;
	width: 100%;
	height: 340px;
	float: left;
}

#footer-conten{
	width: 1070px;
	background: black;
	height: 340px;
	margin:0px auto;
}

.seccion-footer{
	border: 0px solid red;
	width: 49.8%;
	text-align: center;
	float: left;
	padding: 10px;

	box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */
}

.titulo-seccion-footer{
	border-bottom: 1px dotted white;
	font-size: 22px;
	color: white;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.desarrollo-seccion-footer{
	color: white;
	line-height: 25px;
	padding: 10px 0 0 0;
}

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

#pie{
	border-top: 1px dotted #ddd;
	background: black;
	width: 100%;
	float: left;
}

#pie-conten{
	width: 1100px;
	background: black;
	margin: 0px auto;
	padding: 10px 0px;
}

#pie-conten a{
	color: white;
}