* {
margin: 0;
padding: 0;
}
body {
	padding: 0 0px 80px 0px;
	background: #65c6f1 url(img/fondo_fuengipop.jpg) no-repeat bottom left;
/*	font-family:  Georgia, "Times New Roman", Times, serif; */
	 font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif; 
/*	font-family: "Courier New", Courier, monospace; */
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
h1 {
	padding-bottom:10px;
	font-weight: bold;
	font-size: 3em;
	color: #4391DA;
}
h2 {
	padding-top:10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
	color: #333;
}
h3 {
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 11px; 
}
h3 span {
	text-decoration: line-through;
}
h4 {
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
h5 {
	padding: 10px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color:#4391DA;
}
h6 {
	font-size:14px;
	font-weight:bold;
}
p {
	padding-top:15px;
	text-align: left
}
ul {padding-top:10px;}
li {
	padding:3px;
}
p span{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-size:1.2em;
	padding: 5px 10px 5px 10px;
	margin:0 1px 0 1px;
}
li a {
	color: #006FC1;
	text-decoration: none
}
li a:hover {
	text-decoration: underline
}

div#container {
	margin: 0px auto 0px auto;
	width: 730px;
	text-align: left
	
}
#content {
	padding: 0px 0px 20px 60px;
	background: #ffffff;
	text-align: left;
}
#header {
	
	margin-top: -5px;
	padding: 15px 0 40px 25px;
	background-color:#FFF;
	background-image: url(img/header_sombra.jpg) no-repeat top;
	
}
#header img {
	margin: 0px 0px -10px 0px;
	border: 0px;
}

img {border:0px;}
/************************************************************/
/************************ MENU ******************************/
/************************************************************/
.botones, .botones:visited {
	background: #222; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	botones:hover							{ background-color: #111; color: #fff; }
	.botones:active							{ top: 1px; }
	.small.botones, .small.botones:visited 			{ font-size: 11px; padding: ; }
	.botones, .botones:visited,
	.medium.botones, .medium.botones:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.botones, .large.botones:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.botones, .green.botones:visited		{ background-color: #91bd09; }
	.green.botones:hover						{ background-color: #749a02; }
	.blue.botones, .blue.botones:visited		{ background-color: #2daebf; }
	.blue.botones:hover							{ background-color: #007d9a; }
	.red.botones, .red.botones:visited			{ background-color: #e33100; }
	.red.botones:hover							{ background-color: #872300; }
	.magenta.botones, .magenta.botones:visited		{ background-color: #a9014b; }
	.magenta.botones:hover							{ background-color: #630030; }
	.orange.botones, .orange.botones:visited		{ background-color: #ff5c00; }
	.orange.botones:hover							{ background-color: #d45500; }
	.yellow.botones, .yellow.botones:visited		{ background-color: #ffb515; }
	.yellow.botones:hover							{ background-color: #fc9200; }


#menu { }
/*
 #menu a{
	color: #000000;
	background-color: #FFC017;
	text-decoration: none;
	font-size:1.2em;
	padding: 5px 10px 5px 10px;
	margin:0 1px 0 1px;
}
#menu a:hover{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	
}
*/

/************************************************************/
/************************************************************/
/************************************************************/

.black{color:#000;}

#footer {
	padding: 6px 0px 40px 0px;
	font-size: 1.0em;
	width: 790px
}
#footer img{
	text-decoration: none;
	border:0;
	margin-left:500px;
}
#footer a{
	background-color:transparent;
}
.separator {
	margin: 0px 0px 0px 0px;
	width: 790px;
	height: 0px;
	background-color: #000000
}
.projects {
	padding: 0px 0px 50px 0px;
	width: 600px;
	border-bottom: 1px solid #999;
}
.projects a{
	color: #0041FF;
	text-decoration: none;
}
.projects a:hover {
	color: #0041FF;
	text-decoration: underline;
}
.about {
	padding: 0px 0px 50px 0px;
	width: 790px;
}
.about img {
	margin: 30px 0px 30px 0px;
	border: 0px;
	float: left;
}
.clearme {
	clear: both;
}