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

body{

}

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

div.texto{
	text-align:justify;
	font-family: trebuchet, verdana;
	margin-left:30px;
	padding-right:20px;
	color:
	#DDDDDD;
	margin-top:100px;
	font-size:15px;
	
	width:430px;
	height:320px;
	position:absolute;
	left: 25px;
		top: 54px;

}
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.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.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.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');
}	
	
