/* CSS Document */


body {
	background-color:#000000
	}	

#ev1{
position: absolute;
top: 00px;
left: 0px;
float:left;
width: 700px;
height: 360px;
background-image:url(img/clientes.png)
}
.text {
position:absolute;
text-align: left;
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
color:#fff;
left: 105px;
top: 10px;
font-weight:bold
}
.text2 {
position:absolute;
text-align: left;
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
color:#fff;
left: 450px;
top: 10px;
font-weight:bold
}



	a:link {color: #999; text-decoration: none; 
background-color: transparent}

	a:visited {color: #999; text-decoration: none; 
background-color: transparent}

	a:hover {color: #fff ; text-decoration: none; 
background-color: #da251c}

  	a:active { color: #999 ;text-decoration: none; 
background-color: transparent }	