@charset "utf-8";
/* CSS Document */



body{
	background-color:
	#000000;
	
}

div.nombre{
	margin-left:10px;
	margin-bottom:30px;
	margin-top:15px;
	overflow:auto;
	position:absolute;
	left: 50px;
	top: 10px


}

	
a.home{
	text-decoration:none;
	text-align:center;
	padding-top: 5px;
	size:2em;
	background-image:url('botonrojohome.gif');
	height:1.5em;
	width:10em;
	font-family:courier;
	margin-top:15px;
	color:white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	float:left

}


a.curriculum{
	text-decoration:none;
	text-align:center;
	padding-top: 5px;
	size:2em;
	background-image:url('botonrojocv.gif');
	height:1.5em;
	width:10em;
	font-family:courier;
	margin-top:15px;
	color:white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	float:left
	
}

a.fotos{
	text-decoration:none;
	text-align:center;
	padding-top: 5px;
	size:2em;
	background-image:url('botonrojofotos.gif');
	height:1.5em;
	width:10em;
	font-family:courier;
	margin-top:15px;
	color:white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	float:left
	
}
a.videos{
	text-decoration:none;
	text-align:center;
	padding-top: 5px;
	size:2em;
	background-image:url('botonrojovideos.gif');
	height:1.5em;
	width:10em;
	font-family:courier;
	margin-top:15px;
	color:white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	float:left
	
} 
a.reportajes{
	text-decoration:none;
	text-align:center;
	padding-top: 5px;
	size:2em;
	background-image:url('botonrojoreportajes.gif');
	height:1.5em;
	width:10em;
	font-family:courier;
	margin-top:15px;
	color:white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	float:left
	
}
a.contacto{
	text-decoration:none;
	text-align:center;
	padding-top: 5px;
	size:2em;
	background-image:url('botonrojocontacto.gif');
	height:1.5em;
	width:10em;
	font-family:courier;
	margin-top:15px;
	color:white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	float:left
	
}


	
a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

img{

behavior:url('pngbehavior.htc');

}

a:link {
	image-decoration: none;
}
a:visited {
	image-decoration: none;
}
a:hover {
	image-decoration: none;
}
a:active {
	image-decoration: none;
}
