BODY {
	font: 12px verdana, Arial, Helvetica, sans-serif;
	background-color : #e5e5e5;
	color: #333;
	margin: 0px;
	margin-top:50px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:50px;

}

.fondo {
	width: 700px;
 	background-color: #3e70b3;
	
	
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.styled-select select {
   background: #4ca4ff;
   width: 100px;
   padding: 0px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 20px;
   color: white;
}

h2 {
	font-size:18px;
	font-family:helvetica;
	margin:0 0 0px; }
	
A {
	color: #fff;
	text-decoration:none;
}

	
	p {
	font:11px Arial, Helvetica, sans-serif;
	color:white;
	margin:0 0 15px; 
	text-align:justify;
}

	.p1 {
	font:11px Arial, Helvetica, sans-serif;
	color:white;
	margin-top:200px; 
	text-align:center;
}

	.p2 {
	font:11px Arial, Helvetica, sans-serif;
	color:black;
	width:250px;
	margin-top:25px; 
	text-align:justify;
}

	.p3 {
	font:11px Arial, Helvetica, sans-serif;
	color:black;
	width:200px;
	text-align:justify;
	border-color:#00000; 
	border-width:1px;
  border-style:solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior:url(border-radius.htc);
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}

.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}

.myButton:active {
	position:relative;
	top:1px;
}

.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 7px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.myButton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.myButton2:active {
	position:relative;
	top:1px;
}
