/* CSS Document */

/*PORTADA CHUNGO 1*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

body{
	background-color: #000000;
	color: #FFFFFF;
}

a{
	color: #FFFFFF;
}

img{
	border: 0;
}

#contenedor{
	width:908px;
	height:660px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#contenedor a,li{
	text-decoration:none;
	list-style-type: none;
}
#contenedor a:hover{
	text-decoration:underline;
}

/*::::::::::::::CABECERA:::::::::::::*/

#cabecera{
	background-image: url(../img/fondo-cabecera.png);
	height: 149px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#cabecera-izq{
	width: 400px;
	height: 150px;
	float: left;
	overflow: hidden;
}

#cabecera-izq a{
	width: 400px;
	height: 1px;
	padding-top: 150px;
	display: block;
}

#cabecera-der{
	width: 500px;
	float: left;
}

#buscador-superior{
	height: 17px;
	margin-bottom: 5px;
	text-align: right;
}

#buscador-superior input[type="text"]{
	background-color: #333333;
	color: #FFFFFF;
	border: 1px groove #666666;
	width: 176px;
	height: 15px;
	position: relative;
	top: -3px;
}

#idioma{
	height: 17px;
	margin-bottom: 5px;
	text-align: right;
}

#menu-sup{
	margin-bottom: 10px;
	height: 20px;
}
#menu-sup a{
	background-color: #333333;
	display: block;
	height: 16px;
	width: 98px;
}
#menu-sup li{
	float: right;
	list-style-type: none;
	display: block;
	height: 16px;
	width: 98px;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-left: 7px;
}

#menu-inf{
	height: 62px;
	float: right;
	padding-right: 75px;
}		

* html #menu-inf{
	float: none;
}		

#menu-inf ul{
	text-align: right;
}

#menu-inf li{
	height: 15px;
	width: 138px;
	text-align: right;
}

/*:::::::::::::::CUERPO::::::::::::::::*/

#todo{
	background: url(../img/bg-todo.png) no-repeat;
	width: 908px;
	height: 400px;
}

#todo-contenido{
	width: 858px;
	height: 380px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
}

#cuerpo-izquierda{
	float: left;
	height: 421px;
	width: 240px;
}
#izquierda-sup{
	float: left;
	height: 194px;
	width: 240px;
	background-image: url(../img/fondo-izq-sup.png);
}
#izquierda-inf{
	float: left;
	height: 207px;
	width: 220px;
	background-image: url(../img/fondo-izq-inf.png);
	padding-top: 20px;
	padding-left: 20px;
	line-height: 20px;
	text-align: left;
}
#cuerpo-centro{
	float: left;
	height: 421px;
	width: 428px;
	background-image: url(../img/fondo-centro.png);
}
#cuerpo-derecha{
	float: left;
	height: 421px;
	width: 240px;
}
#derecha-sup{
	float: left;
	height: 194px;
	width: 240px;
	background-image: url(../img/fondo-der-sup.png);
}
#derecha-inf{
	float: left;
	height: 207px;
	width: 220px;
	background-image: url(../img/fondo-der-inf.png);
	padding-top: 20px;
	line-height: 20px;
	padding-right: 20px;
	text-align: right;
	
}

#search-results{
	width: 600px;
	margin: auto;
}

/*:::::::::::::::PIE::::::::::::::::*/
#pie{
	height: 59px;
	width: 170px;
	background-image: url(../img/fondo-pie.png);
	float: left;
	padding-right: 369px;
	padding-left: 369px;
	padding-top: 10px;
}
#pie-sup{
	height: 20px;
	margin-bottom: 15px;
	background-image: url(../img/fondo-pie-sup.png);
}
#pie-inf{
	height: 20px;
	text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::INTERIOR:::::::::::::::::::::::::::::::::::::::::::::::::*/

/*::::::::CABECERA::::::::::*/
#cabecera2{
	background-image: url(../img/interior2/fondo-cabecera.png);
	height: 148px;
	padding-top: 15px;
	padding-bottom: 5px;
}

/*:::::::CONTENEDOR::::::::::*/

#cuerpo2{
	float: left;
}
#izquierda{
	height: 231px;
	width: 280px;
	background-image: url(../img/interior2/fondo-contenedor-izq.png);
	padding-top: 160px;
	padding-left: 24px;
	line-height: 20px;
	float: left;
}

#derecha{
	height: 366px;
	width: 584px;
	float: left;
	background-image: url(../img/interior2/fondo-contenedor-der.png);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;

}
#cuerpo2 .titulo, #todo .titulo{
	height: 20px;
	margin-bottom: 35px;
	padding-left: 10px;
	font-size: 20px;
	color: #F49B00;
}

#derecha-down{           /* En interior2 se reemplaza izquierda-down por este mismo para simplificar  */
	height: 311px;
	width: 584px;
	overflow:auto;
}

/*:::::::PIE::::::::::*/

#pie2{
	height: 80px;
	width: 908px;
	float: left;
	padding-top: 10px;
}
#piercing{
	height: 40px;
	width: 180px;
	float: left;
	margin-right: 200px;

}
#aviso{
	height: 40px;
	width: 150px;
	float: left;
	padding-top: 10px;

}
#flash{
	height: 70px;
	width: 250px;
	float: right;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::INTERIOR 2:::::::::::::::::::::::::::::::::::::::::::::::::*/


/*:::::::CONTENEDOR::::::::::*/

#cuerpo3{
	float: left;
}

#izquierda2{
	height: 366px;
	width: 584px;
	float: left;
	background-image: url(../img/interior3/izquierda.png);
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#cuerpo3 .titulo{
	height: 20px;
	margin-bottom: 35px;
	padding-left: 10px;
	font-size: 20px;
	color: #D42E12;
	text-align: right;
}

/*#izquierda-down{
	height: 311px;
	width: 584px;
	overflow:auto;
}*/

#derecha2{
	height: 231px;
	width: 280px;
	background-image: url(../img/interior3/derecha.png);
	padding-top: 160px;
	line-height: 20px;
	float: left;
	text-align: right;
	padding-right: 24px;
}


/*:::::::PIE::::::::::*/

#pie2{
	height: 80px;
	width: 908px;
	float: left;
	padding-top: 10px;
}
#tattoo{
	height: 55px;
	width: 140px;
	float: right;
}

#flash2{
	height: 70px;
	width: 250px;
	float: left;
	margin-right: 150px;
}

/*:::::PRODUCTOS::::::*/

.lista-prod{
	padding: 3px;
}

.image-prod{
	background: url(../img/bg-productos.png) no-repeat;
	width: 82px;
	height: 82px;
}

.image-prod-detalle{   
	background: url(../img/bg-detalleproducto.png) no-repeat;
	width: 340px;
	height: 218px;
}

.descripcion-producto{   
	background: url(../img/bg-descripcionproducto.png) no-repeat;
	width: 340px;
	height: 60px;
	padding: 3px;
	text-align: left;
	font-size: 10px;
	overflow: hidden;
}

.producto-atributo{
	font-size: 14px;
}

/*::::::FORMULARIOS:::::::*/

input[type="text"], input[type="password"], select, option
{
	color: #000000;
}

.align-c{
	text-align: center;
}

.label{
	width: 100px;
}