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

body {
	font-size: 11px;
	font-family: verdana, sans-serif;
	background: #fff;
	text-decoration:none;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }
/** link previous-next*/
a:link {
color:#282b2b;
background-color:#ffffff;
text-decoration:none;


}
/** colormenu*/

#menu{
color:#ff0090;
background-color:#ffffff;
}
a:active {
background-color:#fff;
color: #6c1367;
text-decoration:none;

}
/** cada elemento menu*/

a:visited {
/** granate*/

background-color:#ffffff;
color: #282b2b;
text-decoration:none;
}
a:hover {
/** azul-amarillo*/

background-color:#30b8ff;
text-decoration:none;
color:#fcc238;
}

}


a img { border: none; }

/**tamano del menu 
*/
#menu {
 
 
    float: right;
    width: 295px;
    height: 104px;
    top: 22;
    bottom: 0px;
	left: 0;
	right: 0;
    position: fixed;
    height: 100%;
	margin-left: 4px;
    margin-top: 0px;
    background-repeat: no-repeat;
    overflow: auto;
    background-image: url(prueba.gif)
}
/**distancia entre los menus*/
#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title { }


/**centrar la imagen del centro*/
#content {
    height: 100%;
    margin: 0 0 0 320px;
    top: 264;
}

.container {
    padding: 7px 0px 0px 8px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 73; padding: 0; }
#img-container p	{ width: 240px; margin: 43; padding: 0 0 42px 0; }

#once { clear: left; }
#content a:hover { color: #3ccff; background: #ffffff; }