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

body{
	background-color: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#margenSuperior {
       background-color: #FFF;
       height:30px;
	   border-bottom: 1px solid #5e5e5e;
}
#HeaderMenu {
	   background: url(imagenes/header-bar-bg-blue.png) repeat-x 50% 100% #156a96;
       height:90px;
	   border-top: 1px solid #addf34;
	   position: relative; z-index: 4;
}
#HeaderMenuV {
	   background: url(imagenes/header-bar-bg-blue.png) repeat-x 50% 100% #156a96;
       height:114px;
	   border-top: 1px solid #addf34;
	   position: relative; z-index: 4;
}
#remateMenu{
       background: url(imagenes/top-container-bg-blue.jpg) no-repeat 50% 100% #0d415d;
       height:30px;
	   border-top: 4px solid #124561;
	   border-bottom: 4px solid #124561;
	   position: relative; z-index: 1;
}
#remateSquares{
       background: url(imagenes/squares.png) repeat;
       height:38px;
	   position: relative; z-index: 2;
	   margin-top:-38px;
}
#indicaNavega{
       height:80px;
}
#contenedor_slider{
       height:380px;
	   background-image:url(imagenes/top-container-bg-blue.jpg);
	   border-top: 4px solid #11314e;
	   border-bottom: 4px solid #11314e;
}
#contenido_home{
       height:300px;
}
#contenido_somos{
       height:450px;
}
#contenido_gestion{
       height:2550px;
}
#contenido_servis{
       height:550px;
}
#contenido_lista{
       height:1650px;
}
#contenido_contacto{
       height:1000px;
}
#contenido_unete{
       height:920px;
}
#contenido_gracias{
       height:500px;
}
#mejor_opcion{
       height:360px;
}
#shortcuts{
       height:400px;
}
#footer{
       background: url(imagenes/top-container-bg-blue.jpg) no-repeat 50% 100% #0d415d;
       height:200px;
	   border-top: 4px solid #124561;
}

/*----------------------------
	Color Fonts
-----------------------------*/

.TXTindicanavega {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000;
}
.TXTtitSeccion {
		font-family:Verdana, Geneva, sans-serif;
		font-size: 28px;
		font-weight: normal;
		color: #000;
}
.TXTseccion {
		font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #000;
		text-align: justify;
    	text-justify: inter-word;
}
.TXTseccionResalta {
		font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #003e74;
}
.TXTtitGestion {
		font-family:Verdana, Geneva, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #addf34;
}
.TXTmejorOpcion {
		font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000;
		padding:20px 45px;
}
.TXTfooter {
		font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #FFF;
}
.TXTtitBlue {
		font-family:Verdana, Geneva, sans-serif;
		font-size: 22px;
		font-weight: normal;
		color: #12406f;
}

/*----------------------------
	Links
-----------------------------*/
a.navegaliga:link
{ color: #addf34; font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none }
a.navegaliga:visited
{ color: #addf34; font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none }
a.navegaliga:hover
{ color: #f5c033; font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: underline }
a.navegaliga:active
{ color: #addf34; font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none  }

a.alvarockDG:link
{ color: #6fadec; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none }
a.alvarockDG:visited
{ color: #6fadec; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none }
a.alvarockDG:hover
{ color: #addf34; font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: underline }
a.alvarockDG:active
{ color: #6fadec; font-family:Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none  }

a.normalliga:link
{ color: #addf34; font-family:Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none }
a.normalliga:visited
{ color: #addf34; font-family:Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none }
a.normalliga:hover
{ color: #f5c033; font-family:Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: underline }
a.normalliga:active
{ color: #addf34; font-family:Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none  }

/*-----------------------------------------------------------------------------------------------------------------
// Mixed 
-----------------------------------------------------------------------------------------------------------------*/
hr {
height: 1px;
background: #d7d7d7;
border: 0 none !important;
margin: 15px 0;
}

.squares
{
	background: url(imagenes/squares.png);
}
.separator
{
	height: 7px;
	max-width: 910px;
	margin: 0 auto 10px;
	
	background: url(../images/squares.png);
}

/* Accordions
	------------------------------------------ */
	/* http://extensions.joomla.org/extensions/news-display/articles-listing/14277 */
	
	.sp-accordion .active-el
	{
		margin: 15px 0;
	}
	
	.sp-accordion .toggler
	{
		cursor: pointer;
		display: block;
		font-weight: bold;
		margin: 0 0 10px;
	}
	
	.sp-accordion-inner
	{
		padding: 0 10px;
	}
