@charset "utf-8";

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000032;
	margin:0 auto;
	width:800px;
	padding:0;
	background:#EAEAEA;
}

a img {border:none;}

td img {display: block;}

.holder{
	padding-bottom:20px;
	background:#EAEAEA;
}

.content{
	width:455px;
	background-color:#E4E4E4;
	padding:8px;
}

.content h2{
	font-size:20px;
	padding:0px;
	padding-bottom:4px;
}

.content h3{
	font-size:16px;
	padding:0px;
}

.marca {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	
	/*padding: 3px 10px;*/
	
	cursor: pointer;
	position:relative;

}

.producto {
	/*padding: 5px 10px;*/
}

.separador{
	border-bottom:3px solid #eaeaea;
	height:1px;
}

.gallery li{
	display: inline;
}

.gallery li img {
	display: inline;
}

.gallery{
	padding-top:20px;
	width:100%;
}

.gallery td{
	width:33.33%;
}

.gallery .titulo{
	font-weight:bold;
	padding-bottom:10px;
}

.recursos a{
	color:#000032;
}

.recursos a:hover{
	color:#000079;
}

.recursos a:visited{
	color:#000032;
}

.recursos .titulo{
	font-weight:bold;
	padding-bottom:10px;
}

.recursos .archivo{
	padding-left:18px;
	background:url(../imagenes/vinheta.gif);
	background-position:left;
	background-repeat:no-repeat;
}

	
	
	

.menu_header{
	background:#E0E0E0;
	width:178px;	
	height:121px;
}

.menu_bar{
	background:url(../imagenes/menu_spacer.png);
	background-position:left;
	background-repeat:repeat-y;
	font-size:23px;
	padding-top:2px;
	vertical-align:top;
}

.menu_bar ul{
	list-style:none;
	padding:0px;
}

.menu_bar li{
	padding-bottom:16px;
}

.menu_item {
	background:#D6D6D6;
	width:190px;
	padding-left:15px;
}

.menu_bar a{
	text-decoration:none;
}


.menu_item a:hover {
	background:#B2B2B2;
}
	
	
.footer{
	background-color:#D6D6D6;
	font-size:10px;
	text-align : justify;
}


.footer_title {
	font-size: 11px;
	padding-left:10px;
}


/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
    /*width:750px;*/
    list-style-type:none;
    /*margin:0px;*/
    padding:0px;
}
.contact_form li{
    /*padding:5px;*/
	padding-top:5px;	
	padding-right:8px;
	padding-bottom:5px;
    /*border-bottom:1px solid #eee;*/
    position:relative;
}

.contact_form label {
    color: #000032;
    display: inline-block;
    float: left;
    /*font-family: sans-serif;*/
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    /*padding: 3px;*/
    width: 90px;
}

.contact_form input {
    height:20px; 
    /*width:220px; */
    padding:5px 8px;
}
.contact_form textarea {
    padding:8px; 
    /*width:300px;*/
	width:250px;
}
.contact_form button {
    margin-left:90px;
}

.contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:60px;
}
/* === Estilos de Validacion === */
 
.contact_form input:required:valid, .contact_form textarea:required:valid {
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
/* === Estilos del boton de Envio === */

button.submit {
   /*padding: 9px 17px;*/
   padding: 4px 12px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/*
button.submit:hover {
    opacity:.55;
    cursor: pointer; 
    color: #fff;
}
button.submit:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset; 
}*/

.footer{			
	background-position:left;
	background-color:#D6D6D6;
	padding-left:8px;
	width:455px;
}

.footer div{
	float:left;
}

.footer .nosotros{
	padding-top:5px;
}

.footer .contactos{
	padding-left:53px;
	/*39*/
	font-size:10px;
	text-align:justify;
}

.footer .contactos_all{
	padding-left: 30px;
	font-size: 10px;
	text-align: justify;
	line-height: 15px;
}

.footer_spacer{
	background:#D6D6D6;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../imagenes/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}