/* CSS Document */

#fichaContacto {
	border-top: #6cb9bd 1px solid;
	margin-top: 20px;
	padding-top: 20px;
}
#fichaContacto p{
	margin: 0;
	padding: 0 0 0 10px;
}


/* respuesta email en pantalla */

#emailScreen{
}

#emailScreen TD{
	line-height: 20px;
}

#emailScreen TD.titulo{
	color: #000000;
	padding-right: 10px;
}


/*************************************
				FONDOS
*************************************/

div#contentOuter {
	background: url(../images/icono-contacto.gif) no-repeat 0 0;
}
div#contentWrapper{
	background: url(../images/fons-contacto.gif) no-repeat right bottom;
}