/* CSS Document */

* {margin: 0; border: none;}

body {
	font-family: "Myriad Pro", Myriad, Geneva, Arial, Helvetica, sans-serif, Verdana;
	background: #FFFFFF url(img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	color:#CCCCCC;
	margin: 0;
	text-shadow: 2px 2px 2px #000;
	}

.clear { clear: both; }

#wrapper { 
	position: relative; 
	width:980px; 
	margin: 0 auto 0 auto; 
	padding: 0; 
	}

#header {
	background: url(img/header_bg.png) no-repeat;
	height: 127px;
	text-align: center;
	filter:	alpha(opacity=100);
	opacity: 1;
	}

#menu {
	top:85px;
	width:100%;
	height:33px;
	background-image:url(img/bg_menu.jpg);
	color:#999999;	filter:	alpha(opacity=80);
	opacity:.8;
	padding-top:17px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	}

#menu ul {
	list-style: none;
	text-align:center;

	}

#menu ul li {
	display: inline;
	}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	color: #f3f3f3;
	text-decoration:none;
	padding: 17px 10px 17px 10px;
	font-size:16px;
	font-weight:bold;
	}

#menu ul li a:hover {
	color: #EE7f00;
	background:url(img/bg_menu2.jpg);
	}

#content {
	margin:auto;
	margin-top:10px;
	width:940px;
	background-color:#333333;
	filter:	alpha(opacity=100);
	opacity:1;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	padding:20px;
	text-align:justify;
	}
.imgright{
	border:0px;
	float:right;
	margin-left:10px;
	}
.imgleft{
	border:0px;
	float:left;
	margin-right:10px;
	}

#footer {
	margin:auto;
	margin-top:10px;
	width:980px;
	text-align:center;
	font-size:12px;
	background-image:url(img/bg_menu.jpg);
	filter:	alpha(opacity=80);
	opacity:.8;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	}
	
#footer a{
	color:#999999;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#EE7f00;
	text-decoration:none;
	}
	
#section{
	margin:auto;
	background-position:bottom;
	background-color:#EE7f00;
	background-repeat:no-repeat;
	width:194px;
	height:240px;
	padding:15px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:16px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	text-align:right;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	z-index:-2
	}
#section a{
	color:#FFFFFF;
	text-decoration:none;
	}
#section a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
.imgsecciones{	
	max-height:160px;
	padding:3px;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-left:3px;
	margin-right:3px;
	border:5px;
	}