/* reset */

@charset "utf-8";
/*
	Reset Reloaded
	meyerweb.com
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*  */


body{
	font-family:Tahoma, Geneva, sans-serif;
	color:#6F6F6E;}
	p {
    margin-bottom: 0;}
span{
	font-size:14px;
	line-height: 1.4;}
input{
	 border: 0 solid;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    padding: 4px;
    /*width: 416px;*/}
.imput-nombre{
	background:url(../imagenes/campo-nombre.png) no-repeat;
	height: 40px;
    padding-left: 20px;
    width: 733px;}
.imput-telefono{
	background:url(../imagenes/campo-telefono.png) no-repeat;
	height: 38px;
    padding-left: 18px;
    width: 729px;}
.imput-email{
	background:url(../imagenes/campo-email.png) no-repeat;
	height: 45px;
    padding-left: 18px;
    width: 727px;}
.btn-enviar{
	background:url(../imagenes/btn_enviar.png) no-repeat;
	width:160px;
	height:62px;
	cursor:pointer;
	margin-bottom: 20px;
	opacity:.85}
.btn-enviar:hover{
	opacity:1;}
.right{
	float:right;}

#contenedor{
	background:url(../imagenes/fondo.jpg) no-repeat;
	margin:0 auto;
	width:810px;
	height:1000px;}

.titulo{
	display: none;
	background:url(../imagenes/promociones.png) no-repeat;
	float: left;
    height: 76px;
    margin: 20px;
    position: absolute;
    width: 381px;}

.sombreado{
	width:810px;
	height:1000px;
	position:relative;
	z-index:-1;
	background:url(../imagenes/sombreado.png) no-repeat;
}
.imagenes{
	display: none;
	width:810px;
	height:1000px;
	position:absolute;
	z-index:-2;
}
.envianostusdatos{
	display: none;
	background:url(../imagenes/etusdatos.png) no-repeat;
    height: 84px;
    margin: 20px;
    position: absolute;
    width: 760px;
	 float: left;
    margin-top: -900px;}

.campodedatos {
	margin-left: 35px;
	position: absolute;
	width: 720px;
	float: left;
	margin-top:-740px;}

input::-webkit-input-placeholder {
    color:    #565655;
    font-weight: bold;
}
input:-moz-placeholder {
    color:    #565655;
    font-weight: bold;


}


.redes{
	display:none;
	float:right;
    margin-top:-55px;}
.twitter{
	background:url(../imagenes/btn-twitter.png) no-repeat;
	width:36px;
	height:45px;
	opacity:0.7;
	display:block;
	float:left;
	margin-left: 40px;
    margin-top: -10px;}
.twitter:hover{
	opacity:1;}
.youtube{
	background:url(../imagenes/btn-youtube.png) no-repeat;
	width:36px;
	height:45px;
	opacity:0.7;
	display:block;
	float:left;
	margin-left: 8px;
    margin-top: -14px;}
.youtube:hover{
	opacity:1;}