@charset "utf-8";

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	width: 100%;
	height: 100%;	
}

a img  {
	border-style: none;
}

#header, #content, #footer {
	width: 974px;
	margin: auto;
	padding: 0px;
}

#header {
	height: 181px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
}

#header #logo {
	padding: 41px 0px 0px 105px;	
}

#content {
	height: 379px;
	background-image: url(../img/content.png);
	background-repeat: no-repeat;
}

#content .contentColumn {
	float: left;
	width: 374px;
	margin-top: 26px;
}

#content .contentColumn div {


}

#content .contentBox {
	float: none;
}

/** The boxes for the index content **/

#contentTopLeft {
	background-image: url(../img/contentTopLeft.png);
	background-repeat: no-repeat;
	width: 374px;
	height: 103px; /* 118 - padding */
	padding-top:15px;
}

#contentTopRight {
	background-image: url(../img/contentTopRight.png);
	background-repeat: no-repeat;
	width: 374px;
	height: 138px;
}

#contentBottomLeft {
	background-image: url(../img/contentBottomLeft.png);
	background-repeat: no-repeat;
	width: 374px;
	height: 197px;
}

#contentBottomRight {
	background-repeat: no-repeat;
	width: 374px;
	height: 178px;
}

#footer {
	height: 254px;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;	
}

/** Estilos para los popups */

#popupRegistroFactura, #popupRegistro, #popupRegistro2, #popupContacto, #popupProductosDestacados, #popupOK {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/popupBackground.png);
	display: none;
}
#popupOKContainer {
    width: 298px;
    height: 130px;
    margin: auto;
    margin-top: 250px;
}

.popupContainer {
	width: 743px;
	height: 425px;
	margin: auto;
	margin-top: 112px;
	background-repeat: no-repeat;
}

.popupContainer .registroFactura {
    width: 265px; margin-left: 402px; float: left;
}

.popupContainer .registroFactura .firstInput {
    margin-top: 51px;
    font-size: 15px;
}
.popupContainer .registroFactura input {
	width:100%; 
	margin-top: 10px; 
	height:20px; /* 22 - border */
	border: 1px solid #6A6A6A;
    font-size: 15px;
}
#popupContacto .popupContainer input {
    width: 100%;
    margin-top: 12px; 
    height:20px; /* 22 - border */
    border: 1px solid #6A6A6A;  
    font-size: 15px;
}
#popupRegistro .popupContainer input {
    width: 100%;
    margin-top: 16px; 
    height:20px; /* 22 - border */
    border: 1px solid #6A6A6A;
    font-size: 15px;
}

