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

/* FONDOS */
body {
	background-color:#FFFFFF;
	margin:0px;
}
.fondo-seguros {
	background-image:url(img/foto-seguros.jpg);
	background-repeat:no-repeat;
}
.fondo-civil {
	background-image:url(img/foto-civil.jpg);
	background-repeat:no-repeat;
}
.fondo-mercantil {
	background-image:url(img/foto-mercantil.jpg);
	background-repeat:no-repeat;
}
.fondo-fiscal {
	background-image:url(img/foto-fiscal.jpg);
	background-repeat:no-repeat;
}
.fondo-general-a {
	background-image:url(img/foto-general01.jpg);
	background-repeat:no-repeat;
}
.fondo-general-b {
	background-image:url(img/foto-general02.jpg);
	background-repeat:no-repeat;
}
/* LINKS */
A.menu-corp:link, A.menu-corp:active, A.menu-corp:visited { font-family:"Times New Roman", Times, serif, Tahoma; font-size:13px; color:#164e94; text-decoration:none; }
A.menu-corp:hover { text-decoration:underline; }
A.menu:link, A.menu:active, A.menu:visited { font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#1d9bd5; text-decoration:none; }
A.menu:hover { color:#00207b; }
A.destacados-link:link, A.destacados-link:active, A.destacados-link:visited { font-family:"Times New Roman", Times, serif, Tahoma; font-size:14px; color:#164e94; text-decoration:none; }
A.destacados-link:hover { color:#e9b16b; }
A.submenu:link, A.submenu:active, A.submenu:visited { font-family:"Times New Roman", Times, serif, Tahoma; font-size:13px; color:#FFFFFF; background-color:none; text-decoration:none; }
A.submenu:hover { color:#1d9bd5; background-color:#FFFFFF; }

/* TEXTO */
.menu-corp-nolink {
	font-family:"Times New Roman", Times, serif, Tahoma;
	font-size:13px;
	color:#CC0000;
}
.texto {
	font-family:"Times New Roman", Times, serif, Tahoma;
	font-size:14px;
	color:#6b6b6b;
}
.pie {
	font-family:"Times New Roman", Times, serif, Tahoma;
	font-size:12px;
	color:#333333;
}
.titular-seccion {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
}

/* FORMULARIOS */
.form {
	font-family: "Times New Roman", Times, serif, Tahoma;
	font-size: 13px;
	color: #1d9bd5;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #e9eaec;
}
A.menu-corp:link, A.menu2-corp:active, A.menu-corp:visited {
font-family:"Times New Roman", Times, serif, Tahoma; font-size:13px; color:#164e94; text-decoration:none;
}

