body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fondo_web {
	background-image: url(../images/fondo.gif);
	background-repeat: no-repeat;
}
.fondo_contenido_fijo {
	background-image: url(../images/fondo_contenido_fijo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo_contenido_desplegable {
	background-image: url(../images/contenido_centro.gif);
	background-repeat: repeat-y;
}


.titulo {
	font-size: 16px;
	color: #999999;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.parrafo {
	font-size: 10px;
	color: #444444;
	text-align: justify;
	line-height: 15px;
}
.parrafo_destacado {
	font-size: 10px;
	color: #CC3300;
	text-align: justify;
	line-height: 15px;
	font-weight: bold;
}
.idioma {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.idioma:hover {
	font-size: 10px;
	color: #CC3300;
}
.idioma_seleccion {
	font-size: 10px;
	color: #444444;
	font-weight: bold;
}
.pie{
	font-size: 9px;
	color: #444444;
	text-align: justify;
	font-style: italic;
}
.enlace {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.enlace:hover {
	font-size: 12px;
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}


.foto_pq {
	margin: 4px;
}


.form-box {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	height: 18px;
	width: 150px;
	padding-right: 3px;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #CC3300;
	margin-bottom: 7px;
}
.form-box2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	height: 60px;
	width: 380px;
	padding-right: 3px;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #CC3300;
	margin-bottom: 7px;
}
.form-txt {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #444444;
	text-decoration: none;
	padding-right: 3px;
}
.form-button {
	border-style: none;
}