/*                                                                                       Do the reset!
------------------------------------------------------------------------------------------------------
*/
* { 
    padding: 0; 
    margin: 0;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*                                                                     Elementos definidos globalmente
------------------------------------------------------------------------------------------------------
*/
body {
    font: normal 75%/1.1em 'OpenSansLight', arial, helvetica, sans-serif;
    background:#ff9f80 url(../img/bg-image.jpg) repeat 0 0;
	min-height:100%;
}

a {
    color:#F0652C;
	cursor: pointer;
	text-decoration: none;
	transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-webkit-transition:all 0.25s ease;
}

a img {
    border: 0;
}
input, textarea, select, option {
	font:1em/1.2 Georgia, Helvetica, Arial, sans-serif;
}
fieldset {
	border:0;
}
/*                                                                         Headings y bloques de texto
------------------------------------------------------------------------------------------------------
*/

h1 a{
	display:block;
	background: url(../img/logo.png) no-repeat 0 0;
	width:307px;
	height:115px;
	text-indent:-22220000px;
	text-decoration:none;
	position:absolute;
	top:10px;
	right:30px;
}
h2{
	font:normal 22px/24px 'OpenSansLight', arial, helvetica, sans-serif;
	color:#666;
	margin:0 0 15px 0;
	
}

/*                                                      					Elementos estructurales
------------------------------------------------------------------------------------------------------
*/

#wrapper {
	min-height:100%;
	margin:0 auto;
	width:1024px;
	z-index:10;
	background: url(../img/bg-wrapper.png) repeat 0 0;
}
#header {
	height:80px;	
	position:relative;
}

img.munyeca {
	margin-top:-60px;
	margin-left:-40px;
	float:left;
	display:inline;
}

/*                                                                                 Elementos globales
------------------------------------------------------------------------------------------------------
*/
.content {
	width:1024px;
	min-height:510px;
	position:relative;
	margin-bottom:30px;

}
#nav {
	height:25px;
	font:normal 20px/22px 'OpenSansLight', arial, helvetica, sans-serif;
    margin-bottom:30px;
	margin-left:-30px;
	text-transform:uppercase;
}

#nav ul li{
	float:left;
	display:inline;
}
#nav ul li a {
	display:block;
	color:#8abda6;
	padding:0 0 8px 0;
}
#nav ul li a:hover,
#nav ul li a.active {
	color:#F0652C;
}
#footer {
	background:#F0652C;
	padding:20px;
	color:#FFF;
	position:relative;
	font:normal 16px/18px 'OpenSansLight', arial, helvetica, sans-serif;
	text-align:right;
}
#footer big {
	font-size:24px;
}
#footer a {
	font-weight: bold;
	padding-bottom: 10px;
	color: #BADBBC;
	text-decoration:underline;
}
.text-content {
	font-size:14px;
	line-height:1.4em;
    float:right;
	display:inline;
	width:613px;
	color:#555;
	margin:50px 0 30px 0;
	padding:0 10px 0 10px;
}

.text-content p {
	margin-top:5px;
}
.text-content img {
	margin:20px 0;
	border:1px dotted #B3D2B3;
}

/*                                                                                           Decos
------------------------------------------------------------------------------------------------------
*/
vv.pelu .text-content {
	background:url(../img/secador.png) no-repeat 100% 100px;
}
vv.estetica .text-content {
    background:url(../img/botes.png) no-repeat 87% 220px;
}

/*                                                                                          Listados
------------------------------------------------------------------------------------------------------
*/
ul.list {
	margin-top:20px;
}
ul.list li{
	list-style:none;
	background:url(../img/dot.png) no-repeat 0 7px;
	padding-left:10px;
}
ul.list li ul li {
	background:url(../img/small-dot.png) no-repeat 0 8px;
	margin-left:10px;
}

.imp {
	background:#FFF;
	padding:10px 15px;
	margin:10px 0 10px -10px;
	width:320px;
	font-size:1.2em;
	border:1px dotted #B3D2B3;
}
.imp.phone {
	width:380px;
}
.imp img {
	border:none;
	vertical-align:middle;
	margin:0 8px 0 0;
}
.home .imp {
	margin-top:60px;
}
ul.list li em {
	display:block;
}

/* Clearing */
.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 0;
}

.clearfix:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.floatLeft {
    float: left;
    display: inline;
}
.floatRight {
    float: right;
    display: inline;
}

#slideshow {
    position:relative;
    height:750px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

