/*
	Jose Enrique Nacher
	author:   (www.jenacherdesigner.com)
*/ 
////////////////////////////PRINCIPAL///////////////////////////////////////////
* {
  margin:0;
  padding:0;
}
 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;
	
	
}
.Estilo1 {
	font-family: Petita,Arial,Helvetica,sans-serif;
	color: #B40404;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 50px;
}
.estilo2 {
	font-family: Petita,Arial,Helvetica,sans-serif;
	color: #B40404;
	font-size: 25px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 50px;
}

.contenedor{
	width:900px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	background-color:#FFFFFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: Petita,Arial,Helvetica,sans-serif;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
}
.fondoMenu{
	background-repeat: no-repeat;
	height: 100px;
}
.fondoContenedor{
	
}
.cabeceraMenu{
	width:900px;
	font-family: Petita, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 100px;
	background-image: url(RECURSOS/.png);		

}

.pie {
	width:900px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	background-color:#FFFFFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: Petita,Arial,Helvetica,sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	min-height:190px;
	padding: 10px;

}
 .logo {
	background-image: url(RECURSOS/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 400px;
	float:left;
	
}

body {
	background-color: #FFF;
	background-image: url(RECURSOS/.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
#bg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
}
.texto {
	font-family: Petita,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7f7f7f;
	text-align: left;
	padding: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}	
/*MAS INFO PIE*/ 

.info1 {
	padding: 10px;
	float: left;
	width: 280px;
}

.pieInfo .info1 span {
	font-size: 16px;
	font-weight: bold;
	color: #B40404;
	margin-left: 70px;
}
.pieInfo .info1 p {
	font-size: 12px;
	color: #FA5858;
	text-align: left;
	padding: 2px;
	height: 60px;
}
.pieInfo .info1 .infoLogo {
	float: left;
	width: 50px;
	margin-left: 50px;	
}
.pieInfo .info1 .infoBoton {
	float: left;
	font-size: 10px;
	margin-top: 20px;
	font-family: Petita, Arial, Helvetica, sans-serif;
	
}

.infoBoton{
	
	width:100px;
	text-decoration: none;
	border:1px solid #ff6767; -webkit-border-radius: 3px;width:100px; -moz-border-radius: 3px;border-radius: 3px; font-family:arial,helvetica,sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(255,183,161,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #ff9a9a;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9a9a), color-stop(100%, #ff4040));
 background-image: -webkit-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: -moz-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: -ms-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: -o-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: linear-gradient(top, #ff9a9a, #ff4040);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9a9a, endColorstr=#ff4040);

}

.infoBoton:hover{
	text-decoration: none;
	border:1px solid #ff6767; background-color: #ff6767;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6767), color-stop(100%, #ff0d0d));
 background-image: -webkit-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -moz-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -ms-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -o-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: linear-gradient(top, #ff6767, #ff0d0d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6767, endColorstr=#ff0d0d);
}


/*PIE CONTACTO*/

.separadorContacto{
	height: 100px;
	width: 900px;
	background-image: url(RECURSOS/cadena.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.separadorContacto .separadorContactoTexto{
	font-size: 18px;
	font-family: Petita, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 39px;
	padding-left: 400px;
}
.separadorContacto .separadorNovedadesTexto{
	font-size: 18px;
	font-family: Petita, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 39px;
	padding-left: 395px;
}
.pieInfoContacto .info1 span {
	font-size: 18px;
	font-weight: bold;
	color: #FA5858;
	
}
.pieInfoContacto .info1 p {
	font-size: 14px;
	color: #FA5858;
	text-align: center;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: lighter;
}
.pieInfoContacto .info1 .infoLogoContact {	
	text-align: center;
}

/*OFERTAS RECIENTES*/

	.ofertasRecientes .ofertaRecienChildren {
	float: left;
	width: 300px;
}
   .ofertasRecientes {
	width:900px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	background-color:#FFFFFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: Petita,Arial,Helvetica,sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 225px;
	padding: 10px;
}

/*FOOTER*/

.contenedorPie{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	
}
#footer a { 
	 margin: 0 10px 0 0; 
	 border-bottom: 1px dotted #444; 
	 padding: 0 0 1px;
	 color: #999;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; 
}
#links {
	float: right;
}
#links a {
	margin: 0 0 0 5px;
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#footer {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 9px;
}
	

/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float:right;
    font-size:12px;
}

/* Login Button */
#loginButton {
	font-family: Petita,Arial,Helvetica,sans-serif;
	float:right;
	position:relative;
	z-index:30;
	cursor:pointer;
	background-image: url(images/.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

/* Login Button Text */
#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(images/loginArrow.png) no-repeat 53px 7px;
    display:block
}



/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
	
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Form */
#loginForm {
	font-family: Petita,Arial,Helvetica,sans-serif;
    width:248px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-205px;
	margin-right:90px;
    background:#d2e0ea;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
border:1px solid #ff6767; -webkit-border-radius: 3px;width:150px; -moz-border-radius: 3px;border-radius: 3px; font-family:arial,helvetica,sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #ff9a9a;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9a9a), color-stop(100%, #ff4040));
 background-image: -webkit-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: -moz-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: -ms-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: -o-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: linear-gradient(top, #ff9a9a, #ff4040);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9a9a, endColorstr=#ff4040);
}
#loginForm #login:hover{
 border:1px solid #ff6767; background-color: #ff6767;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6767), color-stop(100%, #ff0d0d));
 background-image: -webkit-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -moz-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -ms-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -o-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: linear-gradient(top, #ff6767, #ff0d0d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6767, endColorstr=#ff0d0d);
}
/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}
