body {
	background-color: #C0C0C0;
}

body, td, th, input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:HOVER {
	text-decoration: underline;
}

.contenedor {
	background-color: #0B052B;
	width: 770px;
	border: 2px solid #CC9933;
	margin: 0 auto;
	text-align: center;
}

.hr-separador {
	width: 613px;
	margin-right: 0px;
	border: 0;
	color: #E6D8AE;
	background-color: #E6D8AE;
	height: 2px;
}

.hr-separador2 {
	width: 600px;
	border: 0;
	color: #3399CC;
	background-color: #3399CC;
	height: 1px;
	text-align: center;
}

.botonera {
	padding-right: 10px;
	text-align: right;
}

.cuerpo {
	width: 720px;
	background-image: url(../imagenes/c2.gif);
	margin: 0 auto;
	text-align: left;
}

.cuerpo-int {
	width: 680px;
	margin: 0 auto;
}

h1 {
	color: #CC9933;
	margin: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CC9933;
	width: 80%;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}

h3 {
	font-size: 12px;
	text-decoration: underline;
}

.banderas {
	padding: 25px 0px 0px 80px;
	float: left;
}

.recuadro-flash {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 400px;
	display: table;
	margin: 0 auto;
}

.img-contador {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

.links-pie {
	margin-top: 30px;
	font-weight: bold;
	text-align: center;
}

.pie {
	text-align: center;
	color: #CC9933;
	font-size: 12px;
	margin: 10px;
}

.pie a {
	color: #0000FF;
}

.mapas {
	height: 370px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: table;
	width: 530px;
}

.sub-menu {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.sub-menu a {
	color: #0000FF;
}

.servicios {
	height: 210px;
	display: table;
	width: 530px;
	text-align: justify;
}

dl {
	border: 1px solid #000000;
	margin: 0px auto 20px auto;
	width: 380px;
	padding: 5px;
	display: table;
}
dt {
	clear: both;
	float: left;
	padding: 5px 0px 0px 5px;
	width: 130px;
	background-color: #D4D0C8;
	margin: 0px 2px 2px 0px;
	height: 23px;
}
dd {
	height: 23px;
	margin: 0px 0px 2px 0px;
	float: left;
	width: 228px;
}

input, textarea {
	border: 1px solid #000000;
}