body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: white;
	background-color: #2C241B;
}
/******************Layouts Contenidos**************/
#container {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 100%;
	padding: 0;
	background: black url(../img/fondo_cabecera.jpg) repeat-x top;
}
.spacer {clear:both;}

#cabecera {
	width: 800px;
	height: 120px;
	margin: 0;
	padding: 0;
}
#slogan {
	float: right;
	width: 350px;
	height: 100%;
	margin: 10px 10px 10px 0;
	padding: 15px 10px 10px 10px;
	font-family: "Georgia", Times, serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: white;
	text-align: center;
}
#logo {
	float: left;
	width: 250px;
	height: 100%;
	margin: 10px 0 10px 10px;
	padding: 10px 10px 10px 40px;
}

#menu {
	width: 750px;
	height: 100px;
	background-color: black;
	margin: 0 0 0 50px;
	padding: 0;
}
#nolista{
	list-style: none;
}
#contenido {
	float: right;
	width: 740px;
	height: auto;
	background: transparent url(../img/fondo.jpg) repeat-y;
	margin: 0;
	padding: 30px;
}
#sub-contenido {
	float: left;
	width: 540px;
	height: auto;
	background-color: #454D61;
	margin: 0;
	padding: 15px;
	/*filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;*/
}
#sub-contenido2 {
	float: left;
	width: 710px;
	height: auto;
	background-color: #454D61;
	margin: 0;
	padding: 15px;
	/*filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;*/
}
#submenu-productos{
	border-right: 2px solid #3D4558;
}
#titulos_noticias {
	float: right;
	width: 150px;
	height: auto;
	background-color: #454D61;
	margin: 0 0 5px 0;
	padding: 5px;
}
#titulos_productos {
	float: right;
	width: 150px;
	height: auto;
	background-color: #FD6307;
	margin: 0 0 5px 0;
	padding: 5px;
}
#destaprod {
	float: right;
	width: 160px;
	height: auto;
	background-color: #C3C4C9;
	margin: 0;
	padding: 5px 0 5px 0;
}
#producto_des {
	width: 140px;
	height: auto;
	background-color: #EFF1F5;
	margin: 0;
	padding: 5px;
}

#pie {
	margin: 0 auto 0 auto;
	width: 790px;
	height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	background-color: black;
	text-align: center;
	clear: both;
}
/*******************Contenidos especiales*******************/
.titulo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 5px;
}
.titulo_menu-activo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7785A7;
	padding: 5px;
}
.negritas {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.negritasi {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

.cursivas {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

.textopie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: white;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.titulo-produc {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #383838;
}
.pie-produc {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #383838;
}
.texto-Dcha{
	text-align: right;
}
/************Links **************/
.bandera {
	border: 0;
	margin: 2px 20px 2px 0;
}
.rclogo {
	border: 0;
	margin: 0;
}
A.enlacepie {
	border:1px none silver;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:gray;
	text-decoration:none;
}

A.enlacepie:hover {
	border:1px none #669966;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	color:#A52A2A;
}

A.enlaces {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #F5FFFA;
	text-decoration: none;
}

A.enlaces:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	color: #F0E790;
	text-decoration: underline;
}
A.enlaces-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #F5FFFA;
	text-decoration: none;
}

A.enlaces-titulo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	color: #F0E790;
	text-decoration: underline;
}

A.enlaces-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #F5FFFA;
	text-decoration: none;
}

A.enlaces-menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	color: #7785A7;
	text-decoration: underline;
}
A.enlaces-menu-activo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #7785A7;
	text-decoration: none;
}
A.enl_menu-producto{
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 2px;
	background: #454D61;
	border-top: 1px solid #3D4558;
	border-bottom: 1px solid #3D4558;
	display: block;
}

A.enl_menu-producto:hover {
	font-size: 100%;
	font-weight: normal;
	color: #525252;
	background: #C3F1FE;
	/*filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;*/
}
A.enl_menu-producto-activo {
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #525252;
	background: #C3F1FE;
	margin: 0;
	padding: 2px;
	border-top: 1px solid #3D4558;
	border-bottom: 1px solid #3D4558;
	display: block;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}
.bot-imag {
	border: 4px solid transparent;
}
.bot-imag:hover {
	border: 4px solid #C3F1FE;
}
.mas {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #F5F5F5;
	background-color: #939396;
	margin: 0;
	padding: 1px 4px 1px 4px;
}
.mas:hover {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #939396;
	background-color: #DCDCDC;
	margin: 0;
	padding: 1px 4px 1px 4px;
}
/******************Formularios**************/
.cajas {
	border: 1px solid Gray;
	font-size: 12px;
	background-color: transparent;
	border-top-style: dotted;
	text-transform: capitalize;
	color: black;
}

.cajas2 {
	border: 1px solid Gray;
	font-size: 12px;
	background-color: transparent;
	border-top-style: dotted;
	color: black;
}
/******************Stilos de Etiquetas**************/
h1,.h1 {
	font: normal 150% Arial, Helvetica, sans-serif;
	color: #DCDCDC;
	margin: 0;
}

h2,.h2 {
	font: normal 110% Arial, Helvetica, sans-serif;
	color: #DCDCDC;
	margin: 0;
}

h3,.h3 {
	font:100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #996633;
	margin:0;
	padding:0;
}
h4,.h4 {
	font:90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #996633;
	margin:0;
	padding:0;
}

h5,.h5 {
	font:60% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#996633;
	margin:0;
	padding:0;
}
/******************Imagen con sombra**************/
.imagenes {
	padding: 0 3px 0 3px;
	margin: 0 3px 0 3px;
	background-color: transparent;
	border: 0;
}
.imag-enl {
	padding:0;
	margin:0;
	border:0;
}