/*
Theme Name: Tech-Theme
Theme URI: http://cortarjamon.com/
Author: Oscar Herrero
Author URI: http://oherrero.com/
Version: 1.0
Todos los contenidos estan protegidos por copyright.
*/
/*CSS Reset*/
@import(css/reset.css);


body {
	background: #2e2e2e; color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Estilos Comunes
*********************************************/
#container {
	background: #2e2e2e;
	width: 960px;
	margin: 15px auto; padding: 0px;
	text-align: left;
}
#cabecera {
	background: #2e2e2e;
	width: 960px; height: 15px;
	margin-top: 0px; padding: 1px;
}
#cabecera p {
	color: #999999;
	margin: 0px;
}
#pie {
	clear: both;
	display: block;
	background: #2e2e2e;
	margin: 0px; padding: 15px 20px 20px 20px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover { 
	color: #999; 
	text-decoration: none; 
}
img { border: 0px; background: none; }

/*********************************************
		Estilo Pagina Inicio
*********************************************/
#contenedor_rojo {
	width: 954px;
	background: #bb392c;
	margin: 0px; padding: 0px;
	border-left: 0px solid #bb392c;
	border-right: 0px solid #bb392c;
}
#contenedor_rojo #rotator {
	display: block;
	width: 526px;
	float: right;
	border: 0px;
	margin: 20px 20px 20px 20px;
	background: #bb392c url(images/loading.gif) repeat-y;
}
#contenedor_rojo #blurb {
	display: block;
	float: left;
	width: 250px;
	margin: 20px 0px 0px 20px; padding: 0px;
}
#blurb img {
	margin-bottom: 20px;
}
#contenedor_negro {
	width: 954px;
	background: #000;
	margin: 0px; padding: 0px;
	border-top: 1px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
}
#contenedor_negro .izquierda {
	width: 415px;
	margin-top: 10px;
	display: inline;
	float: left;
}
#contenedor_negro .izq_sup p {
	margin-left: 20px;
	line-height: 1.6;
	font-size: 11px;
}
#contenedor_negro .izq_inf p {
	margin-top: 140px;
	margin-right: 20px;
	text-align: right;
	font-size: 16px;
	color: #bb392c;
}
#contenedor_negro .derecha {
	width: 415px;
	margin-top: 10px;
	display: inline;
	float: left;
}
#contenedor_negro .drc_sup p {
	margin-left: 20px;
	font-size: 16px;
	color: #bb392c;
}
#contenedor_negro .drc_inf p {
	margin-top: 85px;
	margin-right: 20px;
	text-align: right;
	line-height: 1.6;
	font-size: 11px;
}
#contenedor_negro .menu {
	width: 115px;
	background: #bb392c;
	display: inline;
	float: left;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	border-bottom: 0px solid #000;
}
#contenedor_negro .menu ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
#contenedor_negro .menu li {
	margin-top: 10px;
	padding: 0px;
	color: #000;
	list-style-type: none;
}
#contenedor_negro .menu li a {
	color: #000;
}
#contenedor_negro .menu li a:hover {
	color: #fff;
	text-decoration: none;
}

/*********************************************
		Estilo Pagina Comprar/Contacto
*********************************************/
#contenedor_rojo #contacto {
	width: 526px;
	display: block;
	float: right;
	margin: 20px 20px 20px 0px; padding: 0px;
	color: #000;
}
#contacto p {
	text-align: center;
	color: #000;
}
#contenedor_negro .izq_comprar p {
	margin-left: 20px;
	line-height: 1.4;
	font-size: 11px;
}
#contenedor_negro .izq_comprar form {
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 20px;
}
#contenedor_negro .drc_comprar p {
	margin-left: 20px;
	letter-spacing: 1px;
	font-size: 18px;
	color: #bb392c;
}
#contenedor_negro .drc_inf_comprar p {
	margin-top: 70px;
	margin-right: 20px;
	text-align: right;
	line-height: 1.6;
}

/*********************************************
		Sidebar Menu
*********************************************/
.smenu {
	width: 160px;
	background: #bb392c;
	display: inline;
	float: left;
	margin: 20px 0px 20px 0px;
}
.smenu img {
	margin: 0px 0px 20px 0px;
}
.smenu ul {
	width: 115px;
	border: 3px solid #000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.smenu li {
	margin-top: 10px;
	padding: 0px;
	color: #000;
	list-style-type: none;
}
.smenu li a {
	color: #000;
}
.smenu li a:hover {
	color: #fff;
	text-decoration: none;
}