﻿@charset "utf-8";

body {
	overflow-y: scroll;
	overflow-x: hidden;
	background: url(images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 20px;
	font-family: 'Lato', sans-serif;
	text-align:justify;
	font-size: 13pt;
	color: #333333;
	line-height: 1.5em;
	}


a {
	color: #0000CC;
	text-decoration: none;
	}


a:visited {
	color: #0000CC;
	text-decoration: none;
	}


a:hover {
	color: #000000;
	text-decoration: none;
	}
	

a:active {
	color: #000000;
	text-decoration: none;
	}


#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 50px 100px;
	background:rgba(255, 255, 255, 0.95);
	}


#menu {
	width: 900px;
	height: 100px;
	}


#menu_logo {
	background: url(images/logo_CCAMBIO.png) no-repeat left;
	width: 256px;
	height: 100px;
	margin-right: 100px;
	float: left;
	}


#menu_links {
	width: 544px;
	float: left;
	height: 100px;
	text-align: right;
	font-family: 'Oswald';
	text-shadow: 2px 2px 2px #EEEEEE;
	}
	
	
#menu ul li {
	padding: 0px 10px;
	display: inline;
	list-style-type: none;
	}


#menu a:link {
	color: #000000;
	text-decoration: none;
	}
	
	
#menu a:active {
	color: #999999;
	text-decoration: none;
	}
	
	
#menu a:visited {
	color: #000000;
	text-decoration: none;
	}
	
	
#menu a:hover {
	color: #999999;
	text-decoration: none;
	}
	
	
#bar {
	background: rgba(0, 50, 110, 0.5);
	width: 900px;
	height: 1px;
	margin: 50px 0px;
	}
	
	
#content {
	width: 900px;	
	}


#content h1 {
	font-size: 1.1em;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 0px;
	}


#content h2 {
	font-size: 1em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 5px 0px;
	}


#logos {
	background: url(images/logos.png) no-repeat center;
	width: 900px;
	height: 120px;
	margin-top: 40px;
	}


#box {
	background: rgba(0, 50, 110, 0.25);
	width: auto;
	padding: 20px;
	float: right;
	font-size: 0.9em;
	font-weight: normal;
	}


.date {
	font-size: 0.8em;
	font-weight: bold;
	}


#about_wrapper {
	width: 900px;
	}
	

#about_menu {
	width: auto;
	height: auto;
	float: right;
	margin: 60px 0px 50px 50px;
	background: rgba(0,50, 100, 0.25);
	text-align: left;
	line-height: 1.25em;
	font-family: 'Oswald';
	}


#about_menu ul {
	margin: 0px;
	padding: 25px;
	}
	
		
#about_menu ul li {
	padding: 10px 0px;
	list-style-type: none;
	}


#about_menu a:link {
	color: #000000;
	text-decoration: none;
	}
	
	
#about_menu a:active {
	color: #666666;
	text-decoration: none;
	}
	
	
#about_menu a:visited {
	color: #000000;
	text-decoration: none;
	}
	
	
#about_menu a:hover {
	color: #666666;
	text-decoration: none;
	}