body {	
	text-align:center;
	font-size:10px;
	
	font-family:Verdana, Helvetica, sans-serif;
	background-image: url("/css/img/tile_background.jpg") ;
}

#header{
	cursor:pointer;
	height:76px;
	width:920px;
		/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */	
	opacity:0.9;

	background-position:center; 
}
#header img{
	background-repeat:no-repeat;
}
#menu{
	background-image: url("/css/img/back_menu.png") ;
	
	cursor:pointer;
	float:left;
	height:30px;
	width:153px;
		/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	margin-top:1px;
	
}
#body{
	position:relative;
	
}
#menu img{
	position:relative;
	top:5px;
	left:13px;

}

#footer{
	float:left;
	height:35px;
	width:917px;
	/* for IE */
	filter:alpha(opacity=90);
	position:absolute;
	top:456px;
	left:1px;
	/* CSS3 standard */
	opacity:0.9;
	margin: 0px;
}
#footer img{
	position: relative;
	top:34px;

}
#footer1{
	float:left;
	position:absolute;
	top:480px;
	left:1px;
	  /* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	margin: 0px;
}

#footer1 img{
	position: relative;
	top:34px;

}
#footer2{
	float:left;
	height:35px;
	width:919px;
	  /* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	margin: 0px;
}

#footer2 img{
	position: relative;

}
#cuerpo{
	height:390px;

}
#menu1{
	background-image: url("/css/img/back_menu.png") ;
	
	cursor:pointer;
	float:left;
	height:30px;
	width:153px;
		/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	margin-top:1px;
	
}
#menu1 img{
	position:relative;
	top:5px;
	left:13px;

}
#cuerpo{
	height:390px;

}
#galeria{
	cursor:pointer;
	background-image:url("/css/background/galerias_back.jpg");
	background-repeat:no-repeat;
	width:920px;
	height:550px;
	/*position:relative;*/
	background-position:center; 
	position:relative;
}
#home {
	background-repeat:no-repeat;
	width:920px;
	height:550px;
	/*position:relative;*/
	background-position:center; 
	position:relative;

}

#cursos {
	background-image:url("/css/background/cursos.jpg");
	background-repeat:no-repeat;
	width:920px;
	height:550px;
	position:relative;
	margin:0px;
	/*position:relative;*/
	}

#curso {
	background-image:url("/galery/HOME/1.jpg");
	background-repeat:no-repeat;
	width:900px;
	height:500px;
	position:relative;
	margin:0px;
	/*position:relative;*/
}
#servicios {
	background-image:url("/css/background/servicios.jpg");
	background-repeat:no-repeat;
	width:920px;
	height:550px;
	position:relative;
	margin:0px;
	/*position:relative;*/
}
#bio {
	background-image:url("/css/background/bio.jpg");
	background-repeat:no-repeat;
	width:920px;
	height:550px;
	position:relative;
	margin:0px;
	/*position:relative;*/
}
#tips {
	background-image:url("/css/background/tips.jpg");
	background-repeat:no-repeat;
	width:920px;
	height:550px;
	position:relative;
	margin:0px;
	/*position:relative;*/
}
#contacto_back {
	background-image:url("/css/background/contacto.jpg");
	background-repeat:no-repeat;
	width:920px;
	height:550px;
	position:relative;
	margin:0px;
	/*position:relative;*/
}
#textoTransp{
	  /* for IE */
	background-color:black;
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.6;
}
#bioTexto{
    width:385px;
    height:408px;
    padding:10px;
    border:0px solid #ccc;

    font-size:12px;

    color:white;
    text-align:justify;
    overflow:auto;
    margin:auto;
    position:absolute;
    top:50px;
    left:30px;

}
#contacto{
	padding-top:45px;
	font-family: helvetica;
	font-size:1.2em;
	padding-left:34px;
	width:450px;
	text-align:left;
	color:white;

}
#contacto input{
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.4;
	color:white;
	background-color:gray;
	border:0px;
	padding: 5px;

}
#contacto textarea{
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.4;
	color:white;
	border:0px;
	background-color:gray;
	padding: 5px;

}

a:link{text-decoration: underline;color:white}
a:hover{text-decoration: none;color:black;background:white}

