/* @override 
	http://www.eltigredeciberia.com/ndxz-studio/site/eatock/style.css
	http://www.eltigredeciberia.com/ndxz-studio/site/tigre1/style.css
*/

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

body {
	
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	background: #deecec url(http://www.eltigredeciberia.com/img/tc_8.jpg) no-repeat fixed;


}

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

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

a img { border: none; }

#menu {
    width: 175px;
    overflow: auto;
    top: 135px;
    bottom: 0;
	left: 5;
    position: fixed;
    height: 100%;
	
}



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

#menu ul li.section-title { 
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
	margin-bottom: 2px; 
	line-height: 200%;
}

#content {
	
	color: #333333;
	width: 550px;
    height: 100%;
    margin: 150px 0 0 215px;
    top: 0;
    line-height: 150%;
    background-color: #fff;
}

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

#content p { width: 530px; margin-top: 50px 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: 0; padding: 0; }
#img-container p	{ width: 540px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }