@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-sU
	ize: 13px;
	font-size: 13px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #2E2E2E;
}
.home {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2c2c2c;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.inter {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eaeaea;
}
.todo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.futer {
	color: #C1C1C1;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 9px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.menu {
	float: right;
	width: 685px;
	margin-top: 17px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	list-style-type: none;
	float: left;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.menu ul li a {
	color: #424242;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
}
.menu ul li a:hover {
	color: #FFFFFF;
	background-color: #424242;
}
.menu ul .activo  {
	color: #FFF;
	background-color: #333;
	font-size: 15px;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-weight: bold;
}
.menu ul .activo a   {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.menu ul .telefono {
	list-style-type: none;
	float: left;
	padding-top: 11px;
	padding-right: 10px;
	padding-left: 20px;
}
.cont_home {
	background-color: #333;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
	height: 335px;
}
.cont_home p {
	color: #FFF;
	font-size: 11px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	text-align: center;
}
.cont_home p a {
	color: #EBEBEB;
	text-decoration: underline;
}
.todo .h1_home {
	font-size: 25px;
	color: #EBEBEB;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.todo .h2_home {
	font-size: 14px;
	color: #C1C1C1;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.inter .curva_arriba {
	background-image: url(images/curva_arriba.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.inter .curva_abajo {
	background-image: url(images/curva_abajo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.inter .curva_en-medio-de {
	background-image: url(images/curva_en-medio-de.jpg);
	background-repeat: repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	padding-right: 25px;
	padding-left: 25px;
}
.cabecera_inter_top  {
	background-image: url(images/tit_curva_arriba.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 950px;
	height: 9px;
}
.cabecera_inter_bot {
	background-image: url(images/tit_curva_abajo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 950px;
	height: 9px;
}
.cabecera_inter_logo {
	float: right;
	margin-right: 7px;
}
.cabecera_inter_content {
	color: #EBEBEB;
	background-color: #993333;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 914px;
	margin-right: auto;
	margin-left: auto;
}
.cabecera_inter_content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cabecera_inter_content h1 a {
	color: #FFF;
	text-decoration: none;
}
.cabecera_inter_content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCC;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
.cabecera_inter_content ul {
	padding: 0px;
	height: 30px;
}
.cabecera_inter_content ul li {
	display: inline;
	background-color: #660000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 7px;
}
.cabecera_inter_content ul li a {
	color: #EBEBEB;
	text-decoration: none;
}
.cabecera_inter_content .mostrando {
	background-color: #FFF;
	color: #585858;
}
.cabecera_inter_content ol {
	width: 600px;
}
.cabecera_inter_content ol li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sep-home-prods  {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #cc9999;
}
.sep-home-prods a      {
	color: #434343;
	text-decoration: none;
}
.sep-home-prods h2 a {
	color: #333;
	text-decoration: none;
}
.sep-home-prods-noRalla a{
	color: #434343;
	text-decoration: none;
}
/*DETALLE PRODUCTOS*/
.detalle_prod {
	height: 210px;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}
.detalle_prod .sep_cuadros {
	width: 15px;
	float: left;
	margin-top: 13px;
}
.detalle_prod_cuadros {
	float: left;
	width: 275px;
	background-color: #D6D6D6;
	margin-top: 13px;
	font-size: 13px;
	color: #585858;
	padding: 15px;
	height: 160px;
}
.detalle_prod_cuadros ol {
	padding-top: 0px;
	padding-left: 20px;
}
.detalle_prod_cuadros h3 {
	margin: 0px;
}
.detalle_prod_cuadros a {
	color: #0066cc;
	text-decoration: underline;
}
.detalle_prod_cuadros img {
	float: right;
}
/*DETALLE PRODUCTOS*/
.detalle_prod_peq {
	height: 250px;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}
.detalle_prod_peq .sep_cuadros {
	width: 15px;
	float: left;
	margin-top: 13px;
}
.detalle_prod_cuadros_peq {
	float: left;
	width: 195px;
	background-color: #D6D6D6;
	margin-top: 13px;
	font-size: 13px;
	color: #585858;
	padding: 15px;
	height: 195px;
}
.detalle_prod_cuadros_peq ol {
	padding-top: 0px;
	padding-left: 20px;
}
.detalle_prod_cuadros_peq h3 {
	margin: 0px;
}
.detalle_prod_cuadros_peq a {
	color: #0066cc;
	text-decoration: underline;
}
.detalle_prod_cuadros_peq img {
	float: right;
}
.detalle_prod_ficha {
	color: #484848;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.detalle_prod_ficha_otrosProds {
	width: 200px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
	padding: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.detalle_prod_ficha_otrosProds a {
	color: #0066cc;
	text-decoration: none;
}
.detalle_prod_ficha_menu {
	padding: 7px;
	background-color: #CCC;
	width: 160px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.detalle_prod_ficha_menu a {
	color: #0066cc;
	text-decoration: none;
}
.detalle_prod_ficha_menu h3 {
	margin-top: 0px;
	padding: 0px;
}
.detalle_prod_ficha img {
	float: right;
	margin-left: 20px;
}
.detalle_prod_ficha h2 {
	padding: 0px;
	margin: 0px;
}
.detalle_prod_ficha h3 {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
.detalle_prod_ficha p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
