/* CSS Document */
body{
	background:url(../images/bg.gif) repeat-x;
	margin:0;
}

#wrapper{
	width:780px;
	margin: 0 auto; 
}

#header{
	background:url(../images/top.gif) no-repeat;
	height:63px;
	width:776px;
}

#menu{
	font-family:Verdana;
	font-size:10px;
	margin-top:-40px;
	margin-right:30px;
}

#menu ul, li, a, a:active{
	list-style-type:none;
	color:#61b6ed;
	text-decoration:none;
	display:inline;
	position:relative;
	font-weight:bold;
	letter-spacing:0.1em;
}

#menu li{
	margin-right:5px;
}

#menu a:hover{
	color:#e57c82;
}

#contenido { 
	padding: 0px 25px; 
	margin-top:50px;
}
.news h3 { 
	border-bottom: 1px dotted #ccc; 
	margin-bottom: 0.8em; 
	font-weight: bold;
}
p{
	color: #444; 
	font-family: Verdana,"Lucida Grande",Helvetica,Arial,sans-serif; 
	font-size: 11px; 
	line-height: 1.7em;  
	margin-bottom: 1.5em;
}
h3 { 
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif; 
	font-size: 11px; 
	letter-spacing: 0px; 
	color: #17a5f1;
}

h4 { 
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif; 
	font-size: 13px; 
	letter-spacing: 0px; 
	color: #666;
	border-bottom: 1px dotted #ccc; 
	margin-bottom: 0.8em; 
	font-weight: bold; 
}
.news h3 { 
	border-bottom: 1px dotted #ccc; 
	margin-bottom: 0.8em; 
	font-weight: bold; 
}

.meta { 
	font-size: 11px; color: #999; 
	font-weight: normal;
}
span.highlight { 
	padding: 1px; 
	background: #f6f6f6 none repeat; 
}
#contenido #quienesomos a { 
	text-decoration: none; 
	color: #ff6251;
	font-weight:bold; 
}
#contenido a { 
	text-decoration: none; 
	color: #0099CC; 
	font-weight:normal;
}
#contenido a:hover, a:active { 
	border-bottom: 1px dotted #e9743f; 
}

#quienesomos {
			margin:10px auto;
			margin-bottom:20px;
			padding:0;
			border:1px solid #e5e5e5;
			color:#555;
			line-height:16px;
			font-family:verdana;
		}
		
			#quienesomos legend {
				font-weight:bold;
				margin-left:8px;
				letter-spacing:2px;
				font-size:12px;
				color:#fe9800;
			}
			
			#quienesomos #texto{
				margin-left:15px;
				margin-right:15px;
				margin-bottom:5px;
				color:#666;
				font-size:10px;
			}

img{
	padding:10px;
	border:1px solid #e5e5e5;
	margin-right:15px;
	

}	
		
#footer{
	border-top:1px dotted #ccc;
	margin-top:50px;
	padding:3px;
	color: #444; 
	font-family: Verdana,"Lucida Grande",Helvetica,Arial,sans-serif; 
	font-size: 10px; 
	line-height: 1.7em;  
	margin-bottom: 1.5em;
	
}

#footer a{
	font-family: Verdana,"Lucida Grande",Helvetica,Arial,sans-serif; 
	font-weight:normal;
	font-size:10px;
	color:#999;
	text-decoration:none;

}
#footer a:hover{
	color:#666;
	border-bottom:1px dotted #666;

}

.text{
	border:1px solid #ccc;
}