@charset "utf-8";

/*html {
	overflow-y: scroll;
}*/

.navegacion
{
    z-index: 999; 
    display: none;
}

.previa
{
    position: absolute;
    z-index: 999; 
    left: 1%; 
    top: 140px;
    cursor: hand;
}

.proxima
{
    position: absolute;
    z-index: 999;
    right: 1%;
    top: 140px;
    cursor: hand;
}

#carousel {
	position: relative; /* Necesario */
	overflow: hidden; /* Necesario */
	height: 296px;
	margin-left:0px;
	margin-bottom: 5px;
	background-color:#fff;
}

#carousel .belt {
	position: absolute; /* Necesario */
	left: 0;
	top: 0;
	margin:0 0px 0px 0;
}

#carousel .panel {
	width:820px;
	float: left; /* Necesario */
	overflow: hidden;
	/*margin: 15px;*/
	padding: 0px 0px 7px 0px;
	/*border:1px solid #5B5B5B;*/
	/*background:#383838 url(carousel-panel-bg.png) bottom left repeat-x;*/
	height:296px;
}

#carousel .panel .panel-text {
	padding-top:5px;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	z-index: 99999;
}

#carousel .panel .panel-text a {
	color:#CCC;
	text-decoration:none;
}

#carousel .panel .panel-text a:hover {
	color:#FFF;
	text-decoration:underline;
}

			/* Botones del carousel */
			
.button-prev {
	height:250px;
	width:35px;
	float:left;
	/*background:#5B5B5B url(carousel-bg.png) bottom left repeat-x;*/
	-moz-border-radius:10px 0 0 10px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 99999;
}

.button-prev a {
	display:block;
	padding:5px;
	margin-top:105px;
}

.button-next {
	height:250px;
	width:35px;
	float:right;
	/*background:#5B5B5B url(carousel-bg.png) bottom left repeat-x;*/
	-moz-border-radius:0 10px 10px 0;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 99999;
}

.button-next a {
	display:block;
	padding:5px;
	margin-top:105px;
}

#carouselbanner {
	position: relative; /* Necesario */
	overflow: hidden; /* Necesario */
	height: 282px;
	margin-left:0px;
	margin-bottom: 5px;
	background-color:#fff;
}

#carouselbanner .beltbanner {
	position: absolute; /* Necesario */
	left: 0;
	top: 0;
	margin:0 0px 0px 0;
}

#carouselbanner .panelbanner {
	width:136px;
	float: left; /* Necesario */
	overflow: hidden;
	/*margin: 15px;*/
	padding: 0px 0px 7px 0px;
	/*border:1px solid #5B5B5B;*/
	/*background:#383838 url(carousel-panel-bg.png) bottom left repeat-x;*/
	height:282px;
}

#carouselbanner .panelbanner .panel-text {
	padding-top:5px;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	z-index: 99999;
}

#carouselbanner .panelbanner .panel-text a {
	color:#CCC;
	text-decoration:none;
}

#carouselbanner .panelbanner .panel-text a:hover {
	color:#FFF;
	text-decoration:underline;
}

			/* Botones del carousel */
			
.button-prev {
	height:250px;
	width:35px;
	float:left;
	/*background:#5B5B5B url(carousel-bg.png) bottom left repeat-x;*/
	-moz-border-radius:10px 0 0 10px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 99999;
}

.button-prev a {
	display:block;
	padding:5px;
	margin-top:105px;
}

.button-next {
	height:250px;
	width:35px;
	float:right;
	/*background:#5B5B5B url(carousel-bg.png) bottom left repeat-x;*/
	-moz-border-radius:0 10px 10px 0;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 99999;
}

.button-next a {
	display:block;
	padding:5px;
	margin-top:105px;
} 
a {
	color: #328fd2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.smallscreen {
	display: none;
}

.helper_text {
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 1px;
	text-indent: -9999px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: rgb(212, 231, 246) url(../images/main/background.gif) center top repeat;
	margin: 0;
	padding: 0;
}

#prewrap {
	float: left;
	width: 100%;
	background: rgb(212, 231, 246) url(../images/main/background.gif) center top repeat;
	margin-top: 10px;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
	overflow: hidden;
	background: #FFF;
}


#header {
	float: left;
	width: 960px;
	border-bottom: 1px dashed rgb(102, 102, 102);
	padding-bottom: 5px;
}


#margin_top {
	width: 100%;
	height: 8px;
	/*background: #D4E7F6;*/
	position: absolute;
	top: 0;
}

/*############ LOGO #############*/

#logo {
	float: right;
	width: 540px;
	margin: 10px 0 0 0;
	padding-right: 18px;
}

#logo h1 {
	float: right;
	margin: 0 -15px 0 0;
	text-indent: -9999px;
	width: 525px;
	height: 60px;
	background: url(../images/main/logo.jpg) left top no-repeat;
}

.lgesp #logo h1 {
	background-image: url(../images/esp/main/logo_espanol.jpg);
}

#logo h1 a {
	display: block;
	width: auto;
	height: 60px;
}

#logo h1 img {
	display: none;
}

#header h5 {
	text-align: left;
	clear: both;
	float: left;
	margin: -12px 0 -15px 0;
	padding-left: 20px;
}

.errorlogin {
	height: 90px;
}

.errorlogin h5 {
	position: relative;
	top: 12px;
}

#header h5 a {	
	color: rgb(50, 143, 210);
	text-decoration: none;
}

#header h5 a:hover {
	text-decoration: underline;
}





/*############ LOGIN #############*/

#login {
	float: left;
	margin-top: 8px;
	width: 360px;
	padding: 0 0 0 18px;
}

/*#login h4 {
	text-indent: -9999px;
	font-size: 1px;
	margin: 0;
}*/

/*#login .form_input {
	float: left;
	width: 144px;
	height: 34px;
	padding-right: 5px;
}*/

#login .form_input label, #login .form_submit label {
	font-weight: bold;
	font-size: 90%;
	color: rgb(50, 143, 210);
}

#login .form_submit {
	position: absolute;
	z-index: 10;
	width: 460px;
	margin-top: 5px;
}

#login .form_submit label {
	float: left;
}

/*#login .form_input input {
	border: 0;
	background: rgb(212, 231, 246);
	width: 143px;
	height: 13px;
}*/

#login .loginerror {
	clear: both;
	color: #3d261f;
	font-weight: bold;
	font-size: 11px;
}


#login .form_submit input {
	border: 0;
	background: rgb(50, 143, 210);
	color: #FFF;
	width: 50px;
	height: 16px;
	font-size: 11px;
}

.register {
	position: absolute;
	z-index: 5;
	width: 450px;
	clear: both;
	padding: 0;
	top: 30px;
	color: rgb(61, 38, 31);
	font-size: 90%;
	margin-top: 5px;
}

.register .blink {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	padding: 0 2px;
	background: rgb(50, 143, 210);
}

#welcomeuser {
	color: #2c1a18;
	font-weight: bold;
	font-size: 90%;
	padding: 18px 0 0 12px;
}

#welcomeuser b {
	color: #2c7ac4;
	fontwidth: 960px;
}

#welcomeuser a {
	background: #2c7ac5;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	width: 50px;
	height: 15px;
	text-align: center;
	font-size: 90%;
}

#login .form_input {
	float: left;
	width: 400px;
}

#login .form_label {
	float: left;
	display: block;
	margin-right: 10px;
}
	


/*############## CONTENT #################*/
#content_wrap {
	float: left;
	width: 960px;
	background: url(../images/main/side_bar_dotted.gif) left top repeat-y;
}

#side_bar {
	float: left;
	width: 138px;
}

/*############## MENU #################*/

#side_bar .menu {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 22px;
	border-bottom: 1px dashed rgb(102, 102, 102);
	background: url(../images/main/bg_menu.gif) left top no-repeat;
}


#side_bar .menu li {
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}

#side_bar .menu li a {
	display: inline-block;
	width: 100%;
	color: rgb(50, 143, 210);
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

#side_bar .menu li a:hover {
	text-decoration: underline;
}

#side_bar .menu li.selected a {
	color: rgb(61, 38, 31);
}

#side_bar .menu .sub_menu {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 10px;
}

#side_bar .menu .sub_menu li a {
	font-weight: normal;
}

#side_bar .menu .sub_menu li.selected a {
	color: rgb(50, 143, 210);
}


#side_bar a img {
	border: none;
}

/*############## SEARCH #################*/

#custom_search {
	padding-left: 16px;
}

#custom_search h4 label {
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	width: 118px;
	height: 23px;
	background: url(../images/main/looking_for_something.gif) left top no-repeat;
	cursor: pointer;
}

.lgesp #custom_search h4 label {
	background-image: url(../images/esp/main/looking_for_something.gif);
}

#custom_search .form_input input {
	border: 0;
	background: rgb(212, 231, 246);
	width: 110px;
	height: 13px;
}

#custom_search .form_submit input {
	margin: 5px 0 0 60px;
	border: 0;
	background: rgb(50, 143, 210);
	color: #FFF;
	width: 50px;
	height: 16px;
	font-size: 11px;
}


/*-----------Banner--------------*/

#side_bar .banner_side_bar {
	margin: 10px 0 15px 0;
	height: 282px;
	width: 136px;
} 

.banner_side_bar_top {
	margin: 0px 0 10px 0;
	height: 282px;
}
.banner_side_bar_top .bannerside {
	height: 282px;
	float: left;
	display: none;
	position: absolute;
}

#side_bar .banner_side_bar div#fbi {
	background-image: url(../images/banners/en/3_ing.jpg);
	height: 282px;
	margin-top: -5px;
	background-repeat: no-repeat;
} 

#side_bar .banner_side_bar div#fbe {
	background-image: url(../images/banners/es/3_esp.jpg);
	height: 282px;
	margin-top: -5px;
	background-repeat: no-repeat;
} 

div#fbehorizontal {
	background-image: url(../images/banners/es/bannerfacebookhorizontal.jpg);
	height: 120px;
	width: 500px;
	margin-top: 0px;
	background-repeat: no-repeat;
} 

div#fbehorizontal p {
	position: absolute;
	left: 578px;
	top: 569px;
}

#side_bar .banner_side_bar div#fbi p {
	position: relative;
	left: 10px;
	top: 170px;
} 

#side_bar .banner_side_bar div#fbe p {
	position: relative;
	left: 14px;
	top: 170px;
} 

.banner_side_bar .bannerside {
	display: none;
	float: left;
	width: 282px;
}

#side_bar .banner_side_bar .preview {
	display: none;
}

#side_bar .;	anner_side_bar .message {
	display: block;
	width: 136px;
	height: 282px;
	text-indent: -9999px;
}

#side_bar .banner_plain {
	margin: 23px 0 0 14px;
	width: 110px;
}

#side_bar .banner_plain h3, #side_bar .banner_plain h3 a {
	font-size: 17px;
	color: rgb(50, 143, 210);
	text-decoration: none;
	margin: 0 0 12px 0;
}

#side_bar .banner_plain p {
	font-size: 10px;
	color: rgb(102, 102, 102);
	margin: 0;
}

	

/*############# CONTENT ##############*/

#content {
	float: left;
	position: relative;
	width: 820px;
	margin: 0;
	padding: 0;
	
}

/*############# DID YOU KNOW ##############*/

#did_you_know {
	height: 297px;
}

#did_you_know h3 {
	margin: 0;
	position: relative;
	top: 30px;
	left: 30px;
	font-size: 13px;
	color: rgb(50, 143, 210);
}

#did_you_know p {
	margin: 0;
	position: absolute;
	top: 160px;
	left: 476px;
	width: 310px;
	height: 80px;
	font-size: 11px;
	color: #bbf7bc;
	line-height: normal;
}


/*----------- CONTENT HEADER --------------*/

#content_header {
	width: 794px;
	/*height: 70px;*/
	padding-bottom: 40px;
}

#content_header h2 {
	margin: 0;
	position: relative;
	top: 15px;
	left: 28px;
}

#content_header h3 {
	margin: 0;
	position: relative;
	left: 60px;
	top: -40px;
	text-transform: uppercase;
}

#content_header ul {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#content_header ul li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid rgb(50, 143, 210);
	margin: 0;
}

#content_header ul li:first-child {
	border: none;
}

#content_header ul li.selected a {
	color: rgb(61, 38, 31);
}

#content_header a {
	text-decoration: none;
	font-size: 85%;
	color: rgb(50, 143, 210);
}

#content_header ul li.selected {
	color: rgb(61, 38, 31);
}

#content_header a:hover {
	text-decoration: underline;
}




/*----------- CONTENT TEXT -----------*/

#content_text {
	width: 696px;
	padding-left: 22px;
	
}

#content_textfb {
	width: 521px;
	padding-left: 22px;
	
}

.content_sub_menu li {
	list-style: square;
}

.content_sub_menu li a {
	color: #328fd2;
	font-weight: bold;
	text-decoration: none;
}

.content_sub_menu li.selected a {
	color: #330000;
}

.content_sub_menu li a:hover {
	text-decoration: underline;
}

#content_text h1, #content_text h2, #content_text h3, #content_text h4, #content_text h5, #content_text h6 {
	color: rgb(61, 38, 31);
}

#content_text h5 {
	font-size: 12px;
}

#content_text h6 {
	font-size: 11px;
}

#content_text p, #content_text ul, #content_text ol {
	color: rgb(61, 38, 31);
	font-size: 85%;
	line-height: 1.6em;
}

#content_text p em.exclamation {
	color: rgb(50, 143, 210);
	font-style: normal;
}



#content_gallery {
	border-top: 1px dashed rgb(102, 102, 102);
	padding: 12px 0 24px 0;
}

#content_gallery img {
	float: left;
	margin-right: 10px;
}

#content_gallery img p {
	width: 150px;
}



.paginas {
	clear: both;
	font-weight: bold;
	font-size: 90%;
}

.paginas a[disabled], .paginas a[disabled]:hover {
	color: #3d261f;
	text-decoration: none;
}

.paginas a {
	text-decoration: none;
	color: #328fd2;
}

.paginas a:hover {
	text-decoration: underline;
}

/*############# Footer ##############*/


#footer {
	clear: both;
	border-top: 1px solid rgb(209, 220, 219);
	padding-top: 6px;
	float: left;
	width: 100%;
	background: #FFF;
	height: 30px;
}

#footer h5 {
	text-indent: -9999px;
	font-size: 1px;
	margin: 0;
}

#footer .menu {
	float: left;
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#footer .menu li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid rgb(50, 143, 210);
}

#footer .menu li:first-child {
	border: none;
}

#footer .menu li a {
	color: rgb(50, 143, 210);
	font-weight: bold;
	font-size: 75%;
	text-decoration: none;
}

#footer .menu li.selected a {
	color: #300;
}

#footer .menu li a:hover {
	text-decoration: underline;
}

#footer .copy {
	margin: 0;
	float: right;
	padding-right: 10px;
	color: rgb(102, 102, 102);
	font-size: 90%;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}
.center a img {
	border: none;
}
#sitemap
{
    color: #2f221b;
    position: relative;
    float:right;
}
#literalYouAre
{
    color: #2f221b;
}
.lblruta
{
    color: #2f221b;
	font-weight:normal;
}

.bann 
{
	display: none;
}

div#fbehorizontalhalf {
	background-image: url(../images/banners/es/fb_siguenos.jpg);
	height: 120px;
	width: 195px;
	margin-top: 0px;
	background-repeat: no-repeat;
	position: absolute;
} 

div#fbehorizontalhalf p {
	position: absolute;
	left: 60px;
	top: 70px;
	width: 120px;
}

div#fbehorizontalhalf2 {
	height: 120px;
	width: 302px;
	margin-top: 0px;
	background-repeat: no-repeat;
	float: right;
} 

div#fbehorizontalhalf2 p {
	position: absolute;
	left: 578px;
	top: 569px;
}

div#fbehorizontalhalf2 a
{
	width: 302px;
	height: 120px;
}


