.colCont h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:190%;
	line-height:2.5em;
	font-style:italic;
	background-image:url(../images/fnd_h2.gif);
	background-position:0 35px;
	background-repeat:repeat-x;
}
.colCont h3{
	margin:0.8em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	font-style:italic;
}
	.colCont h3 span{ color:#CC0000;}
.colCont h4{
	font-weight:bold;
	border-top:1px solid #6e6e6e;
	margin:0.8em 0;
	padding:0.3em 0 0.3em 15px;
	background-image:url(../images/fnd_h4.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.colCont p{
	line-height:1.4em;
	margin:10px 0;}
	
	.colCont p a{
		color:#585858;
		text-decoration:underline;
		font-weight:bold;
	}
	.colCont p a:hover{
		text-decoration:none;
	}
.colCont ul{
	margin-left:15px;
}
.colCont ul li{
	background-image:url(../images/ico_li.gif);
	background-position:0 0.8em;
	background-repeat:no-repeat;
	padding-left:8px;
	color:#525252;
	font-weight:normal;
	line-height:1.8em;
}
.colCont ul li a{
	color:#525252;
	text-decoration:underline;
	font-weight:bold;
}
.colCont ul li a:hover{
	color:#525252;
	text-decoration:none;
}
/*////////////////////////////////////*/
.colCont table.tabla_datos{
	border-bottom:1px solid #6E6E6E;
	width:100%;
}
.colCont table.tabla_datos thead{
	text-align:right;
	height:30px;
	
}
.colCont table.tabla_datos thead a{
	color:#6E6E6E;
	font-weight:bold;
}
.colCont table.tabla_datos thead a:hover{
text-decoration:underline;
}
.colCont table.tabla_datos th{
	background-color:#f4f4f4;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.destacados img{ margin:0.5em;}
div.empresa{
	width:650px;
	min-height:250px;
	height:auto;
	_height:250px;
	border-top:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	background-image:url(../images/fnd_empresa.gif);
	background-position:left 4.5em;
	background-repeat:no-repeat;
	margin:0.5em;
	padding:1em;
	margin-top:30px;
}
div.empresa p.especial{
	text-align:right;
	margin-top:30px;
}
	div.empresa p.especial a{
		color:#FE730D;
	}
		div.empresa p.especial a:hover{ text-decoration:underline;}
		
div.descargas{
	border-top:1px solid #f1f1f1;
	margin:1em;
	padding:1em;
}
/*/////////////////////////////*/
.ampliar_informacion{
	text-align:right;
	display:block;
	margin:20px 0;
	padding:10px 0 0 0;
	
	border-top:1px solid #f1f1f1;
}
.ampliar_informacion a{
background-image:url(../images/ico_completo.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	padding-left:10px;
}
	.ampliar_informacion a:hover{
		text-decoration:underline;
	}
	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*formulario en bloque*/
div.formularios_enbloque{
	padding:1em;
	margin:1em 5%;
}
form.formularios_enbloque fieldset{ 
	border:1px solid #f1f1f1;	
}	
form.formularios_enbloque fieldset legend{ 
	display:block;
	color:white;
	background-color:#585858;
	padding:0.5em;
	margin:0.5em;
}
form.formularios_enbloque div{
	display:block;
	clear:both;	
	min-height: 30px;
	height:auto;
	_height: 30px;		
	overflow:hidden;
	_overflow:visible;
}
form.formularios_enbloque div.alto{height:72px;}
form.formularios_enbloque label{
	display:block;
	font-weight:bold;
	padding-left:15px;
	margin-left:5px;
	margin-right:10px;
	width:100px;
	float:left;
	cursor:pointer;
	padding-top:5px;
}
form.formularios_enbloque input{
	width:285px;
	margin-top:5px;
	float:left;
}
form.formularios_enbloque textarea{
	width:284px;
	height:50px;
	margin-top:5px;
	float:left;
}
	form.formularios_enbloque div.botones{ 
		padding:1.5em 0;
		margin:1.5em 0;
		border-top:1px solid #f1f1f1;
	}
	form.formularios_enbloque input.botonPrincipal{
		width:auto;
		float:right;
		padding:0 1em;
		margin-right:20px;
		background-color:#585858;
		background-image:url(../images/ico_1_doble_bl.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
		color:white;
		font-weight:bold;
		cursor:pointer;
		border:1px solid #585858;		
	}