@font-face {
    font-family: 'univers_extendedpsregular';
    src: url('ps-webfont.eot');
    src: url('ps-webfont.eot?#iefix') format('embedded-opentype'),
         url('ps-webfont.woff') format('woff'),
         url('ps-webfont.ttf') format('truetype'),
         url('ps-webfont.svg#univers_extendedpsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1
{
	FONT-FAMILY: 'univers_extendedpsregular', arial, verdana;
	FONT-SIZE: 16px;
	COLOR: #111111;
	line-height: 19px;
	font-weight: normal;
	text-transform: uppercase;
}
h2
{
	FONT-FAMILY: 'univers_extendedpsregular', arial, verdana;
	FONT-SIZE: 12px;
	COLOR: #5a5a5a;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
	margin: 0px;
}

h3
{
	FONT-FAMILY: 'univers_extendedpsregular', arial, verdana;
	FONT-SIZE: 13px;
	COLOR: #ffa119;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
}
.texto
{
	FONT-FAMILY: 'univers_extendedpsregular', arial, verdana;
	FONT-SIZE: 12px;
	COLOR: #5a5a5a;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
}
.destacado
{
	FONT-FAMILY: 'univers_extendedpsregular', arial, verdana;
	FONT-SIZE: 15px;
	COLOR: #5a5a5a;
	line-height: 18px;
	font-weight: normal;
}
.nomb
{
	FONT-FAMILY: 'univers_extendedpsregular', arial, verdana;
	FONT-SIZE: 14px;
	COLOR: #111111;
	line-height: 18px;
	font-weight: normal;
}

.blanc
{
	FONT-FAMILY: 'univers_extendedpsregular', arial, verdana;
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	line-height: 18px;
	font-weight: normal;
	padding-left:20px;
}

.cargo
{
	FONT-FAMILY: 'univers_extendedpsregular', arial, verdana;
	FONT-SIZE: 9px;
	COLOR: #000000;
	line-height: 11px;
	font-weight: normal;
}

.input22
{
    BORDER-RIGHT: #ffffff 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #ffffff 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #ffffff 1px solid;
    FONT-FAMILY: 'univers_extendedpsregular',calibri, Arial, Verdana, sans-serif;
    BACKGROUND-COLOR: #ffffff;
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
	width:95%;
}

.botonplan
{
    BORDER-TOP: 0px solid;
    BORDER-LEFT: 0px solid;
    BORDER-RIGHT: 0px solid;
    BORDER-BOTTOM: 0px solid;
	BACKGROUND-IMAGE: url('../gifs/bottom.gif');
	BACKGROUND-REPEAT: no-repeat;
    WIDTH: 234px;
    HEIGHT: 36px;
	FONT-SIZE: 16px;
	COLOR: #333333;
	FONT-WEIGHT: normal;
	padding-top: 2px;
	FONT-FAMILY: 'univers_extendedpsregular',calibri, verdana, Arial;
}

/*  -------------- CABECERA */
#animo{
	width:100%;
	position:absolute;
	z-index:1;
	height: 197px;
	margin-top: 212px;
}
	
#contenido{
	width:1003px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:300;
}

#contacto{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:400;
	background-image:url(../gifs/fons_cont.gif);
	height:120px;
}
#formular{
	width: 248px;
	height: 460px;
	float: right;
	margin-top: 160px;
	margin-left: 677px;
	z-index: 400;
	position:absolute;
	background-color:#e4e4e4;
	padding:20px;
	FONT-FAMILY: 'univers_extendedpsregular', arial, verdana;
	FONT-SIZE: 14px;
	COLOR: #111111;
	line-height: 18px;
	font-weight: normal;	
}

#imagina{
	width: 248px;
	height: 460px;
	float: right;
	margin-top: 160px;
	margin-left: 357px;
	z-index: 400;
	position:absolute;
	padding:20px;
	background-image:url(../gifs/fons.png);
}



#negro{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:400;
	height:118px;
	background-color:#000000;
}

hr.linea
{ 
	width: 100%;
	height: 0px;
	margin: 0px;
	padding-top: 10px;
	margin-bottom:15px;
	border: 0;
	text-align:left;
	border-bottom: 1px solid #b4babd;
	display: table;
}