a:link {text-decoration: none; color: #0099FF;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
a img { border:none }

.center { text-align: center; }
.Estilo1 {font-size: xx-small; color: #CCCCCC;}
.Estilo2 {font-weight: bold}
.links {font-size: x-small; color: #0033CC;}

* {margin:0; padding:0}
html, body, #contenedor {height: 100%;}
body > #contenedor {height: auto; min-height: 100%; }

body {
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
}
	
#cabecera{
    background-color: #000;
    text-align: center;
}

#contenido {
	padding-bottom: 66px; /* debe ser del mismo alto que el footer */
	padding-top: 15px;
} 

/* MENU*/
#navcontainer ul {
text-align: center;
padding-bottom: 5px;
padding-top: 10px;
background-color: #000;
color: white;
width: 100%;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}
#navcontainer ul li {
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}
#navcontainer ul li a {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
background-color: #0099FF;
color: white;
}
#navcontainer #active { border-left: 1px solid #fff; }
/* FIN MENU*/


#footer {
	 position: relative;
	 height: 66px;
	 margin-top: -66px;
	 clear: both;
	 background-color: #000;
	 padding: 0px;
}

#confot { padding-top: 10px;}

/* TIENDA */
#contenedor2{
position: relative;
width: 100%;
height: 75%;
margin: 0 auto;
padding-top: 30px;
}
#derecha{
text-align: center;
width: 50%;
height: 100%;
float: right;
}
#izquierda{
text-align: center;
width: 50%;
height: 100%;
float: left;
}

#links p{ padding: 5px; padding-top: 15px;}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */