@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#f0f0f0;
	background:url("/imgs/background.jpg");
	font-family:Arial, Helvetica, sans-serif;
}

#todo{
	margin:0px;
	padding:0px;
	width:100%;
	/*background:url(../imgs/fondo.jpg) repeat-x #f0f0f0;*/
}

#contenedor{
	margin:0 auto;
	padding:15px 0px;
	width:980px;
}

#header{
	margin:0px;
	padding:0px;
	width:960px;
	height:180px;
	background:url(../imgs/head.jpg) no-repeat;
	float:left;
}

#hizq{
	width:10px;
	background:url(../imgs/hizq.png) no-repeat;
	height:180px;
	float:left;
}

#hder{
	width:10px;
	background:url(../imgs/hder.png) no-repeat;
	height:180px;
	float:left;
}

#logo{
	width:168px;
	height:98px;
	margin:0 auto;
	margin-top:25px;
}

#social{
	height:20px;
	padding:5px;
	float:left;
}

.gplus{
	width:65px;
	float:left;
	margin-left:2px;
}

.twitter{
	width:70px;
	float:left;
	padding-right:5px;
	margin-left:2px;
}

.face{
	width:105px;
	float:left;
	position:relative;
	z-index:10;
	margin-left:2px;
}

#contenido{
	margin:0px 10px;
	padding:0px;
	width:958px;
	background-color:#F5F5F5;
	border-left:thin solid #999;
	border-right:thin solid #999;
	min-height:200px;
	overflow:hidden;
}

#entero{
	margin:0px;
	padding:0px;
	width:958px;
	background-color:#F5F5F5;
	min-height:200px;
	overflow:hidden;
}

#texto.sitemap{
	padding-top:0px;
}

#texto.sitemap h4{
	margin-left:30px;
	font-size:16px;
}

#texto.sitemap h3{
	font-size:18px;
}

#texto.sitemap h4 a{
	font-size:16px;
}

#texto.sitemap h5{
	margin:5px 0px;
	margin-left:-30px;
	font-size:14px;
}

#texto.sitemap .productos{
	margin-left:90px;
}

#texto.sitemap p{
	display:inline-block;
	margin:0px;
	padding:0px 10px;
	font-size:12px;
}

#derecha{
	margin:0px;
	background-color:#FFFFFF;
	border-left:thin solid #999;
	min-height:400px;
	float:left;
	overflow:visible;
}

#izquierda{
	margin:0px;
	padding:0px;
	min-height:200px;
	float:left;
	overflow:visible;
}

.derecha{
	width:657px;
	padding:0px;
}

.izquierda{
	width:300px;
}

.derecha_prod{
	width:737px;
	padding:0px;
	padding-bottom:30px;
}

.izquierda_prod{
	width:220px;
}

#izquierda p{
	float:left;
	clear:both;
}
	
#texto{
	margin:0px;
	padding:10px;
	font-size:12px;
	overflow:hidden;
}

#texto p{
	margin:5px 0px;
	padding:0px;
	font-size:12px;
}

.titulo{
	background-color:#f0f0f0;
	width:100%;
	height:33px;
	margin:0px;
	padding:2px 0px 0px;
	float:left;
	clear:both;
	text-shadow:1px 1px 2px #CCC;
	border-bottom:thin solid #e2e2e2;
}

.titulo h1, #izquierda .titulo h1{
	color:#9D0B0F;
	font-size:22px;
	margin:0px;
	padding:4px 10px 0px;
	font-weight:normal;
}

.titulo h2, #izquierda .titulo h2{
	color:#9D0B0F;
	font-size:22px;
	margin:0px;
	padding:4px 10px 0px;
	font-weight:normal;
}

#footer{
	margin:-11px 0px 0px;
	padding:18px 10px 0px;
	width:960px;
	background:url(../imgs/foot.png) top no-repeat;
	text-align:center;
}

#footer p, #footer p a{
	margin:0px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

#footer p a:hover{
	text-decoration:underline;
}

#buscadorch{
	margin:0px;
	padding:5px;
	width:210px;
	text-align:center;
	border-bottom:#CCCCCC thin solid;
	float:left;
	clear:both;
}

#buscadorch p a{
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#990000;
	text-decoration:none;
	text-align:center;
}

#buscadorch p{
	padding:0px;
	text-align:center;
	width:210px;
}

#autocompletar{
	height:20px;
	width:180px;
}

form {
	margin:0px;
	padding:0px;
}

#inputch{
	width:180px;
	font-style:italic;
}

#producto{
	width:707px;
	overflow:hidden;
	float:left;
	clear:both;
	margin:0px;
	padding:15px;
}

#imagen_prod{
	width:241px;
	min-height:181px;
	float:left;
	clear:none;
	margin:0px;
	padding:0px;
}

#tabla{
	width:448px;
	float:left;
	clear:none;
	margin:0px;
	margin-right:15px;
	padding:0px;
}

#tabla th{
	font-size:12px;
	color:#FFF;
	background:url(../imgs/fondo_th.jpg) repeat-x;
	font-weight:normal;
	padding:3px 0px;
	line-height:12px;
}

#tabla td{
	font-size:14px;
	text-align:center;
	padding:3px 0px;
}

#referencias{
	font-size:12px;
	color:#666666;
	width:100%;
	text-align:right;
	margin-top:5px;
}

.subtitulo{
	background-color:#f0f0f0;
	width:100%;
	height:25px;
	margin:0px 0px 5px;
	padding:0px;
	text-shadow:1px 1px 2px #CCC;
	border-bottom:thin solid #e2e2e2;
}

.subtitulo h2{
	color:#9D0B0F;
	font-size:16px;
	margin:0px;
	padding:4px 10px 0px;
	font-weight:normal;
}

#terminaciones{
	width:100%;
	float:left;
	clear:both;
	margin-top:15px;
	min-height:170px;
}

#terminaciones p{
	margin:0px;
	padding:0px;
	font-size:12px;
}

.modelo{
	margin:0px 0px 15px 15px;
	padding:0px;
	float:left;
	clear:none;
	display:block;
	background-color:#EBEBEB;
	border:#CCC thin solid;
	position:relative;
	width:100px;
}

.mactivo{
	background-color:#900;
	color:#FFFFFF;
}
.tmargen{
	margin-bottom:15px;
}

.modelo p{
	margin:0px;
	padding:2px 2px;
	text-align:center;
	font-size:12px;
	margin-top: -3px;
}

.modelo p:first-letter{
	text-transform:capitalize;
}

.modelo p a{
	margin:0px;
	padding:0px;
	display:block;
	color:#9D0B0F;
	text-decoration:none;
}

.modelo:hover{
	background-color:#900;
}

.modelo:hover p a{
	color:#fff;
}

#otrosmodelos{
	margin:0px;
	padding:0px;
	overflow:visible;
	display:block;
	padding-top:15px;
}

.subcat{
	background-color:#F3F3F3;
	width:707px;
	height:25px;
	margin:0px 15px 5px;
	padding:0px;
	float:left;
	clear:both;
	border-bottom:thin solid #e2e2e2;
	text-shadow:1px 1px 2px #CCC;
}

.subcat h3{
	color:#9D0B0F;
	font-size:14px;
	margin:0px;
	padding:4px 10px 0px;
	font-weight:bold;
}

#contacto .subcat h3{
	font-weight:normal;
}

#contacto .subcat{
	margin-bottom:5px;
}

#contacto table{
	clear:both;
}

.subcat h3:first-letter{
	text-transform:capitalize;
}

.formulario{
	margin:0px;
	width:627px;
	clear:both;
}

.formulario h3{
	text-transform:none;
}

.nopadd{
	padding:0px;
	margin:0px;
}

#contacto{
	font-size:12px;
}

#contacto .trescientos{
	width:300px;
}

#contacto textarea{
	width:606px;
}

#contacto .chico{
	width:263px;
}

#contacto{
	padding:15px;
}

#mensaje{
	width:607px;
	margin:15px 15px 0px;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.exito{
	color:#060;
	background-color:#CEFFCE;
}

.error{
	color:#9D0B0F;
	background-color:#FFECEC;
}

#new_cat{
	margin-top:25px;
	padding:5px;
	border-top:thin #cccccc solid;
}

#new_cat  h4{
	color:#9D0B0F;
	font-size:12px;
	margin:0px;
}

td h4, h4{
	color:#9D0B0F;
	font-size:12px;
	margin:0px;
	text-align:left;
	margin-left:10px;
}

h4 a{
	color:#9D0B0F;
	font-size:12px;
	text-align:left;
}

h4{
	margin:10px;
}

.editar{
	width:40px;
	float:left;
	margin:2px 0px 0px 5px;
}

.icono{
	width:16px;
	float:left;
	margin-right:4px;
}

.editar .icono  a{
	width:16px;
	display:inline;
}

#tabla td{
	border-right:thin solid #ccc;
	border-bottom:thin solid #ccc;
}

#tabla table{
	border-left:thin solid #ccc;
}

#ter_img{
	max-width:240px;
	float:left;
	margin-right:10px;
}

#ter_desc{
	width:auto;
	float:left;
}

.logout{
	float:right;
}

#izquierda .datos p{
	margin:0px !important;
	padding:0px !important;
}

.sinres{
	padding:15px;
	color:#9D0B0F;
	font-size:20px;
}

.star{
	position:absolute;
	left:79px;
	top:2px;
	z-index:1;
}

.dest{
	margin:0px 10px;
	font-weight:normal;
	font-size:11px;
	display:inline-block;
}

.desttext{
	display:inline-block;
	position: relative;
	top: -4px;
	left: 3px;
}

img{
	border:0px;
}

table{ 
	border:0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width:100%;
}

table td{ 
	padding:0px;
}

table th{ 
	border:0px;
}

iframe{
	overflow:hidden;
	border:0px;
}

textarea{
	resize: none;
}

#sub_footer{
	width:958px;
	min-height:15px;
	border:thin solid #999;
	clear:both;
	border-top:none;
	margin-top:7px;
	background:#fff;
}

header, nav, section, article, aside, footer, hgroup{ 
	display: block;
}

.vermapa a{
	text-decoration:none;
	font-size:11px;
}

.item{margin:10px 20px; padding:5px; background-color:#f8f8f8; border: 2px dotted #CCC;}
.itnombre h3{font-size:20px; font-weight:bold; color:#9D0B0F; margin:0px 10px 0px 0px; float:left;}
.itcategoria p{font-size:12px; color:#666; margin:0px; clear:both;}
.itmedidas p{font-size:16px; font-weight:bold; color:#333; margin:15px 0px 0px;}
.itcantidad p{font-size:12px; color:#000; text-align:right; margin:0px;}
.itcantidad input{width:50px;}
.remover{position:relative; float:right;}
.itimagen{float: left; margin: 0px 10px 0px 0px;}
.itdatos{float: left; width:440px;}

.guardar{margin:20px 20px 0px 20px; border-bottom: 2px dotted #CCC; padding-bottom:20px;}
#guardar{float:left; margin:0px 15px 0px 0px;} 
#resultado{float:left; font-size:14px; font-weight:bold; color:#9D0B0F;}
.requeridos{font-size:12px; color:#999;}

div#preload { display: none; }

#agregado{height:25px; font-size:14px; line-height:25px; color:#9D0B0F; margin-top:10px;}
#agregado p{background-color:#FFF7C0; padding-left:5px;}


.dest2{
	margin:4px 0px 0px;
	font-weight:normal;
	font-size:11px;
	display:inline-block;
	float:left;
	color:#9D0B0F;
}

.desttext2{
	display:inline-block;
	position: relative;
	top: -3px;
	left: 3px;
}