/* COMPETENCIA
   --------------------------------------------------*/
#competencia h4{
	font-size: 14px;
	color: #003e95;
}

h3#externas {
	font-size: 18px;
	font-weight: bold;
	color: #003e95;
	background: url(images/fondo_titulos.gif) no-repeat top left;
	padding: 13px 0 20px 53px;
	margin-bottom: 8px;
}

#registrate {
	text-align: center;
	clear: both;
}
#registrate a {
	display: block;
	text-indent: 50px;
	background: url(images/boton_registrate.gif) no-repeat;
	width: 194px;
	/*height: 30px;*/
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffe400;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
hr {
	border: 0;
	height: 8px;
	background: #e7f0d4;
	margin: 20px 0;
}
*html hr {
	background: none;
	border: 8px solid #e7f0d4;
	clear: both;
}

/* HERRAMIENTAS
   --------------------------------------------------*/
dl#herramientas dd {
	float: left;
	width: 300px;
	height: 86px;
	margin: 0 20px 30px 0;
	padding: 2px 0 0 53px;
	background: url(images/fondo_items.gif) no-repeat top left;
}
*html dl#herramientas dd {
	width: 353px;
	margin: 0 30px 30px 0;
}

dl#herramientas dd strong {
	font-size: 14px;
	color: #003e95;
}

/* FAQ
   --------------------------------------------------*/
#faq ul {
	padding-left: 53px;
}
#faq li {
	margin-bottom: 11px;
}
#faq ul a {
	color: #0024c0;
	background: url(images/bullet_faq.gif) no-repeat 3px 0.5em;
	padding-left: 10px;
}
.respuestas {
	padding-left: 53px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#faq strong {
	color: #0024c0;
	font-size: 12px;
}

/* CONTACTO
   --------------------------------------------------*/
dl#contacto {
	overflow: hidden;
	clear:both;
}
dl#contacto dd {
	float: left;
	width: 185px;
	height: 86px;
	margin: 0 15px 10px 0;
	padding: 2px 0 0 53px;
	background: url(images/fondo_items.gif) no-repeat top left;
}
*html dl#contacto dd {
	width: 223px;
	margin: 0 30px 0 0;
	padding: 2px 0 0 53px;
}
dl#contacto dd strong {
	font-size: 14px;
	color: #003e95;
}
dl#contacto a {
	color: #0024c0;
}
#enviar_mensaje {
	padding: 0 10px 0 53px;
	line-height: 1.7em;
}
#enviar_mensaje strong {
	font-size: 14px;
	color: #003e95;
}
#enviar_mensaje dl {
	width: 600px;
	overflow: hidden;
}
*html #enviar_mensaje dl {
	width: 630px;
}

#enviar_mensaje dt{
	float: left;
	margin: 12px 0 10px 0;
	width: 70px;
}
#enviar_mensaje dd{
	float: left;
	margin: 12px 30px 10px 0;
	display: block;
}
#enviar_mensaje input {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#enviar_mensaje select {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*html #enviar_mensaje select {
	margin-right: 30px;
}
#enviar_mensaje input#mensaje{
	width: 500px;
	height: 100px;
}
*html #enviar_mensaje input#mensaje{
	width: 475px;
}

#enviar_mensaje #boton_submit {
	text-align: center;
}
*html #enviar_mensaje #boton_submit {
	margin: 10px 0;
}
