﻿/*-------------------------------------------------------------
	menu landing
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header #floatingMotionContainer
{
	width: 950px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#floatingMotionContainer #flechaIzquierda
{
	float: left;
	width: 10px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: Transparent;
}


/*-------------------------------------------------------------
	menu original
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#floatingMotionContainer .contenido
{
	width: 930px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: Transparent;
	float: left;
	overflow: hidden;
	/*border-left-style: solid;
	border-left-color: White;
	border-left-width: 1px;*/
}
#floatingMotionContainer .contenido ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*width: 3000px;*/
	height: 30px;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
#floatingMotionContainer .contenido ul li
{
	float: left;
	list-style-type: none;	
	width: 122px;
	height: 30px;
	padding-top: 3px;
	text-align: center;
}
#floatingMotionContainer .contenido ul li
{
	background-repeat: repeat-x;
}
#floatingMotionContainer .contenido ul li a
{
	text-decoration: none;
	color: White;
}


/*-------------------------------------------------------------
	menu provincias ilera de arriba
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#floatingMotionContainer .contenido1
{
	width: 930px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: Transparent;
	float: left;
	overflow: hidden;
	/*border-left-style: solid;
	border-left-color: White;
	border-left-width: 1px;*/
}
#floatingMotionContainer .contenido1 ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*width: 3000px;*/
	height: 30px;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
#floatingMotionContainer .contenido1 ul li
{
	float: left;
	list-style-type: none;	
	width: 77px;
	height: 30px;
	padding-top: 3px;
	text-align: center;
}
#floatingMotionContainer .contenido1 ul li
{
	background-repeat: repeat-x;
}
#floatingMotionContainer .contenido1 ul li a
{
	text-decoration: none;
	color: White;
}



/*-------------------------------------------------------------
	menu provincias ilera de abajo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#floatingMotionContainer .contenido2
{
	width: 930px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: Transparent;
	float: left;
	overflow: hidden;
	/*border-left-style: solid;
	border-left-color: White;
	border-left-width: 1px;*/
}
#floatingMotionContainer .contenido2 ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*width: 3000px;*/
	height: 30px;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
#floatingMotionContainer .contenido2 ul li
{
	float: left;
	list-style-type: none;	
	width: 77px;
	height: 30px;
	padding-top: 0px;
	text-align: center;
	
	
	
	
	
	
}
#floatingMotionContainer .contenido2 ul li
{
	background-repeat: repeat-x;
}
#floatingMotionContainer .contenido2 ul li a
{
	text-decoration: none;
	color: White;
}








#floatingMotionContainer #flechaDerecha
{
	float: left;
	width: 10px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	background-color: Transparent;
}

#floatingMotionContainer #flechaDerecha #imgFlechaDer
{
	width: 10px;
	height: 26px;
}

#floatingMotionContainer #flechaIzquierda #imgFlechaIzq
{
	width: 10px;
	height: 26px;
}






#header .azul {
	background-color: #08267d;
}
#header .azul ul .selected {
	background-image: url(../../../IMAGES/header/imgMenu/azul1.jpg);
}
#header .azul ul li {
	background-image: url(../../../IMAGES/header/imgMenu/azul2.jpg);
}

#header .azul ul li:hover {
	background-image: url(../../../IMAGES/header/imgMenu/azul1.jpg);
}
#header .azul ul li a {
	color: #b2bacf;
}






#header .verde {
	background-color: #617711;
}
#header .verde ul .selected {
	background-image: url(../../../IMAGES/header/imgMenu/ver1.jpg);
}

#header .verde ul li {
	background-image: url(../../../IMAGES/header/imgMenu/ver2.jpg);
}

#header .verde ul li:hover {
	background-image: url(../../../IMAGES/header/imgMenu/ver1.jpg);
}
#header .verde ul li a {
	color: #c7cbbb;
}






#header .rosa {
	background-color: #7c2544;
}
#header .rosa ul .selected {
	background-image: url(../../../IMAGES/header/imgMenu/bordo1.jpg);
}

#header .rosa  ul li {
	background-image: url(../../../IMAGES/header/imgMenu/bord2.jpg);
}

#header .rosa  ul li:hover {
	background-image: url(../../../IMAGES/header/imgMenu/bordo1.jpg);
}
#header .rosa  ul li a {
	color: #d4bbc3;
}





#header .violeta {
	background-color: #402f5a;
}
#header .violeta ul .selected {
	background-image: url(../../../IMAGES/header/imgMenu/vio_2.jpg);
}

#header .violeta  ul li {
	background-image: url(../../../IMAGES/header/imgMenu/vio_1.jpg);
}

#header .violeta  ul li:hover {
	background-image: url(../../../IMAGES/header/imgMenu/vio_2.jpg);
}
#header .violeta  ul li a {
	color: #c2bdc9;
}
