    /* 
Ultima Actualización: DD/MM/AAAA


Modificado por: Nombre de la persona
 */


/*	-------------------------------------------------------------
	Reset para cross-browsing
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym,address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding-left:40px;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*	-------------------------------------------------------------
	Estilos globales 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


body {
	background: #fff url(img/bg.jpg) repeat-x scroll top center;
	font: normal .8em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif ;
	color: #333333;
	text-align:justify;

}
a {
	border: 0;
	color: #FF6600;
}
h1{
	color:#3A3A9B;
	font-size:24px;
	padding:10px;
}
p{

}
 h2,h3 {
	color: #c00;
}
img {
	vertical-align: middle;
}
/*	-------------------------------------------------------------
	Layout General 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#wrapper {
	width: 920px;
	height: auto;
	margin:0 auto;
}
#header {
	height: auto;
	width: 920px;
	float:left;
}
#content {
	height: auto;
	width: 920px;
	clear: both;
	float:left;	
	background-color:#fff;
}
#footer {
	width: 100%;
	height: 130px;
	float:left;	
	margin:0 auto;
	background-image:url(img/bg_footer.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#ffffff;
    font-size: 20px;
}
/*	-------------------------------------------------------------
	Header 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.busqueda{
	width:920px;
	height:68px;
	float:left;
}
.buscador{
	padding:20px 0 0 10px;
	width:auto;
	height:auto;
	float:left;
	
}
.title_busqueda{
	width:auto;
	height:26px;
	line-height:26px;
	float:left;
	padding-right:5px;
	color:#99CCFF;
	font-weight:bold;
}
.title_busqueda img{
	padding-right:5px;
}
.cont_busqueda{
	width:158px;
	height:26px;
	float:left;
	background-image:url(img/bg_busqueda.jpg);
	background-repeat:repeat-x;
}
.cont_busqueda input{
	background:none;
	padding:5px 0 0 5px;
	border:none;
}
.cont_busqueda select{
	background:none;
	padding:5px 0 0 5px;
	border:none;
}
.btn_busqueda{
	width:26px;
	height:26px;
	float:left;
	font-size:11px;
	text-align:center;
	padding-left:5px;
	line-height:26px;
}
.btn_busqueda a:link, .btn_busqueda a:visited{
	width:26px;
	height:26px;
	float:left;
	background-image:url(img/btn_busqueda.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	color:#fff;
	text-decoration:none;
}
.btn_busqueda a:hover{
	width:26px;
	height:26px;
	float:left;
	background-image:url(img/btn_busqueda.jpg);
	background-repeat:no-repeat;
	background-position:-33px 0px;
	color:#fff;
	text-decoration:none;
}
.usuario{
	text-align:center;
	color:#99CCFF;
	float:right;
	padding-right:100px;
	font-weight:bold;
}
.usuario a:link, .usuario a:visited{
	text-align:center;
	color:#FFCC99;
	text-decoration:none;
}
.usuario a:hover{
	text-align:center;
	color:#FFCC99;
	text-decoration:underline;
}
.logo_tagline{
	width:920px;
	height:80px;
	float:left;
	padding:10px 0 0 15px;
}
.logo {
	width:auto;
	float:left;
	height:auto;
}
.tagline {
	width:auto;
	float:left;
	height:auto;
	color:#3A3A9B;
	font-size:20px;
	padding:0 100px 0 54px;
}
.contacto_head{
	background-image:url(img/bg_contactp_head.jpg);
	background-repeat:repeat-x;
	width:320px;
	height:80px;
	float:left;
	border-left:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;	
	color:#FF6600;	
	font-size:8px;
	text-align:center;
}
lang {
	
}

/*	-------------------------------------------------------------
	Content 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.cont_int_static{
	width:670px;
	height:auto;
	float:right;	
	padding:0 30px 30px;
	line-height:180%;
}
.nav-sidebar{
	width:660px;
	height:auto;
	float:left;
}
.article{
	width:660px;
	height:auto;
	float:left;
}
.cont_int_static li{
	list-style-image:none;
	list-style-position:outside;

}
.maincontent {
	width: 100%;
	height: auto;
	float: left;
}
.img_catcher{
	width:auto;
	height:auto;
	float:left;
	padding:15px 40px;	
}
.bienvenida{
	width:400px;
	height:200px;
	float:left;
	padding-top:80px;
}
.btn_catcher{
	width:auto;
	float:right;
	height:auto;
	padding:20px 0 0 15px;
}
.btn_naranja{
	width:auto;
	height:26px;
	float:left;
	border:#CC3300 1px solid;
	line-height:26px;

	
}
.btn_naranja a:link, .btn_naranja a:visited{
	width:auto;
	height:26px;
	float:left;
	border:#CC3300 1px solid;
	background-image:url(img/bg_btn_catcher.jpg);
	background-repeat:repeat-x;	
	color:#fff;
	padding:0 10px;
	text-decoration:none;
}
.btn_naranja a:hover{
	width:auto;
	height:26px;
	float:left;
	border:#CC3300 1px solid;
	background-image:url(img/bg_btn_catcher_over.jpg);
	background-repeat:repeat-x;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
}
.carrusel{
	width:880px;
	height:auto;
	float:left;
	border:#FF6600 2px solid;

}
.carrusel h1{
	color:#FF6600;
	font-size:21px;
}
.title_carrusel{
	width:100%;
	height:auto;
	float:left;
}
.control_carrusel{
	width:26px;
	height:auto;
	float:left;
	padding:40px 10px 0 10px;
	
}
.images_carrusel{
	width:780px;
	height:155px;
	float:left;
	overflow:hidden;
	background-color:#EEEEEE;
	margin-bottom:20px;
}
.productos_carrusel{
	width:115px;
	height:135px;
	float:left;
	text-align:center;
	color:#3A3A9B;
	font-size:14px;
	padding:10px;
}
.productos_carrusel img{
	padding-bottom:15px;
}
.productos_carrusel a:link, .productos_carrusel a:visited{
	color:#3A3A9B;
	text-decoration:none;	
}
.productos_carrusel a:hover{
	color:#3A3A9B;
	text-decoration:underline;	
}
.promociones{
	width:570px;
	height:auto;
	float:left;
	padding-top:15px;
}
.title_promociones{
	width:auto;
	height:28px;
	float:left;
	background-image:url(img/bg_title.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-size:21px;
	line-height:28px;
	padding:0 10px;
	margin-left:15px;
}
.content_promociones{
	width:565px;
	height:auto;
	float:left;
	border:2px solid #FF6600;
}
.promo{
	width:165px;
	height:245px;
	float:left;
	padding:10px;
}
.promo p{
	font-size:10px;
	width:165px;
	height:55px;
	overflow:hidden;
}
.promo h1{
	font-size:14px;
}
.promo a{
	color:#FF6600;
	text-decoration:underline;
	font-size:10px;
}
.precio_promo{
	width:165px;
	height:auto;
	float:right;
}
.precio_promo p{
	display:inline;
	float:left;
	text-align:right;
	width:100px;
}
.precio_promo h2{
	color:#000099;
	display:inline;
	float:right;
}
.secundarycontent {
	padding:0px 0px 50px 20px;
	float:left;
	width:890px;
	height:auto;	
}
.carrusel_marca{
	width:565px;
	height:auto;
	float:left;
	border:#666666 2px solid;
	margin-top:15px;
	background-color:#cccccc;
}
.carrusel_marca h1{
	color:#666666;
	font-size:21px;
}
.title_carrusel_marca{
	width:100%;
	height:auto;
	float:left;
}
.control_carrusel_marca{
	width:26px;
	height:auto;
	float:left;
	padding:40px 10px 0 10px;
	
}
.images_carrusel_marca{
	width:470px;
	height:103px;
	float:left;
	overflow:hidden;
	background-color:#EEEEEE;
	margin-bottom:20px;
}
.productos_carrusel_marca{
	width:95px;
	height:80px;
	float:left;
	text-align:center;
	color:#3A3A9B;
	font-size:14px;
	padding:10px;
	overflow:hidden;
}
.productos_carrusel_marca img{
	padding-bottom:15px;
}
.productos_carrusel_marca a:link, .productos_carrusel_marca a:visited{
	color:#3A3A9B;
	text-decoration:none;	
}
.productos_carrusel_marca a:hover{
	color:#3A3A9B;
	text-decoration:underline;	
}
.box_right{
	width:575px;
	height:auto;
	float:left;
}
.box_left{
	width:300px;
	padding:20px 0 0 15px;
	float:left;
}
.carrito_home{
	background-image:url(img/bg_carrito_home.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	float:left;
	width:296px;
	height:auto;
	border:2px solid #cccccc;
	padding:10px 0px;
}
.carrito_home h1{
	color:#FF6600;
	font-size:18px;
}
.carrito_home h2{
	color:#99CCFF;
	font-size:18px;
	padding:3px 0;
}
.bienvenido_carrito_home{
	width:286px;
	height:50px;
	float:left;
	background-color:#666666;
	color:#99CCFF;
	text-align:right;
	padding-right:10px;
}
.bienvenido_carrito_home a:link, .bienvenido_carrito_home a:visited{
	color:#99CCFF;
	text-decoration:none;
}
.bienvenido_carrito_home a:hover{
	color:#99CCFF;
	text-decoration:underline;
}
.articulo_home{
	width:276px;
	height:auto;
	float:left;
	padding:5px 10px;
}
.subtotal_home{
	width:276px;
	height:auto;
	float:left;
	padding:5px 10px 10px 10px;
	border-top:2px #666666 solid;
}
.lista_categorias{
	background-image:url(img/bg_lista_categoria.jpg);
	background-repeat:repeat-x;
	background-color:#000033;
	float:left;
	width:270px;
	height:auto;
	margin:15px 0px;
	padding:0px 0px 15px 30px; 
}
.lista_categorias h1{
	color:#ffffff;
	font-size:18px;
}
.lista_categorias li{
	color:#ffffff;
	padding:5px;
	float:left;
}
.lista_categorias li a:link, .lista_categorias li a:visited{
	color:#99CCFF;
	padding-left:20px;
	background-image:url(img/cruz.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	background-position:0 -18px;
}
.lista_categorias li a:hover{
	color:#99CCFF;
	padding-left:20px;
	background-image:url(img/cruz.jpg);
	background-repeat:no-repeat;
	text-decoration:none;	
	background-position:0 3px;	
}
.lista_recomendaciones{
	background-image:url(img/bg_recomendaciones.jpg);
	background-repeat:repeat-x;
	background-color:#cccccc;
	float:left;
	width:264px;
	height:auto;
	margin:15px 0px;
	padding:0px 0px 15px 30px; 
	border:2px solid #cccccc;
}
.lista_recomendaciones h1{
	color:#FF6600;
	font-size:18px;
}
.lista_recomendaciones li{
	color:#999999;
	padding:5px;
	float:left;
}
.lista_recomendaciones li a:link, .lista_recomendaciones li a:visited{
	color:#999999;
	padding-left:20px;
	background-image:url(img/cruz.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	background-position:0 -18px;
}
.lista_recomendaciones li a:hover{
	color:#999999;
	padding-left:20px;
	background-image:url(img/cruz.jpg);
	background-repeat:no-repeat;
	text-decoration:none;	
	background-position:0 3px;	
}
#footer h1{
	color:#FF6600;
}
/*	-------------------------------------------------------------
	Menu 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.menu_contet{
	padding:5px;
	background-color:#fff;
	width:910px;
	height:auto;
	float:left;
}
.menu{
	background-image:url(img/bg_menu.jpg);
	background-repeat:no-repeat;
	width:910px;
	height:42px;
	float:left;
	padding-left:15px;	
}
.menu li{
	display:inline;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	line-height:42px;
	height:42px;
	float:left;	
}
.menu li a:link, .menu li a:visited{
	color:#666666;
	text-decoration:none;	
	height:42px;
	float:left;
	padding:0px 7px;
} 
.menu li a:hover{
	color:#666666;
	text-decoration:none;
	background-image:url(img/bg_menu_over.jpg);
	background-repeat:repeat-x;	
	height:42px;
	float:left;
	padding:0px 7px;
} 
/*	-------------------------------------------------------------
	Submenu 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	-------------------------------------------------------------
	contacto 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.contacto{
	width:500px;
	height:auto;
	float:left;
	padding:5px 0px;
}
	.contacto label{
		color:#666;
		height:30px;
		line-height:30px;
		width:100px;
		text-align:right;
		padding-right:10px;
		float:left;
	}
	
	.contacto input{
		color:#666;
		height:30px;
		line-height:30px;
		width:200px;
		padding-right:10px;
		float:left;
	
	}
	.contacto textarea{
		color:#666;
		height:100px;
		line-height:30px;
		width:200px;
		padding-right:10px;
		float:left;
	
	}
	
.middle select {
	width: 155px;
	/*height:15px;*/
}

