@charset "utf-8";
/* CSS Document */
.imagen { position:relative; width:725px; height:125px; }
.imagen img { position:absolute; left:0; top:0; }

body {
	margin: 0; padding: 0;
	/*font: 10px normal Arial, Helvetica, sans-serif;*/
	font:10px Tahoma, Geneva, sans-serif;
	border-top: 3px solid  #000000;
}

.preloadimg{display: none;}

.fondomenu{
	position:absolute;
	z-index:-1;
	top:80px;
	display:none;
}

.fondocentral{
	position:absolute;
	z-index:-1;
	top:220px;
	height:318px;
	width:100%;
	background:url(../img/fondocentral.png) repeat;
}

#franjaarriba{
	position:absolute;
	z-index:-1;
	top:180px;
	height:41px;
	width:100%;
	background:url(../img/franja1.png) no-repeat center;
}

#franjaabajo{
	position:absolute;
	z-index:-1;
	top:538px;
	height:41px;
	width:100%;
	background:url(../img/franja2.png) no-repeat center;
}

.container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#header {
	position:relative;
	width:960px;
	left:50%;
	margin-left:-480px;
	height:195px;
}

#header .logo {
	position: relative;
	clear:left;
	float:left;
}

#header .imagen{
	position: relative;
	float:left;
	margin-left:62px;
}

#header .menu{
	position: absolute;
	width:550px;
	top:105px;
	clear:both;
	margin-left:280px;
}

.menutienda{
	width:960px;
	margin-top:-8px;
	clear:both;
	position:relative;
}


.maincontainer{
	position:relative;
	width:960px;
	left:50%;
	margin-left:-480px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

ul.servicios {
padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
margin-left: 0px; /*Indentado de la lista (se puede cambiar)*/
list-style-type: none; /*Quitar estilo de viñeta*/
}

li.servicios {
background: url(../img/tickblue.png) left top no-repeat;
margin-bottom: 5px;
padding-left: 20px;
line-height:20px;
font-size:13px;
}

li.categoria {
background: url(../img/vinetacategorias.png) left center no-repeat;
margin-bottom: 5px;
padding-left: 20px;
line-height:20px;
}





.footer{
	width:100%;
	height:167px;
	background:url(../img/fondocentral.png);
	clear:both;
}

.footercontainer{
	position:relative;
	width:960px;
	height:167px;
}

.footermenu{
	position:absolute;
	top:50px;
	color:#ffffff;
	width:500px;
	text-align:left;
	font-size:12px;
}



.footerredes{
	position:absolute;
	left:50%;
	margin-left:300px;
	color:#FFFFFF;
	width:200px;
	height:77px;
	top:35px;
}

.footer a{
	color:#8e8e8e;
	text-decoration:none;
}

.footer a:hover{
	color:#62CDFB;
	text-decoration:underline;
}


/*********CONTACTO***************/

#botonEnviar{
	background: url(../img/btnenviar.png) no-repeat;
	width:158px;
	height:36px;
	cursor:pointer;
	border:none;
	display:block;
}

/***MENU*/

a {
	color: #333;
}
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #7d7d7d url(../img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;

	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(../img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(../img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(../img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}


/*MENU PANEL USUARIO*/

.botonpanel{
	background: -moz-linear-gradient(center top , #F1F1F1, #E8E8E8) repeat scroll 0 0 transparent;

	background: #F1F1F1; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#E8E8E8'); /* for IE */
background: -webkit-gradient(linear, center top,center bottom , from(#F1F1F1), to(#E8E8E8)); /* for webkit browsers */
background: -moz-linear-gradient(center top,  #F1F1F1,  #E8E8E8); /* for firefox 3.6+ */

    border-top-color: #FFFFFF;
    color: #444444;
    text-shadow: 0 1px 0 #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	height:60px;
	width:80px;
	border: 1px solid #CCC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 10px;
	margin-left:3px;
	margin-top:5px;
	cursor:pointer;
}

/*Tabla panel Usuario*/

.headertabla{
	/*background: -moz-linear-gradient(center top , #F1F1F1, #E8E8E8) repeat scroll 0 0 transparent;*/

	background: #9ac324; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ac324', endColorstr='#75ad21'); /* for IE */
background: -webkit-gradient(linear, center top,center bottom , from(#9ac324), to(#75ad21)); /* for webkit browsers */
background: -moz-linear-gradient(center top , #9ac324, #75ad21) repeat scroll 0 0 transparent; /* for firefox 3.6+ */

    border-top-color: #FFFFFF;
    color: #F7F7F7;
    text-shadow: 0 1px 0 #666;
	font-family:Tahoma, Geneva, sans-serif;
	height:7px;

	border: 1px solid #CCC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 9px 9px;
}

.oddrow{
	background-color:#CCCCCC;
}


.botonPanel{
    padding: 0.5em 1em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font:11px/normal sans-serif;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;


	border-color: #a0302a;
    border-bottom-color: #bf4843;
    background-color: #b33630;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b33630), to(#dc5f59));
    background-image: -moz-linear-gradient(#b33630, #dc5f59);
    background-image: -o-linear-gradient(#b33630, #dc5f59);
    background-image: linear-gradient(#b33630, #dc5f59);
	display:block;
	color: #FFF;
	width:auto;
	text-align:center;
}
