body {
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#tabla {
	height: 100%;
	width: 770px;
	background-color: #FFFFFF;
	background-image: url(../img/fondo_tabla.jpg);
	background-repeat: repeat-y;
}
#botonera {
	background-repeat: no-repeat;
	background-image: url(../img/fondo_botonera.jpg);
	height: 350px;
	float: right;
	width: 220px;
	padding-top: 30px;
}
.bt_botonera {

	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	padding-right: 3px;
}
.bt_botonera a {
	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	padding-right: 3px;
}
.bt_botonera a:hover {
	background-color: #666666;
}
.bt_botonera_2 a {
	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 3px;
}
.bt_botonera_2 a:hover {
	background-color: #666666;
}
.subbt_botonera a {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 12px;
	line-height: 18px;
	text-decoration: none;
	padding-right: 3px;
}
.subbt_botonera a:hover {
	background-color: #666666;
}
#izquierda {
	float: left;
	width: 530px;
}

#cabecera img {
	margin-left: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#titulo {
	background-color: #666666;
	width: 420px;
	padding-left: 20px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 17px;
	margin-left: 20px;
}

#contenido {
	font-size: 12px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 40px;
}
.destacado {
	font-weight: bold;
	color: #006600;
}

#pie {
	background-color: #4E8F64;
	width: 550px;
	float: left;
	margin-top: 90px;
	text-align: center;
	height: 50px;
}
#pie p {
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 10px;
}
a.bt_pie  {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
a.bt_pie:hover  {
	background-color: #666666;
}
#direccion {
	font-size: 11px;
	background-color: #666666;
	width: 180px;
	float: right;

	height: 140px;
}
#direccion p {
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#direccion p a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#direccion p a:hover {
	text-decoration: underline;
}
.subtitulo {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	background-color: #4E8F64;
	padding-right: 5px;
	padding-left: 5px;
}
.destacado2 {
	padding: 5px;
	border: 1px solid #4E8F64;
}
.img_borde {
	padding: 5px;
	border: 1px solid #999999;
	width: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.celda_contacto {
	background-color: #919191;
	width: 470px;
	text-align: right;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
.celda_contacto input {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.celda_contacto textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
}
.bt_enviar {
	background-color: #4E8F64;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.peque {
	font-size: 10px;
}
