/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color:white;
	font-size:12px;
	line-height: 16px;
	font-family:Arial,Verdana;
	background-image: url(/files/bgplaya01.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

hr{border:0 white solid;border-top-width:1px;clear:both;height:0}
h1{font-size:25px}
h2{font-size:23px}
h3{font-size:21px}
h4{font-size:19px}
h5{font-size:17px;
line-height:0.9;
display:inline-block;
margin-bottom:10px;}
h6{font-size:15px}

/*---ENLACES---*/
a:link {text-decoration:none;color: #fff;}
a:active { text-decoration:none; color: #fff; }
a:visited { text-decoration:none; color: #fff; }
a:hover { text-decoration:none; color:#fff;}

a img {border:none}

/*---LOGOTIPO---*/
#logo {
	height:120px;
	width:195px;
	bottom: 0px;
	position: relative;
}
#logo img {
	position: relative;

}


/*---MENU---*/
#menu {
	width:215px;
	overflow:auto;
	position: fixed;
	top: 0px;
	bottom: 0px;
	height: auto;
	background-repeat: repeat;
}


#menu ul {
	list-style: none;
}

#menu ul li {
	padding-left: 10px;
	font-size:13px;
	font-weight: normal;
}
#menu ul li a:hover {
        color:#fff;
font-weight:bold;
}
#menu ul li.section-title {
	font-size:14px;
	color:#002147;
	font-weight:bold;
	cursor:pointer;
	padding-left: 0px;
}
#menu ul li.section-title:hover {
	color:#008ac9;
}

/*---CONTENIDO---*/
#content {
    height: 100%;
    margin: 0 0 0 215px;
    top:0px;
}

.container {
    padding: 10px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}


#img-container {position:relative;
top:120px;}
#img-container p{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { 
clear: left; }

/*---CREDITOS---*/
#creditos {
border-top:1px solid white;
padding-top:5px;
color:#002147;
font-size:10px;
line-height:12px;
text-decoration:none;
position:fixed;
bottom:10px;
left:10px;}
#creditos a {
color:#002147;
font-weight:bold;
}
#creditos a:hover {
color:#fff;
}
/*---CATALOGO---*/
#catalogo {
cursor:pointer;
color:#002147;
font-size:12px;
text-decoration:none;
position:fixed;
bottom:70px;
left:10px;}
#catalogo a {
color:#002147;
font-weight:bold;
}
#catalogo a:hover {
color:#008ac9;
}
#catalogo img {
	width:170px;
	padding-bottom:5px;
position:relative;
}