@charset "utf-8";
/* CSS Document */

/* rules */
* {
	margin:0;
	padding:0;
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
span {
	margin:0;
	padding:0;
}
img {
	border:0;
}
html body {
	background-image: url(image/fondo.png);
	background-repeat:  repeat-x;
	background-color: #E1E1E1;
	height: 100%;
}
/* Estructura */
#contenedor {
	width: 780px;
}
#contenedor2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #008C00;
}
#contenedor2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #00CC00;
	}
#pie {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 240px;
	padding-top: 20px;
	padding-right: 200px;
}
/* Encabezado */
#contenedor #cabecera {
	height: 157px;
	background-image: url(image/titulo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#cabecera #logo {
	height: 157px;
	width: 392px;
	background-image: url(image/logo.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
#cabecera #seccion_foto {
	height: 150px;
	width: 268px;
	float: right;
}
#contenedor span {
	visibility: hidden;
	font-size: 12px;
}
/* navegador */
#contenedor2 #menu {
	float: left;
	height: 290px;
	width: 180px;
}
#menu ul {
	padding-top: 15px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #008C00;
}
#menu ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	
}
/* contenido */
#contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-top: 30px;
	line-height: 18px;
	width: 500px;
	vertical-align: top;
	margin-left: 250px;
}
#contenido p {
	margin-bottom: 10px;
}
#contenido ol {
	line-height: 20px;
	padding-left: 20px;
}
#diseno {
	width: 18px;
	position: absolute;
	float: right;
	top: 400px;
	left: 755px;
	height: 159px;
	background-image: url(image/alconadanatale.gif);
	background-repeat: no-repeat;
}
/* titulos */
h4 {
	font-size: 13px;
	color: #147A00;
	padding-top: 15px;
	padding-bottom: 10px;
}
h5 {
	font-size: 12px;
	color: #33CC00;
	padding-bottom: 10px;
	padding-top: 10px;
}
h3 {
	margin-bottom: 15px;
}
/* secciones */
#seccion   {
	height: 157px;
	position: absolute;
	left: 220px;
	width: 212px;
	top: 0px;
}
.familia {
	background-image: url(image/foto_familia.jpg);
	background-repeat: no-repeat;
}
.tit_familia {
	background-image: url(image/seccion_familia.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tit_danos {
	background-image: url(image/seccion_danos.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.danos {
	background-image: url(image/foto_danos.jpg);
	background-repeat: no-repeat;
}
.sociedades {
	background-image: url(image/foto_sociedades.jpg);
	background-repeat: no-repeat;
}
.tit_sociedades {
	background-image: url(image/seccion_sociedades.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cobranzas {
	background-image: url(image/foto_cobranzas.jpg);
	background-repeat: no-repeat;
}
.tit_cobranzas {
	background-image: url(image/seccion_cobranzas.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sucesiones {
	background-image: url(image/foto_sucesiones.jpg);
	background-repeat: no-repeat;
}
.tit_sucesiones {
	background-image: url(image/seccion_sucesiones.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.laboral {
	background-image: url(image/foto_laboral.jpg);
	background-repeat: no-repeat;
}
.tit_laboral {
	background-image: url(image/seccion_laboral.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mediaciones {
	background-image: url(image/foto_mediaciones.jpg);
	background-repeat: no-repeat;
}
.tit_mediaciones {
	background-image: url(image/seccion_mediaciones.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fideicomisos {
	background-image: url(image/foto_fideicomisos.jpg);
	background-repeat: no-repeat;
}
.tit_fideicomisos {
	background-image: url(image/seccion_fideicomisos.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tit_quienes {
	background-image: url(image/seccion_quienes.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tit_contactos {
	background-image: url(image/seccion_contactos.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tit_tramites {
	background-image: url(image/seccion_tramites.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tit_jubilaciones {
	background-image: url(image/seccion_jubilaciones.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.jubilaciones {
	background-image: url(image/foto_jubilaciones.jpg);
	background-repeat: no-repeat;
}
.tit_otros {
	background-image: url(image/seccion_otros.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* formularios */
input {
	margin-bottom: 10px;
	display: block;
}
form {
	padding-bottom: 30px;
}
textarea {
	display: block;
}

