/* @override http://newmediacampaigns.com/css/compiled.css */

/* Eric Meyer Reset */

#modulo_header{
border: solid 1px #990000;
background-color:#FFFFFF;
	width: 922px;
	height: 32px;
	float:right;
	margin: 1px 0px 0px 0px;
	

}

body {
background-image:url(../images/all/back.jpg);
background-repeat:repeat;


}

ul, ol, dl{ margin: 0 0 20px 30px; }
ul{ list-style: square; }
ol{ list-style: decimal; }



a:link, a:visited{ text-decoration: underline;  font: 11px arial, verdana, sans-serif;   font-weight:bold; }
a:hover, a:active{ text-decoration: none;  font: 11px arial, verdana, sans-serif;  font-weight:bold; }
a img{ border: none; }
a.more{ color: #0099ff; font-weight: bold; font-size: 11px; }

/* Layout */



#header ul:after, #featured-work:after, #feature-list:after, #content:after, #footer:after, .footerColumn ul:after, ul.featureList:after, ul.checkList:after{
	display: block;
	width: 100%;
	overflow: hidden;
	height: 0;
	clear: both;
	font: 0px/0px sans-serif;
} /* Clear floated items in Gecko, Webkit, and IE7+ browsers */


/* Header */

#headerWrapper{ background: #1B1B1B; border-bottom: 1px solid #6c8194; border-color: #000;  }
#header{
	float:left;
	height: 34px;
	width: 920px;
	border: solid 1px;
	border-style: solid;
	border-top-color:#fff;
	border-right-color:#fff;
	border-bottom-color:#fff;
	border-left-color:#fff;
	margin:19px 0px 0px 10px;
	
	
	
}

a#logo{ position: relative; margin: 0; padding: 0; top: 23px; z-index: 1; }
a#skip{
	top: 18px;
	right: 0;	
	z-index: 2;
	
	color: #333;
	line-height: 12px;
	text-align: right;
	text-decoration: none;
}
a#skip:hover{ color: #444; }

#header ul{
	bottom: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 920px;
	height: 30px;
	text-align: right;
}



#header ul li{
float: left;
display: inline;
position: relative;
margin: 0px 0px 0px 0px;
padding: 0; }

#header ul li a{
display: block;
height: 30px;
line-height: 30px; 
text-align: center;
color: #000;
background: #fff;
text-decoration: none;
border: solid 1px;
border-style: solid;
border-top-color:#fff;
border-right-color: #13a6d2;
border-bottom-color:#fff;
border-left-color:#13a6d2;

 }

#header ul li a:hover, #header ul li:hover a{ background: #4cb8d2; color: #fff; }
#header ul li.current a, #header ul li.current a:hover{ color: #FFF; background: #252525; background: #0180C3; background: #DDD; color: #00223B; }
#header ul li a.inicio{ width: 60px; }
#header ul li a.historia{ width: 100px; }
#header ul li a.quienes{ width: 114px; }
#header ul li a.mision{ width: 130px; }
#header ul li a.mision_continental{ width: 160px; }
#header ul li a.pastoral{ width: 114px; }
#header ul li a.informaciones{ width: 140px; }
#header ul li a.contacto{ width: 82px; }

#header ul li ul { display: none; position: absolute; top: 30px; left: 0; height: auto; width: 200px; opacity: .95; }
#header ul li ul li { display: block; position: relative; float: none; }
#header ul li ul li a, #header ul li.current ul li a { background: #333; color: #999; text-align: left; padding: 0px 0 2px 18px; }
#header ul li ul li a:hover, #header ul li.current ul li a:hover { background: #222; color: #aaa; }
#header ul li:hover ul, #header ul li.hover ul { display: block; }



