/* CSS Document */

/* formulario */


#containerEx5 {

    background : none repeat scroll 0 0 #333333;

    margin: 50px 0;

    min-height: 100%;

    padding: 20px;

}



.ex5 img {


    opacity: 0.8;
	filter: alpha(opacity=50); /* IE */

    /*Transition*/

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease; 
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}




    /*Reflection*/







.ex5 img:hover {  

   opacity: 1;



   /*Reflection*/

  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));



   /*Glow*/

  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);

  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);

  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  

} 

.socialicons2 {
	color: #000;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	padding-left:170px;
	/*position: absolute;
	left: 802px;
	top: 58px;
	width: 159px;
	height: 50px;*/
}

.socialicons {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	margin-top:10px;
	padding-left:5px;
	/*
	position:absolute;
	left:1090px;*/}
	
	
	
	.socialicons3 {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	margin-top:20px;
	position:absolute;
	left:1105px;}
	
/*.socialicons3:hover {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}
	*/
/*.socialicons:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
} 	*/
	
.socialicons4 {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	margin-top:20px;
	position:absolute;
	left:1105px;}

/*
.socialicons4:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
} */
	
#facebook {position:absolute;
			top:1 px;
			left:1px;}
#twitter {position:absolute;
			top:1 px;
			left:1px;}

	
.contacto{
	 }
.contacto label{
	display: block; 
	
	font-family: 'Open Sans', sans-serif ;
	font-size:14px;
	padding-left:15px;
}
.contacto div{
	margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea{
	padding: 5px;
	margin-left:15px;
	width: 350px;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 3px #EEF5F7;
	
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='text'].invalido, .contacto textarea.invalido{
	box-shadow:0 0 0 3px #FFC9C9;
}
.contacto input[type='submit']{
	border: 1px solid #CED5D7;
	box-shadow:0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	
	background: #e4f1f6; 
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%); 
}
.contacto input[type='submit']:hover{
	background: #edfcff; 
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%); 
}
.contacto input[type='submit']:active{
	background: #cfe6ef; 
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}
.error{
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    margin-left: 36px;
    margin-top: 6px;
    padding: 6px 12px;
    position: absolute;
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}
.result_fail{
    background: none repeat scroll 0 0 #BC1010;
    border-radius: 5px 5px 5px 5px;
    color: white;
    
    padding: 10px 20px;
    text-align: center;
	font-family: 'Open Sans', sans-serif ;
	font-size:14px;
}
.result_ok{
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 5px 5px 5px 5px;
    color: white;
   
    padding: 10px 20px;
    text-align: center;
	font-family: 'Open Sans', sans-serif ;
	font-size:14px;
}
/*formulario */


#dolphincontainer{
	position:relative;
	width:960px;
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	
}

#dolphinnav{
	font-family: 'Open Sans', sans-serif;
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:url(../img/background_menu.png) repeat;
	
	 }

#dolphinnav ul{
	padding-left:10px;
	padding-right:10px;
	list-style-type:none;
	float:left;}

#dolphinnav ul li{
	font-family: 'Open Sans', sans-serif;
	display:block;
	float:left;
	
	}

#dolphinnav ul li a{
	font-family: 'Open Sans', sans-serif;
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;

}

#dolphinnav ul li a span{
	height:21px;
	float:left;
	}

#dolphinnav ul li a:hover{
	color:#3d86d0;
	
}

#dolphinnav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}

#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
	color:#fff;
	background:#3d86d0;
	}

#dolphinnav ul li a.current span{
	display:block;
	background:#3d86d0;
	height:23px;
	
	}


#subfooter,.subfooter {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	font-family: 'Open Sans', sans-serif;
	color: #3d86d0;
	/*background-color:#3d86d0;*/}
#direccion {font-family: 'Open Sans', sans-serif;}
.blocktext{
	font-family: 'Open Sans', sans-serif;}

.titular {
	font-size:18px;
	color:#3d86d0;
	font-family: 'Open Sans', sans-serif;
	line-height:100%;}

.button {
	font-family: 'Open Sans', sans-serif;
   border-top: 1px solid #3a78b5;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3a78b5), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3a78b5, #65a9d7);
   background: -moz-linear-gradient(top, #3a78b5, #65a9d7);
   background: -ms-linear-gradient(top, #3a78b5, #65a9d7);
   background: -o-linear-gradient(top, #3a78b5, #65a9d7);
   padding-top:5px;
   padding-bottom:5px;
   margin-top:5px;
   margin-bottom:5px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 18px;
	text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #3d86d0;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #072c45;
   background: #072c45;
   }

.neto {font-size:13px; padding:6px;}

#name { font-size:14px;
		
		color:#000;
		}
		
		
#telefono_form { font-size:14px;
			color:#000;
			}
			
			
#email { font-size:14px;
		
		color:#000;
		}
		
		
#consulta { font-size:14px;
			
			color:#000;
			}

#correo {
	color:#FFF;
	
	}

#correo:hover{
	color:#3d86d0;
	
	}


.titulo {
	background-image: url(../img/fondo_productosdestacados.png); background-repeat: no-repeat;
	
	padding-bottom:0px;
	padding:5px;
	padding-left:10px; 
	
	color:#FFF;
	}

.parrafo3 {

	padding-top:10px;
	padding-bottom:10px;
	
	line-height:120%;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	}
	
		
.parrafo {
	padding-left:10px; 
	padding-top:10px;
	padding-bottom:10px;
	
	line-height:120%;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	}
	
	
.parrafo2 {
	padding-left:10px; 
	padding-top:20px;
	padding-bottom:10px;
	
	line-height:120%;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	}
	
#slider {
	width:960px;
	height:227px;}
	
P.blocktext {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}


	
.caja {
	
	
	}

li { text-decoration:none; }

.cuadricula {
	 padding-bottom:20px;
	font-family: 'Open Sans', sans-serif;

	 
	
	 }
	 
.precio {
	width:auto;
	font-family: 'Open Sans', sans-serif;
	
	}
	
.preu {
	width:150px;
	color:#FFF;
	font-size:17px;
	padding:5px;
	
	background-image: url(../img/background_precio.png); background-repeat: no-repeat; width:auto;
	}
	
#destacados { background-image:url(../img/fondo_productosdestacados.png); background-repeat:no-repeat; }

#fondo,
.fondo{
    width:970px;
    margin-left:20px;
    background: #292929 url('../img/fondo.png') repeat 0 0;
}



#button {

padding-top:10px;
padding: 0;
background:url(../img/background_menu.png) repeat;
width:920px;
font-family: 'Open Sans', sans-serif;


}


#button li {
display: inline;
background:url(../img/background_menu.png) repeat;
padding-bottom:px;

}


#button li a {
font-size:18px;
text-decoration: none;
padding-bottom:10px;
font-family: 'Open Sans', sans-serif;
padding-top:18px;
padding-right:27px;
padding-left:26px;
padding-bottom:5px;
background:url(../img/background_menu.png) repeat;
color: #fff;
}


#button li a:hover, ul.menu li.current  {
background: #3d86d0;

}

.texto_ofertas{
	color:#FFF;
	padding:5px;
	font-family: 'Open Sans', sans-serif;
	width:200px;
	}
	
	


#telefono {
	color: #000;
	font-size: 19px;
	font-family: 'Open Sans', sans-serif;
	padding-left:200px;
	

	/*position: absolute;
	top: 7px;
	left: 816px;
	width: 145px;
	height: 34px; */

}


#mail {
	color: #3d86d0;
	font-size: 22px;
	/*position: absolute;
	top: 41px;
	left: 721px;*/
	padding-left:140px;
} 


.textofooter{
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	}
	
.titulofooter {
	font-size:18px;
	padding-top:10px;
	color:#3d86d0;
	font-family: 'Open Sans', sans-serif;
	}
	

	
a {text-decoration:none; font-family: 'Open Sans', sans-serif; color:#3d86d0;}
a:hover {text-decoration:none; font-family:'Open Sans', sans-serif; color:#999;}
a:active {color:#000;}
a:visited{text-decoration: none; color:#3d86d0;}

.color-1 {color:#fff}
a.color-1:hover {text-decoration:underline}

.font-3 {font-size:17px; line-height:33px; color:#292929}


h3 { /*font-weight:inherit;
	font-size:18px;
	color:#3d86d0;
	font-family: 'Open Sans', sans-serif;
	line-height:100%;*/
	
	color:#3d86d0;}

.fondo_links {
    background-color: #131313;
    width:970px;
    margin-left:20px;
}
.enlaces {
    list-style-position: inside;
    margin-left: 10px;
}
.enlaces a {
    color: #fff;
}
