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

body {
	font-size: 12px;
	font-family: Georgia;
	background: #fff;
	margin: 0px;
	color: #000;
}

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: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
a:hover {
	font-style: italic;
	font-family: Georgia;
	color: #F96;
	text-decoration: none;
}

a img { border: none; }

#menu {
    width: 235px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	font-size: 12px;
	font-family: Georgia;
	padding-bottom: 3px;
	color: #000;
	text-decoration: overline;
	font-style: normal;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
}


.container {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}


#content p {
	width: 500px;
	margin-bottom: 20px;
	font-family: "Georgia";
	font-size: 12px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F96;
	margin-top: 13px;
}

p {
	font-family: "Georgia";
	font-size: 12px;
	padding-left: 5px;
}
 
/* TITULO OSCAR MARTIN */
h1 {
	font-size: 30px;
	font-family: Georgia;
	font-weight: lighter;
	color: #333;
}

/* SUBTITULO OSCAR MARTIN */
h2 {
	font-size: 14px;
	color: #333;
	font-family: Georgia;
	font-weight: lighter;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #F96;
	padding-bottom: 3px;
}

/* E-MAIL OSCAR MARTIN */
h3 {
	font-size: 12px;
	font-family: Georgia;
	color: #333;
	font-weight: lighter;
	font-style: italic;
	padding-top: 3px;
}

/* COPYRIGHT OSCAR MARTIN */
h4 {
	font-size: 12px;
	font-family: Georgia;
	font-weight: lighter;
}

/* CONTENIDOS SIMPLE NEWS: TEXTO*/
h5 {
	width: 500px;
	margin-bottom: 20px;
	font-family: "Georgia";
	font-weight: lighter;
	font-size: 12px;
	margin-top: 13px;
}

/* CONTENIDOS SIMPLE NEWS: IMAGENES*/
h6 {
	width: 500px;
	margin-bottom: 20px;
	font-family: "Georgia";
	font-size: 12px;
	margin-top: 13px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #F96;
	padding-bottom: 8px;
}

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

#once { clear: left; }