body {
	background-image: url(image/fondo%20degrade.gif);
	color: #FFF;
	
}
h1 {
    font-size: 50px; 
    font-family: "Monotype Corsiva"; 
    font-weight:normal;
	  color: #FFFFFF;
	  margin: 0;
}
h2 {
	font-size: 36px;
	font-family: "Monotype Corsiva";
  font-weight:normal;
	color: #FFFFFF;
	margin: 0;
}
h3 {
    font-size: 30px; 
    font-family: "Monotype Corsiva"; 
    color: #FFFFFF; 
    font-weight:normal;
	  margin: 0;
}
h4 {
	font-size: 24px;
	font-family: "Monotype Corsiva";
	color: #FFFFFF;
	font-weight:normal;
  margin: 0;
}
small {color: #FFFFFF;}
p {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	text-align:center;
}
p.blanco {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.bglila {background: #7578E8; text-align:center;}
.bgvioleta {background:#7356E4; text-align:center;}
.bgazul {background:#6699FF; text-align:center;}
.bgceleste {background:#3399FF; text-align:center;}
.bgrosa {background:#E056EF; text-align:center;}
.bgmagenta {background:#CC00FF; text-align:center;}

.cielo {
background: url(image/fondocieloceles.jpg);
color: #0000FF;
padding: 10px;
}

a {
	color: #FFFFFF;
}
.cielo a {
color: #0000FF;
}
.cielo h2, .cielo h3 , .cielo h4  {
color: #2e3092;
text-align: center;
}

a.boton {
display: block;
width: 110px;
height: 27px;
background: url(image/botones.jpg) center top no-repeat;
color: #2e3092;
text-decoration: none;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
line-height: 27px;
float:left;
}
a.boton:hover, a.activo {
background: url(image/botones.jpg) center bottom no-repeat;
color: #FFF;
}
/* ----->>>>> CONTACTO.HTML <<<<<----- */

form {
	margin: 0;
	width: 580px;
	overflow: hidden; /* ie fix */
}

label {
	width: 70px;
	float: left;
	margin: 0 0 20px 40px;
	font-style: italic; 
  color: #9900FF; font-weight: bold;
}
.inputs {
margin: 0 0 20px 0;
	float: left;
	width: 370px;
}
.botones {
	margin: 0 10px 0 0;
	float: left;
}
fieldset {
	margin: 40px 40px 0 0;
	border: none;
}