@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	background: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666;
}
p, h1, h2, h3, img {
	margin:0;
}
/*******************************
 Cajas
*******************************/
#contenedor {
	margin: 0px auto; 
	width: 994px;
	text-align:left;
	/*position:relative;*/
}
#encabezado {
	width:970px;
	height:106px;
	margin:36px 0px 0px 24px;
}
#contenido {
	width:970px;
	margin:0px 0px 0px 24px;
	clear:both;
}
#imatges {
	width:530px;
	margin:4px 16px 0px 0px;
	float:left;
}
#imatges h1 {
	color:#e0111a;
	font-family:"Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:100;
	margin:0;
}
#imatges p {
	line-height:14px;
	margin-bottom:0px;
}
#imatges a { 
	color: #333;
	text-decoration: none;
}
#imatges a:hover {
	color: #e0111a;
}



#textos {
	font-size:11px;
	width:228px;
	margin:0px;
	float:left;
	color: #666;
}
#textos h1 {
	color:#e0111a;
	font-family:"Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:100;
	margin:0;
}
#textos p {
	line-height:14px;
	margin-bottom:14px;
}	
#textos a { 
	color: #e0111a;
	text-decoration: none;
}
#textos a:hover {
	color: #666;
}
#pie {
	width:774px;
	margin:0px 0px 0px 220px;
	padding:60px 0px 18px 0px;
	clear:both;
}
#pie img {
	float:left;
}


/*******************************
 Enlaces
*******************************/
a:link { 
	color: #666;
	text-decoration: none;
}
a:visited { 
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #e0111a;
}
a:active {
	color: #00152B;
}

/*******************************
 Menus
*******************************/
#menu {
	width:180px;
	margin:0px 16px 0px 0px;
	float:left;
	color:#000;
}
#menu .op{
	margin-bottom:20px;
}
#menu p{
	line-height:12px;
	margin-top:9px;
}
#menu a { 
	color: #666;
	text-decoration: none;
}
#menu a:hover {
	color: #e0111a;
}

/*******************************
 FORMULARIO
*******************************/
.colum	2 {
    width: 530px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*-- FORM --*/
.celda {
    width: 530px;
    padding: 0px;
    margin:0px 0px 16px 0px;
    float: left;
}
.izqCelda, .derCelda {
    width: 253px;
    padding: 0px;
    margin:0px 0px 16px 0px;
    float: left;
}
.izqCelda {
    margin: 0px 24px 16px 0px;
}
.camptxt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    background-color: #fff;
    border: 1px dotted #900;
    color: #000;
    width: 100%;
}
/*-- CLASSE --*/
.resalte
{
    color: #900;
    font-weight: bold;
}