@charset "UTF-8";
/* CSS Document */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, big, cite, code,
del, em, font, img, ins, 
small, strong, 
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* Mi Estilo */

body {
font-family: Trebuchet MS, Sans serif;
}

html {
background: #ffffff;
}


#container {
font-family: Trebuchet MS, Sans serif;
width: 869px;
position: relative;
margin: auto;
text-decoration: none;
height: auto;

}

#cabezote {
background: url(http://www.afar25.com/images/shirts/back.jpg) repeat-x scroll center top;
clear: both;
overflow: visible;

}

#header {
position: relative;
height: 234px;
margin: auto;
width: 1000px;
background-color: #21142e;

}

#menu {
height: 100%;
margin: auto;
padding: 0;
position: relative;
width: 500px;
top: -27px;
left: 37px;
}

#menu ul#nav {
overflow: hidden;
clear: both;

}

#menu ul#nav li{
display:inline;
padding-right: 50px;
text-transform: lowercase;
font: bold 12pt Trebuchet MS;
}

#menu ul#nav li a{
text-decoration: none;
color: #ffffff;
padding: 7px;
}

#menu ul#nav li a:hover{
background-color: #5b476c;
color: #21142e;
}


#content {
text-decoration: none;
background-color: #ffffff;
padding: 10px;
position: relative;
left: 69px;
top: 0;
width:  365px;
height: auto;
float: left;
}

#content h1 {
font: bold 18pt helvetica;
text-transform: uppercase;
padding-bottom: 10px;
}

#content p {
font-size: 11pt;
font: "Trebuchet MS", "Trebuchet MS Bold", Helvetica;
line-height: 1.5;
}

#content i {
font-size: 10pt;
color: #5b476c;
}

fieldset {
position: relative;
top: 45px;
right: 100px;
float: right;
font-size: 10pt;
font-weight: bold;
}

fieldset input {
float: right;
text-align: left;
}

#footer {
position: relative;
margin: auto;
width: 320px;
clear: both;
padding-top: 100px;
padding-bottom: 30px;
font-size: 9pt;
color: #999999;
}

.shirts
{
	cursor: default;
	list-style: none;
}

.shirts a
{
	cursor: default;
}

.shirts a .design
{
	display: none;
}

.shirts a:hover .design
{
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
}

.shirts img
{
	background: #150d1e;
 border: none;
	color: inherit;
	vertical-align: top;
	width: 200px;
	height: 259px;
}

.shirts li
{
	background: #150d1e;
	border: 3px solid;
	border-color: #150d1e;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	position: relative;
	padding-bottom: 25px;
}

.shirts .design
{
	border-color: #150d1e;
	width: 200px;
	height: 259px;
}

.shirts li b
{
 position: absolute;
	color: #ffffff;
	font:Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 1px;
	padding-top: 3px;
	top: 263px;
	left: 7px;
	clear: both;
	font-size: 13px;
}

