
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#006699;
  background: url(image/backgroundM-anterior.jpg);
}
#wrapper { 
 margin: 0 auto;
 width: 980px;
}
#header {
 width: 980px;
 color: #333;
 height: 175px;
 background: url(image/background.jpg) repeat-y scroll left top;
 text-align:center;
}

#navigation {
 width: 980px;
 height:40px;
 position: relative; z-index: 9999; 
 background: #000; opacity: 0.3; filter: alpha(opacity = 30);
}

#menu{
	list-style-type:none;
	font: 22px "Verdana";
	font-style:italic;
	font-weight:bold;
	 color: white;
}

#menu li{
	display:inline;
	margin-right:15px;
}

#menu li a{
	color:white;
}

#content { 
 width: 980px;
 color: #333;
 background: url(image/back.jpg) no-repeat;
 height: 350px;
}

#video{
	margin:auto;
}

#contacto{
		 color:#FFF;
		 margin-left:50px;
}
#info{
	float:right;
	position:inherit;
	margin-top:-290px;
	margin-right:55px;
	font-weight:bold;
	color:#000;
	font-size:15px;
	width:150px;
}
INPUT{
	 background: #000; opacity: 0.5; filter: alpha(opacity = 50);
}

TEXTAREA{
		 background: #000; opacity: 0.5; filter: alpha(opacity = 50);

}

#contentAM{
width: 980px;
 color: #333;
 background: url(image/backgroundAM.jpg) no-repeat;
  height: 56px;
}

#contentM{
 width: 980px;
 color: #333;

   background: url(image/backgroundM-anterior.jpg) repeat-y;
 }

#leftcolumn { 
 color: #333;
 background:#FFF;
 margin: 0px 0px 0px 18px;
 padding: 10px;
 height: 100%;
 width: 440px;
 float: left;
}

p{font:11px/14px Arial; padding:10px 20px 0 0; text-align:justify; color:#333;}
.greentext{color:#FF9100; font-size:16px; font-weight:bold; padding:4px 0 0;}
.browntext{color: #FFAD00; font-size:18px; padding:4px 0 0;}

#boxB, #boxC{
	display:none;
}

#rightcolumn { 
 float: right;
 background: #FFF;
 margin: 10px 30px 10px 0px;
 padding: 10px;
 height: 100%;
 width: 400px;
 display: inline;
 position: relative;
}

.flota{
			float:left;
			border: #666 2px solid;
		}
		
.articulalB{
	font: 22px "Verdana";
	font-style:italic;
    font-size: 12px;
	font-weight:bold;
	text-align: left;
	color:#FFF;
	width:120px;
	float:left;
	margin-left:5px;
	padding-left:8px;

		}
		
    #eventos{
		margin-left:15px;
	}
		
	#eventos li{
    		list-style: none;
			cursor:pointer;
			display:inline;
			margin-left:5px;
		}
	#eventos li a{
		border:none;
	}
	#eventos li img{
		border: #006600 2px solid;
	}



#footer { 
 width: 980px;
 color: #333;
 background: url(image/backgroundB.jpg) no-repeat;
  height: 145px;
  clear:both;
}
