/* A container should group all your columns. */

body { 
	margin:0px;
	background-color:#FFF;
}

#wrapper {
	width: 800px; 
	margin: 0 auto;
	overflow:visible;
 }

#wrapper a{
	color:#333;
}



/* ------------------------------- HEADER ------------------------------- */


#logo img{
	margin-top:25px;
	margin-bottom: 10px;
	border:none;
	height:62px;
	width:346px;
}


#language{
	float:right;
	margin-top:50px;
	}

/* ------------------------------- NAVIGATION ------------------------------- */

#navigation{
	margin-bottom:20px;
	background-color:#fff;
	width:782px;
	color:#7E7E7E;
	font: 16px/1.5 'AvenirLight', Lucida Sans, Lucida Sans Unicode, Lucida Grande, Verdana, Sans-serif;
}

#navigation ul 		{
	margin: 0;
	padding: 0;
	}

#navigation ul li 	{
	display:inline;
	}


#navigation ul li a{
	margin:0px;
	padding:8px;
	background-color:#fff;
	color:#7E7E7E;
	font-size:16px;
	letter-spacing:1px;
}

#navigation ul li a:hover{
	background-color:#02c6e9;
	color:#fff;
}

#navigation ul li a:active{
	background-color:#02c6e9;
	color:#fff;
}

#inicio #navigation ul li a#inicionav,
#bio #navigation ul li a#bionav,
#galeria #navigation ul li a#galerianav,
#videos #navigation ul li a#videosnav,
#articulos #navigation ul li a#articulosnav,
#clases #navigation ul li a#clasesnav,
#enlaces #navigation ul li a#enlacesnav,
#directorio #navigation ul li a#directorionav,
#contacto #navigation ul li a#contactonav,
 {

background-color:#02c6e9!important;
color:#fff;
}


		#current {
            background-color:#02c6e9!important;
            color:#fff;
            }

.submenu {
	color:#666;
	margin-left:20px;
	}

.submenu a {
	color:#02c6e9;
	}



/* ------------------------------- NAVIGATION2 ------------------------------- */

#submenu a {
color:#02c6e9 !important;
font-size:16px;
margin-left:7px;
}

/* ------------------------------- CONTENT ------------------------------- */



#content{
float:left;
margin-right:30px;
width:500px;

}



/* ------------------------------- galeria ------------------------------- */


/* ------------------------------- VALE ------------------------------- */

vale { 
margin-left:15px;
width:260;
height:580;
float:right;
display:block;
}



/* ------------------------------- FOOTER ------------------------------- */

#footer,{
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #000000;
background-color:#CCC;
width:790px;
}

#footer, #footer a{
color:#666;
width:800px;
}


#col1 {
	width:300px;
	float:left;
	}

#copyright {
	float:right;
	width:300px;
		}
#verso {
	width:700px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	color:#02c6e9;
	font-size:12px;	
	}		

/* ------------------------------- FORMA ESPANOL ------------------------------- */

fieldset {
border:none 0;
margin-left:-10px;
color:#666;
margin-top:20px;
}

.name {
	width: 200px;
	margin-bottom:15px;
	border:1px solid #CCC;
	color:#CCC;


	}
	
.mail {
	width: 200px;
	margin-bottom:25px;
	border:1px solid #CCC;
	color:#CCC;

	}
	
  
.textarea{
	width: 200px;
	margin-bottom:25px;
	height: 90px;
	font: 12px/1.5 'AvenirRegular', Lucida Sans, Lucida Sans Unicode, Lucida Grande, Verdana, Sans-serif;
	border:1px solid #CCC;
	color:#CCC;

	} 

input{
	width: 200px;
	margin-bottom:25px;
	border:1px solid #CCC;
	color:#CCC;
	}
  
.submitbutton{
	width: 55px;
	color:#fff;
	background-color:#666;
	}
	


/* ------------------------------- FORMA ENGLISH ------------------------------- */

.name2 {
	margin-left:16px;
	width: 160px;
	}
	
.mail2 {
	margin-left:15px;
	width: 160px;
	}
	
  
.textarea2 {
	width: 160px;
	height: 90px;
	font: 12px/1.5 'AvenirRegular', Lucida Sans, Lucida Sans Unicode, Lucida Grande, Verdana, Sans-serif;
	color:#000;
	} 

input2 {
	width: 150px;
	color:#000;
	}
  
.submitbutton2{
	width: 58px;
	margin-left:55px;
	}

.clear { clear:both; }

