
body {
	background-color: #00437b;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	background-image: url(../images/fondo_contenedor.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;	
}


#contenedor{
	/*background-color: #ffffff;*/
	width:1000px;
	margin: 0 auto;
	padding: 0px;
	}

#cabecera{
	width:1000px;
	padding:0px;
	background-repeat: no-repeat;
	height: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#contenido{
	width:1000px;
	height:530px;
	margin:0 auto;
	padding:0px;
	background-repeat: no-repeat;
	}

#copy {
	background-color: #ffffff;
	color: #004f8b;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	height: 25px;
	text-align: center;
	width: 1000px;
	height:30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

#copy a{
	color:#FFF;
}

#copy a:hover{
	color:#FFF;
}	

.x-form-text, textarea.x-form-field, .x-window, .x-panel, .x-btn {
	border-radius: 5px;	
}
