﻿/* CSS Document */
/*
COLORES:

NARANJA ZURRIOLA
#fbb040

GrisFondos
#C5C6C8;

*/
body {
    font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
    color: #000;
	margin:0 0 0 0;
	background-color:#FFF;
}
p::selection, a::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, strong::selection, li::selection{
  background: #fbb040;
  color: white;
}
p::-moz-selection, a::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, strong::-moz-selection, li::-moz-selection {
  background: #fbb040;
  color: white;
}

p, h1, h2, h3, h4, strong, html, header, case{
	margin:0;
	padding:0;
	font-weight:lighter;
}
a{
	text-decoration:none;
	color:#000;
}
.form_limpio input[type=submit] {
	background:none;
	border:none;
	padding:0 0 0 0;
}
input, select, textarea {
    margin: 5px 0 5px 0;
    border-radius: 3px;
    padding: 7px 14px;
    border: #B6ADA4 solid 1px;
    font-family:DIN-Medium;
}

input[type=submit] {
    font-family:DIN-Bold;
    background-color: #000;
    border: none;
    color: #FFFFFF;
}

    input[type=submit]:hover {
        color: #fbb040;
    }
/* mensaje IE */
.mensajeIE{
	visibility:hidden;
	display:none;
}
/*----- listados----*/
ul{
    margin:0 0 0 0;
    padding:0 0 0 0;
}
li{
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.ul_inline{
	margin:0 0 0 0;
	display:inline;
	width:auto;
}
.ul_inline li{
	float:left;
	display:inline;
	margin:0 5px 0 0;
}
.ul_list{
	margin:0 0 0 0;
}
.ul_list li{
    margin:0 0 0 0;
    padding:0 0 0 0;
    display:table;
}
.listDecoNone{
	list-style-type:none;
}
.listDeco{
	list-style-type:square;
}
a:hover{
	color:#fbb040;
}
#contenedor{
	float:left;
	margin:0;
	padding:0 0 0 0;
	width:100%;
	min-height:200px;
	color:#000;
}
.contenido{
	max-width:1000px;
	margin:0 auto 0 auto;
}
.anchoMax1600{
	max-width:1600px;
}

.alto100 {
    height: 100px;
}
.alto150 {
    height: 150px;
}
.alto200 {
    height: 200px;
}
.alto250 {
    height: 250px;
}
.altoMin200{
	min-height:200px;
}
.altoMin350{
	min-height:350px;
}
.altoMin400{
	min-height:400px;
}
.altoMin500{
	min-height:500px;
}
.altoMin600{
	min-height:600px;
}
.possFixed{
    position:fixed;
    z-index:1;
}
.centrar {
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-30%;
	height:500px;
	margin-top:-250px;
}
/*colores textos - tipos textos*/
.texRojo_dile{
	color:#fbb040;
}
.texBlanco{
	color:#fff;
}

.texDIN-Light{
    font-family: 'DIN-Light';
}
.texDIN-Medium{
    font-family: 'DIN-Medium';
}
.texDIN-Bold{
    font-family: 'DIN-Bold';
}
.texDINCond-Bold{
    font-family: 'DINCond-Bold';
}
.texDINCond-Bold{
    font-family: 'DINCond-Bold';
}

.texMayusculas{
	text-transform:uppercase;
}
.texMinusculas{
	text-transform:lowercase;
}
.texCapital{
    text-transform:capitalize;
}
.texJutif{
	text-align:justify;
}
.texCentrado{
    text-align:center;
}
.texSombreadoBlanco{
	text-shadow: 0 0 7px #FFF;
}
.texSombreadoNegro{
	text-shadow: 0 0 8px #000;
}
.fSize05{
	font-size:0.5em;
}
.fSize08{
	font-size:0.8em;
}
.fSize1{
	font-size:1em;
}
.fSize1_2{
	font-size:1.2em;
}
.fSize1_5{
	font-size:1.5em;
}
.fSize2{
	font-size:2em;
}
.fSize3{
	font-size:3em;
}
.fSize4{
	font-size:4em;
}
.fSize5{
	font-size:5em;
}
.fSize6{
	font-size:6em;
}

/* ---- interlineados -----*/
.interlineado100{
    line-height:100%;
}
.interlineado130{
    line-height:130%;
}
.interlineado160{
    line-height:160%;
}
.interlineado190{
    line-height:190%;
}
.interlineado220{
    line-height:220%;
}
/*estilos dimensiones y posicion*/
.wMax1300{
	max-width:1300px;
	width:100%;
}
.wMax1000{
	max-width:1000px;
	width:100%;
}
.wMax600{
	max-width:600px;
	width:100%;
}
.wMax400{
	max-width:400px;
	width:100%;
}
.wMax200{
	max-width:400px;
	width:100%;
}
.w100{
	width:100%;
	float:left;
}
.w95{
	width:100%;
	float:left;
}
.w90{
	width:100%;
	float:left;
}
.w80{
	width:100%;
	float:left;
}
.w75{
	width:100%;
	float:left;
}
.w66{
	width:100%;
	float:left;
}
.w60{
	width:100%;
	float:left;
}
.w50{
	width:100%;
	float:left;
}
.w40{
	width:100%;
	float:left;
}
.w35{
	width:100%;
	float:left;
}
.w33{
	width:100%;
	float:left;
}
.w30{
	width:50%;
	float:left;
}
.w25{
	width:50%;
	float:left;
}
.w20{
	width:50%;
	float:left;
}
.w15{
	width:30%;
	float:left;
}
.w10{
	width:10%;
	float:left;
}
@media only screen and (min-width: 641px){	
	.w95{
		width:95%;
	}
    .w90{
		width:90%;
	}
	.w84{
		width:84%;
	}
	.w80{
		width:80%;
	}
	.w75{
		width:75%;
	}
	.w66{
		width:66%;
	}
	.w60{
		width:60%;
	}
	.w50{
		width:50%;
	}
	.w40{
		width:40%;
	}
	.w35{
		width:35%;
	}
	.w33{
		width:33.333%;
	}
	.w30{
		width:30%;
	}
	.w25{
		width:25%;
	}
	.w20{
		width:20%;
	}
	.w15{
		width:15%;
	}
	.w10{
		width:10%;
	}
}
.floatR{
	float:right;
}
.floatL{
	float:left;
}
.floatC{
	float:none;
	margin:0 auto 0 auto;
}
.centrar_medio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@media only screen and (min-width: 641px){	
	.columns_2 {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
	.columns_3 {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
	}
	.columns_2, .columns_3 {   
		-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
		-moz-column-gap: 20px; /* Firefox */
		column-gap: 20px;
		
		-webkit-column-gap: 2rem; /* Chrome, Safari, Opera */
		-moz-column-gap: 2rem; /* Firefox */
		column-gap: 2rem;
	}
}
/*estilos estetica general*/

.border_whiteG{
	border:#fff solid 10px;
}
.borderBottom_black{
	border-bottom:#000 solid 1px;
}
.borderTop_black{
	border-top:#000 solid 1px;
}
.borderRight_black{
	border-right:#000 solid 1px;
}
.borderLeft_black{
	border-left:#000 solid 1px;
}
.borderTop_blackBold{
	border-top:#000 solid 3px;
}


.borderBottom_white{
	border-bottom:#FFF solid 1px;
}
.borderTop_white{
	border-top:#FFF solid 1px;
}
.borderRight_white{
	border-right:#FFF solid 1px;
}
.borderLeftt_white{
	border-left:#FFF solid 1px;
}

.borderBottom_beige{
	border-bottom:#B6ADA4 solid 1px;
}
.borderTop_beige{
	border-top:#B6ADA4 solid 1px;
}
.borderTop_beigeBold{
	border-top:#B6ADA4 solid 3px;
}
.borderRight_beige{
	border-right:#B6ADA4 solid 1px;
}
.borderLeftt_beige{
	border-left:#B6ADA4 solid 1px;
}
.borderBottom_rojo{
	border-bottom:#E43534 solid 1px;
}
.borderTop_rojo{
	border-top:#E43534 solid 1px;
}
.borderRight_rojo{
	border-right:#E43534 solid 1px;
}
.borderLeftt_rojo{
	border-left:#E43534 solid 1px;
}

.marginTop5{
	margin-top:5px;
}
.marginBottom5{
	margin-bottom:5px;
}
.marginLeft5{
	margin-left:5px;
}
.marginRight5{
	margin-right:5px;
}
.marginTop10{
	margin-top:10px;
}
.marginBottom10{
	margin-bottom:10px;
}
.marginLeft10{
	margin-left:10px;
}
.marginRight10{
	margin-right:10px;
}
.marginTop20{
	margin-top:20px;
}
.marginBottom20{
	margin-bottom:20px;
}
.marginLeft20{
	margin-left:20px;
}
.marginRight20{
	margin-right:20px;
}
.marginTop30{
	margin-top:30px;
}
.marginBottom30{
	margin-bottom:30px;
}
.marginLeft30{
	margin-left:30px;
}
.marginRight30{
	margin-right:30px;
}
.marginTop40{
	margin-top:40px;
}
.marginBottom40{
	margin-bottom:40px;
}
.marginLeft40{
	margin-left:40px;
}
.marginRight40{
	margin-right:40px;
}

.paddingTop0{
	padding-top:0px;
}
.paddingBottom0{
	padding-bottom:0px;
}
.paddingLeft0{
	padding-left:0px;
}
.paddingRight0{
	padding-right:0px;
}
.paddingTop5{
	padding-top:5px;
}
.paddingBottom5{
	padding-bottom:5px;
}
.paddingLeft5{
	padding-left:5px;
}
.paddingRight5{
	padding-right:5px;
}
.paddingTop10{
	padding-top:10px;
}
.paddingBottom10{
	padding-bottom:10px;
}
.paddingLeft10{
	padding-left:10px;
}
.paddingRight10{
	padding-right:10px;
}
.paddingTop20{
	padding-top:20px;
}
.paddingBottom20{
	padding-bottom:20px;
}
.paddingLeft20{
	padding-left:20px;
}
.paddingRight20{
	padding-right:20px;
}
.paddingTop30{
	padding-top:30px;
}
.paddingBottom30{
	padding-bottom:30px;
}
.paddingLeft30{
	padding-left:30px;
}
.paddingRight30{
	padding-right:30px;
}
.paddingTop40{
	padding-top:40px;
}
.paddingBottom40{
	padding-bottom:40px;
}
.paddingLeft40{
	padding-left:40px;
}
.paddingRight40{
	padding-right:40px;
}

.padingTLB2{
	padding:2px 0 2px 2px;
}
.padingTLB10{
	padding:10px 0 10px 10px;
}
.padingLeft10 {
    padding: 0 0 0 10px;
}
.botBlack{
	float:left;
	padding: 7px;
	font-family: 'DINCond-Bold';
	background-color:#000;
	border:none;
	color:#FFFFFF;
}
.botBlack:hover{
	color:#fbb040;
}
.botYelow{
	float:left;
	padding: 7px;
	font-family: 'DINCond-Bold';
	background-color:#fbb040;
	border:none;
	color:#000;
}
.botYelow:hover{
	background-color:#000;
	border:none;
	color:#fbb040;
}
.botWhite{
	float:left;
	padding: 7px;
	font-family: 'DINCond-Bold';
	background-color:#000;
	border:none;
	color:#FFFFFF;
}
.botWhite:hover{
	color:#000;
}
.botTextYelow{
	font-family: 'DINCond-Bold';
	color:#fbb040;
}
.botTextYelow:hover{
	color:#000;
}

.botTextWhite, .botTextWhite-red{
	font-family: 'DINCond-Bold';
	color:#FFF;
}
.botTextWhite:hover{
	color:#000;
}
.botTextWhite-red:hover{
	color:#fbb040;
}
.oculto{
	display:none;
}
.bgColorBlanco{
	background-color:#fff;
}
.bgColorNegro{
	background-color:#000;
}
.bgColorRojoDile{
	background-color:#fbb040;
}
.bgColorGrisClaro{
	background-color:#C5C6C8;
}
.bgColorNegroTransp30{
	background-color: rgba(0,0,0,0.3);
}
.bgColorNegroTransp60{
	background-color: rgba(0,0,0,0.6);
}
.bgColorNegroTransp80{
	background-color: rgba(0,0,0,0.8);
}
	
/*------- ROLLOVERS------*/
.prueba img{
    border:solid dotted #fbb040 20px;
	filter: url('#grayscale');
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%);
	filter: Gray();
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.prueba img:hover{
    border:solid dotted #fbb040 20px;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	cursor:pointer;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.grises img {
	filter: url('#grayscale');
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%);
	filter: Gray();
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.grises img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	cursor:pointer;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.grises p {
	background:none;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.grises p:hover {
	background:#000;
	color:#FFF;
	cursor:pointer;

	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

/* -----  Estilos formularios  ------ ¡¡¡¡¡REVISAR, LIMPIAR!!!!!!!! */

@font-face {
    font-family: formoid;
    src:url('../fonts/formoid.eot');
    src:url('../fonts/formoid.eot?#iefix') format('embedded-opentype'),
    url('../fonts/formoid.ttf') format('truetype'),
    url('../fonts/formoid.woff') format('woff'),
    url('../fonts/formoid.svg#formoid') format('svg');
    font-weight: normal;
    font-style: normal;
}
.form_style input[type=text],
.form_style select
{
	font-family:Arial, Helvetica, sans-serif;
}
.form_style,
.form_style input[type=button],
.form_style .btn,
.form_style input[type=submit] {
    outline: none;
	border-radius: 0;
	font-family: inherit;
}
.form_style h2 {
	margin: 0.2em 0;
    font-size: 1.8em;
    font-weight: normal;
}

.form_style label {
	display: block;
	margin-bottom: 3px;
	clear: both;
}
.form_style div, .form_style span, .form_style label, .form_style input, .form_style textarea, .form_style select, .form_style button, .form_style ul, .form_style li, .form_style a{
	/*
	font-family: inherit;
	color: inherit;
	*/
}
/* Global Declaration */

/*
CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

/* submit + title
.form_style div.submit,
.form_style div.title{
    margin: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #f6f6f6;
    background-color: rgba(0,0,0,0.02);
    border-top: 1px solid #d0dada;
} */
.form_style div.title h2{
    margin-left: 27px;
}
.form_style div.title{
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d0dada;
}
.form_style div.submit{
    vertical-align: middle;
    text-align: right;
}


/* Button & submit
.form_style .btn,
.form_style input[type=button],
.form_style input[type=submit]{
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    background: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border: 2px solid #e5e5e5;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.form_style .btn:hover,
.form_style input[type=button]:hover {
  text-decoration: none;
}

.form_style .btn[disabled],
.form_style input[type=button][disabled] {
  cursor: default;
  opacity: 0.65;
}

.form_style input[type=submit] {
	font-size: 1.2em;
    text-align: center;
    opacity: 0.8;
	color: #ffffff;
    border: none;
    right: 20px;
    padding: 0.5em 1.4em;
    margin-right: 25px;
}

.form_style input[type=submit]:hover {
    opacity: 1;
    color: #ffffff;
    text-decoration: none;
}
.form_style .btn{
    width: 100%;
    font-size: 1.1em;
}
*/

/* Select */
.form_style .element-select select,
.form_style .country {
    position: relative;
    cursor: pointer;
}
.form_style .element-select div{
	display: block;
}
.form_style .element-select div span{
    position: relative;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	width: 100%;
}
.form_style .element-select div span.required{
	display: initial;
}


/* File input */
.form_style .element-file label{
    position: relative;
}
.form_style .element-file .title{
    position: static;
}
.form_style .element-file .button {
	z-index: 1;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    float: none;
    padding: 1.5% 1em 0 1em;
    text-align: center;
    color: #fff;

    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;

}
.form_style .element-file .button:hover {
    box-shadow: none;
    opacity: 1;
}
.form_style .element-file .file_input {
    position: absolute;
    top: 0;
    right: 0;
	bottom: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
}
.form_style .element-file .file_text{
    overflow: hidden;
    cursor: pointer;
	bottom: 0;
}
* html .form_style .element-file .file_input,
*+html .form_style .element-file .file_input{
    position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: auto;
    opacity: 1;
	filter: alpha(opacity=100);
}
* html .form_style .element-file .button,
*+html .form_style .element-file .button{
	display: none;
}
* html .form_style .element-file label,
*+html .form_style .element-file label,
* html .form_style .element-file .file_text,
*+html .form_style .element-file .file_text{
	border: none;
}
* html .form_style .element-file .title,
*+html .form_style .element-file .title{
	display: block;
}


/* Radio & checkbox */
.form_style div.element-checkbox, .form_style div.element-radio{
    overflow:hidden;
}
.form_style input[type=checkbox],
.form_style input[type=radio]{
    z-index:1;
    position: absolute;
    float: left;
	width: 24px;
	height: 24px;
	font-size: 1em;
	opacity: 0.01;
    margin: 0;
    cursor: pointer;
}

.form_style input[type=radio]+span,
.form_style input[type=checkbox]+span{
    height: 24px;
    margin-right:-19px;
    padding-top: 0;
    z-index:0;
    position: relative;
    left: 0;
    top: 0;
    vertical-align:top;
    font-size: 12px;
    line-height: 1;
}
.form_style input[type=radio]+span:before,
.form_style input[type=checkbox]+span:before{
    position: relative;
    font-family: formoid;
    margin-right: 0.2em;
    color: #e5e5e5;
    font-size: 14px;
	font-weight:bold;
    line-height: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form_style input[type=checkbox]+span:before{
    content: "\e003";
}
.form_style input[type=checkbox]:hover+span:before{
    content: "\e003";
}
.form_style input[type=checkbox]:checked+span:before{
    content: "\e002";
}

.form_style input[type=radio]+span:before{
    content: "\e001";
}
.form_style input[type=radio]:hover+span:before{
    content: "\e001";
}
.form_style input[type=radio]:checked+span:before{
    content: "\e000";
}
.form_style input[type=text],
.form_style input[type=password],
.form_style input[type=email],
.form_style input[type=url],
.form_style input[type=date],
.form_style input[type=number],
.form_style textarea,
.form_style .element-file .file_text,
.form_style  select,
.form_style button{
    border: solid 3px #999;
    border-radius: 0;
    background: #fff;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    resize: none;

    outline: medium none;
    padding: 0.2em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.1em;
}



/* rollovers y focos*/
.form_style input[type=button]:hover,
.form_style .btn:hover,
.form_style input[type=button]:active,
.form_style input[type=button][disabled],
.form_style input[type=text]:hover,
.form_style input[type=password]:hover,
.form_style input[type=email]:hover,
.form_style input[type=url]:hover,
.form_style input[type=date]:hover,
.form_style input[type=number]:hover,
.form_style textarea:hover,
.form_style .element-file .file_text:hover,
.form_style  select:hover{
    border-color: #fbb040;
}
.form_style input[type=button]:focus,
.form_style .btn:focus,
.form_style input[type=button]:active,
.form_style input[type=button][disabled],
.form_style input[type=text]:focus,
.form_style input[type=password]:focus,
.form_style input[type=email]:focus,
.form_style input[type=url]:focus,
.form_style input[type=date]:focus,
.form_style input[type=number]:focus,
.form_style textarea:focus,
.form_style .element-file .file_text:active,
.form_style  select:focus{
    border-color: #fbb040;
}
.form_style input[type=submit],
.form_style .element-file .button{
	font-family:'DINCond-Bold';
}
.form_style input[type=checkbox]:hover+span:before,
.form_style input[type=radio]:hover+span:before{
    color: #fbb040;
}
.form_style input[type=checkbox]:checked+span:before,
.form_style input[type=radio]:checked+span:before{
    color: #fbb040;
}

/*--------TOOLTIP-------*/
/* Clase que tendra el tooltip */  
.cssToolTip20,.cssToolTip40  {
 position: relative; /* Esta clase tiene que tener posicion relativa */
}
 
/* El tooltip */
.cssToolTip20 span,.cssToolTip40 span {
 background:#fbb040 url(../imgs/ico_info.gif) top 2px left 4px no-repeat; 
 border-radius: 4px;
 box-shadow: 2px 2px 6px #444;
 color: #fff;
 display: none; /* El tooltip por defecto estara oculto */
 font-family:'MuseoSans-500';
 font-size: 1em;
 padding: 5px 5px 5px 25px;
 min-height:20px;
 min-width:100px;
 max-width: 6000px;
 position: absolute; /* El tooltip se posiciona de forma absoluta para no modificar el aspezto del resto de la pagina */
 left: 0px; /* Posicion apartir de la parte izquierda del primer elemento padre con posicion relativa */
 z-index: 100; /* Poner un z-index alto para que aparezca por encima del resto de elementos */
 text-indent:0px;
}
.cssToolTip20 span {
top: 25px; /* Posicion apartir de la parte superior del primer elemento padre con posicion relativa */
}
.cssToolTip40 span {
top: 45px; /* Posicion apartir de la parte superior del primer elemento padre con posicion relativa */
}	
/* El tooltip cuando se muestra */
.cssToolTip20:hover span,.cssToolTip40:hover span {
 display: inline; /* Para mostrarlo simplemente usamos display block por ejemplo */
}


/* -------- MENU DE PRODUCTOS -------*/

#menuProductos_web{
    display: none;
}
.contenido{
	padding:0 20px 0 20px;
	width:90%;
}
@media only screen and (min-width: 641px) {
    #menuProductos_web {
        display: block;
    }
	#contenido{
		padding:0 0 0 0;
	}
}



/*ESPECIFICOS ZURRIOLA*/
#logo_zurriola{
	margin:16px 0 0 30px;
	width:100%;
	height:35px;
	background:url(../imgs/logo_zurriola.png) no-repeat;
}
#menuZurriola{
	float:none;
}
@media only screen and (min-width: 641px) {
	#logo_zurriola{
	margin:16px 0 0 30px;
	width:220px;
	height:35px;
	background:url(../imgs/logo_zurriola.png) no-repeat;
}
#menuZurriola{
	float:right;
}
}
#fondo_negro {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background:#000;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;   
}