@charset "utf-8";
/* CSS Document */

/*********** IMPRIMIR **********/

.cabeceraPolitica{
	background-image:url(imagenes/politica/cabeceraPolitica.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	width:629px;
	height:149px;
}
.tituloPolitica{
	background-image:url(imagenes/politica/tituloPolitica.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	width:629px;
	height:42px;
}
.tituloPoliticaEN{
	background-image:url(imagenes/politica/tituloPolitica_en.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	width:629px;
	height:42px;
}
.tituloPolitica, .tituloPoliticaEN h3{
	text-indent:-9999px;
	margin:0;
	padding:0;
}
.contentPolitica{
	width:530px;
	padding:0 45px 0 54px;
	margin: 22px 0 25px 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.contentPolitica p{
	color:#666666;
	font-weight:bold;
}

.contentPolitica strong{
	color:#000000;
	font-weight:bold;
}

.footerPolitica{
	background-image:url(imagenes/politica/footerPolitica.gif);
	background-position:center;
	background-repeat:no-repeat;

	width:629px;
	height:35px;
}
