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

}

body {
	font-size: 10px;
	font-family: Georgia, Courier New, Monaco, Monospace, sans-serif;
	color: #000;
	font-style:italic;
		line-height: 13px;

	
	
}

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

a:link { color:#000; text-decoration: underline;}
a:active { color:#000; text-decoration: underline;}
a:visited {color:#000; text-decoration: underline;}
a:hover { font-size: 10px; text-decoration: none; color: #00FFFF; }

a img { border: none; }

#menu {
    width: 175px;
    overflow: auto;
    top: 50;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height: 13px;
	text-align:right;
	
}

#menu ul {

	list-style: none;
	margin: 0 0 4px 0;

}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0px 0 0 190px;
    top: 0;
}

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

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

p {
    margin: 0 0 0px 0;
	padding: 0px 0px 0px 0px;
}

h1, h2, h3, .section-title {
	font-family: Georgia, Courier New, Monaco, Monospace, sans-serif;
	font-size:14px;
	color: #000000;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight:bold;
	padding: 0px 0px 2px 0px;
}

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

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

#once { clear: left; }




/**
----------------- OTROS ----------------------------------
*/



.tituloweb {
	font-family: Georgia, Courier New, Monaco, Monospace, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	line-height: 14px;

}


	

.titulocontenido {
font-family: Georgia, Courier New, Monaco, Monospace, sans-serif;
	font-size:14px;
	color: #000000;
	font-weight:bold;
	line-height: 14px;	
	}