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

#cintillo{
	background: black;
	width: 100%;
	height: 35px;
}

#cintillo-conten{
	width: 1100px;
	height: 35px;
	margin: 0 auto;
	padding: 0 10px;

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

#cintillo-conten span{
	color: white;
	float: left;
	margin: 9px 0 0 0;
}

#cintillo-conten a{
	color: white;
}

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

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

#cabecera{
	position: relative;
	background: #b9bdc0;
	background: -moz-linear-gradient(top, #b9bdc0 0%, #9b9ea1 44%, #737476 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9bdc0), color-stop(44%,#9b9ea1), color-stop(100%,#737476));
	background: -webkit-linear-gradient(top, #b9bdc0 0%,#9b9ea1 44%,#737476 100%);
	background: -o-linear-gradient(top, #b9bdc0 0%,#9b9ea1 44%,#737476 100%);
	background: -ms-linear-gradient(top, #b9bdc0 0%,#9b9ea1 44%,#737476 100%);
	background: linear-gradient(top, #b9bdc0 0%,#9b9ea1 44%,#737476 100%);

	width: 1100px;
	height: 150px;
}

#logotipo{
	border: 0px solid red;
	width: 325px;
	height: 150px;
	float: left;
}

#menu{
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	background: black;
	width: 1100px;
	float: left;
	margin: 10px 0 0 0;
}

#menu ul li{
	float: left;
}

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

.menu{
	border-right: 1px solid gray;
	width: 190px;
	text-align: center;
	color: white;
	font-weight: bold;
	float: left;
	padding: 7px 0;
}

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

#leyenda{
	border: 0px solid red;
	width: 520px;
	color: white;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 20px;

	text-shadow:0 0 10px #000;
}

#soldador{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 200px;
}

#efecto{
	float: left;
}

#contenido{
	width: 1100px;
	padding: 15px 0;
	float: left;
	margin: 30px 0 0 0;
}

.titulo-pestana{
	background: #838587;
	width: 1100px;
	text-align: center;
	color: white;
	font-size: 28px;
	padding: 15px 0;

	text-shadow:0 0 3px #000;
}

#footer{
	border-top: 2px solid gray;
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #4f4f4f 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(44%,#4f4f4f), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#4f4f4f 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#4f4f4f 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#4f4f4f 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#4f4f4f 44%,#000 100%);

	width: 100%;
	height: 310px;
	float: left;
}

#footer-conten{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #4f4f4f 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(44%,#4f4f4f), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#4f4f4f 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#4f4f4f 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#4f4f4f 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#4f4f4f 44%,#000 100%);

	width: 1100px;
	height: 310px;
	margin: 0 auto;
}

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

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

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

.desarrollo-seccion-footer{
	font-size: 15px;
	line-height: 22px;
	padding: 10px 0;
}

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