body {
	font-family:verdana;
	font-size:12px;
	color:#333333;
	background-image:url('../images/fondo_azul.jpg');
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin:0px;
}

.tituloblanco{
	font-family:verdana;
	font-size:16px;
	color:#ffffff;	
}

.titulonegro{
	font-family:verdana;
	font-size:14px;
	color:#666666;	
}

#banner{
	width:653px;
	height:289px;
	overflow:hidden;
}

.textonegro{
	font-family:verdana;
	font-size:11px;
	color:#333333;	
}	

.textoblanco{
	font-family:verdana;
	font-size:12px;
	color:#ffffff;	
}	

	.boton{
	width:100%; 
	height:35px; 
	padding-top:12px;
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.3s, 0.3s;
	}
.boton:hover{
	color:white;
	background-color:#667788;
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.3s, 0.3s;
	}
	
	.boton2{
	width:100%; 
	height:35px; 
	padding-top:12px;
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.3s, 0.3s;
	}
.boton2:hover{
	color:white;
	background-color:#99AABB;
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.3s, 0.3s;
	}
	
.boton3
{
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.3s, 0.3s;
}
.boton3:hover
{
	color:white;
	background-color:#99AABB;
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.3s, 0.3s;
}