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

body {
	font-family: "Century Gothic", Verdana, sans-serif;
	background: #fff;
}

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

a:link {
	text-decoration: none;
	color:#000;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#contenedor_general {
	position: relative;
	height: 600px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	position: relative;
	height: 140px;
	width: 200px;
}

#menu {
    position: relative;
	height: 600px;
	width: 230px;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu li {
	font-size: 0.75em;
}

#menu ul li.section-title {
	font-family: "Century Gothic";
	font-size: 0.90em;
	color: #990;
}

#cabecera {
	position: relative;
	height: 140px;
	width: 700;
	background-image:url(imagenes/cabecera.jpg)
}

#content {
    position: relative;
	height: 600px;
	width: 670px;
	float: right;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

#content ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#content li {
	font-size: 0.75em;
}


#menu p {
	font-size: 0.75em;
	font-family: "Century Gothic";
	color: #000;
}

#content p {
	font-size: 0.75em;
	font-family: "Century Gothic";
	color: #990;
}

.firma {
	font-size:0.90em;
}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }