
/* general */
body {
  background-color: #fff;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-family: "Arial", "Verdana", sans;
}

a img{border: 0px}

/*HEADER*/

#header
{
	height: 50px;
	background-color: #ffff00;
	border-bottom: solid 1px #fff;
}

#logo
{
	float: left;
	margin: 5px 30px;
}

#header ul
{
	float: right;
	list-style: none;
	margin: 15px 20px 15px 0px;
	padding: 0px;
}

#header ul li
{
	display: inline;
	margin: 0px 5px;
	line-height: 20px;
	padding: 0px;
	font-size: small;
}

/*SLOGAN*/

#slogan
{
	margin: 0px;
	height: 150px;
	padding: 0px;	
	background: #990000 url('../images/fondo_slogan.png') top right no-repeat;
}

#slogan h1
{
	color: #fff;
	padding: 30px 370px 0px 40px;
	font-weight: normal;
	margin: 0px;
}

#slogan p
{
	color: #fff;
	font-size: 0.8em;
	padding: 10px 370px 0px 40px; 
	margin: 0px;
}

/*CONTENTS*/

#contents
{
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fff url('../images/fondo_colRight.png') top right repeat-y;
}

/*LEFT*/

#colLeft
{
	float: left;
	margin-top: 0px;
	margin-right: 350px;
	margin-left: 0px;
}

/* Camisetas, Fotos */

ul.listaCamisetas
{
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

li.camiseta
{
	display: block;
	margin:  20px 10px 0px 0px;
	padding: 10px;
	float: left;
	background: transparent url('../images/fondo_foto.png') no-repeat top left;
	width: 120px;
	height: 95px;
}

li.camiseta img
{
 border: 0px;
}

/*RIGHT*/

#colRight
{
	display: inline;
	float: right;
	margin-left: -350px;
	width: 350px;
}




.rightInfo
{
	margin: 10px;
	padding: 0px 5px 0px 10px;
	
	font-size: 10pt;
	clear: both;
}

#colRight h2
{
	
	margin-top: 10px;
	padding-top: 5px;
 	border-top: solid #ccc 1px;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #999;
	clear: both;
	text-align: right;
}

.fotoEscaparate
{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 0px;
	border: solid 1px #ccc;

}

/* Formulario */
form
{
	display: block;
	text-align: left;
}

label
{
	
}
input, textarea
{
	color: #666;
	background-color: transparent;
	font-size: 9pt;
}
fieldset
{
 border: 0px;
}

input{
	
	border: 0px;
	border-bottom:  solid 1px #999;


}
textarea
{
	border: 0px;
	border: solid 1px #999;
}

div#botones
{

}

input.submit
{
	border: 0px;
	background-color: transparent;
	border: solid 1px #999;
	padding: 2px;
	margin: 2px;
	color: #000;
}


ul.enlaces
{
 list-style-color: #666;
}

ul.enlaces a{
	color: #666;
	text-decoration: none;
}

ul.enlaces a:hover
{
	border-bottom: dotted 1px #666;

}



/*FOOT*/

#footer
{
	border-top: solid #eee 1px;
	clear: both;
	text-align: center;
	padding: 5px 0px;
	margin: 0px;
}
