﻿body 
#Contenedor {
	height: 1380px;
	width: 900px;
/*	border: 1px solid #000; */
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#Cabecera {
/*	border: thin solid #00C; */
	float: left;
	height: 200px;
	width: 885px;
	margin: 5px;
}
#Menu {
	margin: 5px;
	height: 25px;
	width: 885px;
	/*border: thin solid #00C;*/
	border-bottom:thin solid #00C;
	float: left;
	text-align:  center;
}
#Anuncio {
	margin: 5px;
	float: left;
	height: 300px;
	width: 873px;
/*	border: thin solid #00C; */
}
#Cuerpo {
	margin: 5px;
	float: left;
	height: 900px;
	width: 885px;
/*	border: 1px solid #00C; */
}
#Contenido {
	margin: 5px;
	float: left;
	height: 570px;
	width: 875px;
	overflow :scroll;
/*	border: 1px solid #00C; */
}

#Pie {
	margin: 5px;
	float: left;
	height: 200px;
	width: 885px;
/*	border: 1px solid #00C; */
}
.enlaces {
    text-decoration:none;
    font-size: 20px;
}
#FondoDptoContabilidad {
	margin: 5px;
	float: left;
	height: 283px;
	width: 283px;
/*	border: 1px solid #00C; */
	background-image:url("img/FondoDptoContabilidad1.png");
}
#FondoDptoFiscal {
	margin: 5px;
	float: left;
	height: 283px;
	width: 283px;
/*	border: 1px solid #00C; */
	background-image:url("img/FondoDptoFiscal1.png");
}
#FondoDptoLaboral {
	margin: 5px;
	float: right;
	height: 283px;
	width: 283px;
/*	border: 1px solid #00C; */
	background-image:url("img/FondoDptoLaboral1.png");
}
#FondoDptoJuridico {
	margin: 5px;
	float: left;
	height: 283px;
	width: 283px;
/*	border: 1px solid #00C; */
	background-image:url("img/FondoDptoJuridico1.png");
}
#FondoDptoHerencias {
	margin: 5px;
	float: left;
	height: 283px;
	width: 283px;
/*	border: 1px solid #00C; */
	background-image:url("img/FondoDptoHerencias1.png");
}
#FondoDptoRentas {
	margin: 5px;
	float: right;
	height: 283px;
	width: 283px;
/*	border: 1px solid #00C; */
	background-image:url("img/FondoDptoRentas1.png");

}
#TituloDpto {
	margin: 5px;
	float: left;
	height: 50px;
	width: 415px;
/*	border: 1px solid #00C; */

}
#ContenidoDpto {
    margin-left: 5px;
    margin-top: 10px;
	float: left;
	height: 300px;
	width: 415px;
/*	border: 1px solid #00C; */

}
#TestoParrafos {
     font-family: Verdana;
     text-align: justify;
}
.Imagenes {
    float:left;
    margin: 5px;
}
#Arbol {
	margin: 5px;
	float: left;
	height: 190px;
	width: 190px;
/*	border: 1px solid #00C; */
}
#Mapa {
	margin: 5px;
	float: left;
	height: 190px;
	width: 465px;
/*	border: 1px solid #00C; */
}
#Oferta {
	margin: 5px;
	float: left;
	height: 190px;
	width: 255px;
/*	border: 1px solid #00C; */
}
#Contacto {
	margin: 5px;
	float: left;
}
#Label {
	margin: 5px;
	float: left;
	font-size: 25px;
}
#ParrafosJustificados {
    text-align:justify
}
.enlacePolitica {
    text-decoration:none;
    font-size: 14px;
    color: #ba122b; 
}