/* FAQ */
div.menuFAQ div.seccionFAQ
{
	background-position: center bottom;
	border-bottom: 2px solid #EBEBEB;
	color: #333333;
	display: block;
	line-height: 100%;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.menuFAQ div.pregunta a
{
	background-image: url(../images/bullet-05.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #4A7BC6;
	display: block;
	line-height: 30px;
	outline: none;
	padding-left: 10px;
	text-decoration: none;
}

div.menuFAQ div.pregunta a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

div.menuFAQ div.respuesta
{
	background-color: #F5F5F5;
	border: 1px solid #EBEBEB;
	line-height: normal;
	margin: 10px 20px 10px 10px;
	padding: 10px;
}
/* FAQ */

/* LINKS VARIABLES */
div.linksVariables div.titLinksVariables
{
	border-bottom: 2px solid #EBEBEB;
	color: #333333;
	display: block;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 0;
	padding-bottom: 10px;
}

div.linksVariables ul
{
	list-style: none outside none;
	margin: 10px 0 0;
	overflow: hidden;
	padding: 0;
	width: 900px;
}

div.linksVariables ul li
{
	background-color: #F5F5F5;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	line-height: 250%;
	margin: 0 20px 1px 0;
	padding: 0;
	width: 280px;
}

div.linksVariables ul li a
{
	color: #4A7BC6;
	display: block;
	padding-left: 2px;
	text-decoration: none;
}

div.linksVariables ul li a:hover
{
	background-color: #EBEBEB;
	background-image: url(../images/bullet-01.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #4A7BC6;
	text-decoration: none;
}
/* LINKS VARIABLES */

/* CAJA PIE DE PAGINA */
div.pieDePaginaData
{
	float: right;
	width: 600px;
}

div.pieDePaginaData div.tit
{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 10px;
}

div.pieDePaginaData span.telefono
{
	color: #D93A3E;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    font-size: 22px;
	font-weight: bold;
}

div.pieDePaginaData div.tit2
{
	color: #4A7BC6;
    font-size: 14px;
}
/* CAJA PIE DE PAGINA */