/* CSS Document */
body {
	background-image: url(images/color_green_6.jpg);
	background-repeat:repeat; 
	font-size:18px; 
	font-style:italic;
	margin:auto;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}


#contenedor {
	background-image:url(images/middle.png);
	background-repeat:repeat;
	background-position:top;
	margin:auto;
	width:755px;
	height:3600px;
	text-align:left;
	padding-top:10px;
}

#tope{
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	margin:auto;
	width:755px;
	height:27px;	
}

#final{
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:auto;
	width:755px;
	height:30px;
}



#titulo {
	margin-left:75px;
	margin-right:75px;
	margin-bottom:0px;
	margin-top:0px;
}
#titulo h1 {
	background-image:url(images/titulo.png);
	background-repeat:no-repeat;
	height:200px;
	width:610px;
}
#titulo h1 span {	
	display:none;	
}


#invitacion {
	margin: 30px 75px 0px 75px;
}
#invitacion a {
}


#tema_HTML {
	margin: 50px 75px 0px 75px;
}
#tema_HTML h2 {
	background-image:url(images/html.png);
	height:75px;
	width:200px;
	background-repeat:no-repeat;
}
#tema_HTML h2 span {
	display:none;
}


#tema_CSS {
	margin: 50px 75px 0px 75px;
}
#tema_CSS h2 {
	background-image:url(images/css.png);
	background-repeat:no-repeat;
	height:75px;
	width:200px;
}
#tema_CSS h2 span {
	display:none;
}


#tema_Javascript{
	margin: 50px 75px 0px 75px;
}
#tema_Javascript h2 {
	background-image:url(images/javascript.png);
	background-repeat:no-repeat;
	height:75px;
	width:200px;
}
#tema_Javascript h2 span {
	display:none;
}


#tema_MySQL {
	margin: 50px 75px 0px 75px;
}
#tema_MySQL h2 {
	background-image:url(images/mysql.png);
	background-repeat:no-repeat;
	height:75px;
	width:200px;
}
#tema_MySQL h2 span {
	display:none;
}


#tema_PHP {
	margin: 50px 75px 0px 75px;
}
#tema_PHP h2 {
	background-image:url(images/php.png);
	background-repeat:no-repeat;
	height:80px;
	width:200px;
}
#tema_PHP h2 span {
	display:none;
}


#informacion {
	margin: 80px 75px 0px 75px;
}


#contacto{
	margin: 80px 75px 0px 75px;
}

.amarillo {
	color:#FFFF66;
}

.blanco{
	color:#FFFFFF
}

.centrado{
	font-size:22px; 
	text-align:center; 
	font-weight:bold;
	color: #FFFF66;
}