.rounded{
	width:550px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
background-color: #497589;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 7px #000000;
-webkit-box-shadow: 0px 0px 7px #000000;
box-shadow: 0px 0px 7px #000000;
}
h2 {
	font-size: 1.50em;
	padding: 0;
	text-align: center;
	margin: 0 0 0 0;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	color: #fff;
	text-shadow: 0px 0px 3px #fff;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background:#FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px; 
	width: 100%
	heigth: 100%;
	margin: 0;
	background-image: url(images/egg_shell.png);
}
input text{
background:#ffffff;
border:1px solid #000000;
}
input:hover, text:hover{
background: #999999;
}
input:focus, text:focus{
border-color:#000000;
background:#999999;
}
#degradado {
widht: 100%;
min-height:900px;
background: url(images/gradienteazul.jpg) repeat-x scroll 0;
margin:0;
}
div.title {
width: 90%;
margin: 10px;
background: transparent none;
margin-left: auto;
margin-right: auto;
margin-top: 0;
}
div.title h1 {
margin-top:0;
padding:10px;
font-size:20px;
}
div.contenido {
width:450px;

margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
height: 190px;
background-color: #cccccc;
background: #cccccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;

}
div.fieldl {
float: left; 
text-align: right;
height: 00px;
width: 100px;
height: 50px;
}
div.fieldr {
float: left; 
text-align: right;
height: 50px;
width: 180px;
padding-left: 10px;
}
div.marco {
	width:550px;
	background: #497589;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 350px;
}
div.boton {
	width: 100%;
	height: 40px;
	float: left;
	text-align: right;
	padding-top: 5px;
}
.titulos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}