*{ margin: 0; padding: 0; }

:focus,:active { outline: 0; }

h1 { font-size: 13px; font-weight: bold; margin-bottom: 15px;}

body{
	margin: 0 auto;
	color: #000000;
	font-size: 10px;
	background-color: #02639D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	background-color: #FFFFFF;
}

#content {
	width: 800px;
}
	#pitch .infoline {
	margin-top: -70px;
	padding: 25px 0 25px 25px;
	width: 800px;
	height: 5px;
	opacity:0.10;
	filter:alpha(opacity=10);
}

	.pitch-gallery {
	overflow: hidden;
	width: 800px;
	position: relative;
	-webkit-box-shadow: 1px 3px 5px #333333;
	-moz-box-shadow: 1px 3px 5px #333333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=315, Strength=4);
}
		.pitch-gallery-holder { width: 3920px; position: relative; top: 0; left: 0; }
		.pitch-gallery-div { float: left; }
		
.menu {
	list-style:none;
	width: 800px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 10px;
	background-color: #02639D;
}
	.menu li {
	float: left;
	margin: 0px 0 0 0;
	background-image: url(imagen/varios/barrasup.png);
}
	.menu li a {
	display: block;
	font-size: 11px;
	padding: 11px 13.3px;
	border: 1px solid #02639D;
	font-weight: bold;
	margin: 0;
}
	.menu a:hover, .menu a:link, .menu li.current a { border: 1px solid #003366;}
	.menu a:link {color:#000000}
	.menu a:visited {color:#333333}
	.menu a:hover {color:#666666}
	.menu a:active {color:#4B4B4B}
	
		.menu li ul {
	display: none;
	margin: -1px;
	position: absolute;
	z-index: 2;
	background-color: #9FC7FE;
	opacity:0.8;
	visibility: visible;
}
		.menu li ul li {
	float: none;
	display: inline;
	margin: 0;
	padding:0;
}
		.menu li ul li a {
	width: auto;
	margin: 0px;
}	

#left {
	width: 770px;
	margin-left: 20px;
	margin-top: 60px;
}	

#pie {
	width:800px;
	float:left;
	height:60px;
	font:normal normal 10px Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(imagen/varios/barra_inf.jpg);
	background-repeat: no-repeat;
	color:#474747;
	border-top: solid #02639d 1px;
}
				
.titulos {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.subtitulos {
	font-weight: bold;
}

.enfasis {
	font-weight:bold;
	font-style: italic;
}

.vinculos {
	font-size: 12px;
	font-weight: bold;
}

.Estilo1 {
	text-align: justify;
}

.Estilo2{
	text-align: left;
}

.Estilo3 {
	text-align: center;
}

.Estilo4 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;	
}

a:link {
	color: #02639D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #013F63;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #4B4B4B;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}

