/* Enlace del creador */
.D13, .D13 a:visited, .D13 a:link {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #000000;
}
.D13 a:hover {
	text-decoration: underline;
}

/* Enlaces genéricos */
a:link {
	color: #3333CC;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #3333CC;
}

/* Textos genéricos */
.textos {
	font-family: "Century Gothic";
	text-align: justify;
	font-size: 14px;
}
.textos_small {
	font-family: "Century Gothic";
	text-align: justify;
	font-size: 12px;
}

/* Formulario contacta */
.f_contacta {
	line-height: 24px;
}

.empresa_little {
	color: #3333CC;
	font-weight: bold;
}

/* Pie de página */
.Copyright, .Copyright a:visited, .Copyright a:link {
	font-size: 10px;
	font-family: "Century Gothic";
	text-decoration: none;
	color: #000000;
}
.Copyright a:hover {
	font-size: 10px;
	font-family: "Century Gothic";
	text-decoration: underline;
}

/* Animación del menú izquierda*/
.menu {
	color: #0033CC;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	list-style-position: outside;
	padding: 0px;
}
.menu li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366FF;
}
.menu li a, .menu li a:visited, .menu li a:link {
	padding-top: 4px;
	padding-left: 8px;
	text-decoration: none;
	padding-bottom: 4px;
	background-color: #005db0;
	width: auto;
	color: #FF9900;
}
.menu li > a {
	display: block;
	width: auto;
}
.menu li a:hover, .menu li.seleccionado a {
	background-color: #FF9900;
	color: #3333CC;
}
.menu li.titulo a:hover, .menu li.titulo a {
	background-color: #005db0;
	color: #FF9900;
	font-weight: bold;
	text-align: center;
	font-size: 18px; /* 16px */
}

.submenu {
	color: #0033CC;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	list-style-position: inside;
	padding: 0px;
}
.submenu li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366FF;
}
.submenu li a, .submenu li a:visited, .submenu li a:link {
	padding-top: 4px;
	padding-left: 8px;
	text-decoration: none;
	padding-bottom: 4px;
	background-color: #005db0;
	width: auto;
	color: #FF9900;
}
.submenu li > a {
	display: block;
	width: auto;
}
.submenu li a:hover, .menu li.seleccionado a {
	background-color: #FF9900;
	color: #3333CC;
}

/* Tabla de links */
.t_enlaces {
	text-align: left;
	background-color: #FF9933;
}
.t_enlaces td{
	background-color: #FFF4D5;
	text-align: left;
	vertical-align: top;
}

/* Textos de anchura dinámica (Servicios.html) */
.handcursor{
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	color: #3333CC;
	text-align: left;
	font-size: 16px;
}
.handcursor_sin{
	font-weight: bold;
	color: #3333CC;
	text-align: left;
	font-size: 16px;
}

/* Fondo*/
body {
	background-color: #EFEFEF;
}
