@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: justify;
}
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D6D6D6;
}
.cabecera {
	float: left;
	width: 800px;
	height: 170px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 36px;
	padding-top: 10px;
	background-image: url(imagenes/LOGO.PNG);


}
.menu_lat {
	float: left;
	width: 140px;
	display: block;
}
.contenido {
	background-color: #D6D6D6;
	float: left;
	width: 650px;
	background-repeat: repeat-x;
}
.pie {
	width: 800px;
	text-align: center;
	clear: both;
	color: #C93;
	font-size: 14px;
	height: 60px;
	background-color: #4a6075;
	vertical-align: middle;
	padding-top: 10px;
}
.contenido p {
	margin: 5px;
	overflow: auto;
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 5px;
}
.cont_img {
	width: 600px;
	float: left;
	margin-top: 30px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 450px;
	margin-bottom: 30px;
}

.radio_pie {
	height: 60px;
	width: 30px;
	background-image: url(imagenes/RADI030.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}
table {
	width: 500px;
	margin-top: 100px;
	margin-left: 120px;
	float: left;
	margin-bottom: 100px;
	text-align: center;
	background-image: url(imagenes/degrade-envio130.png);
	background-repeat: no-repeat;
}
.asteriscos {
	color: #F00;
}
.container form {
	text-align: center;
}
.container p {
	text-align: center;
	font-size: 18px;
}
