/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFFFFF;
	color: #354F9C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../imagenes/fdo2.jpg);
	background-repeat: repeat-x;
	background-position: 0 -65px;
}
/* Commonly used to style page titles. */
h1 {
	color: #000066;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;

}
/* Commonly used to style section titles. */
h2 {
	color: #006;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Overlock';
}
#footer .contacto_footer li h3 {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #5893ED;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #4B6FC7;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #4B6FC7;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #4B6FC7;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #4B6FC7;
}
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
#container             {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1000px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	height: 185px;
	line-height: 15px;

	padding: 0 !important;
}
#header .logo {
	height: 180px;
	width: 370px;
	background-image: url(../imagenes/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -35px;
	margin: 0;
	padding: 0 !important;
}
#header .logo h1 a {
	display: block;
	height: 160px;
	width: 365px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#header .logo h1 {
	margin: 0px;
	padding: 0px;
	height: 180px;
}
#header .header_right {
	float: right;
	width: 600px;
	height: 180px;
}
#header .idioma {
	float: right;
	width: 600px;
	height: 50px;
}
.header_right .redes {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	width: 200px;
	height: 30px;
}
.header_right .redes .sigue {
	width: 100px !important;
	line-height: 24px;
	text-align:right;
}
.header_right .redes .tw  {
	background-image: url(../imagenes/20_twitter.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: block;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
}
.header_right .redes .fb {
	background-image: url(../imagenes/20_facebook.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	display: block;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
}
.header_right .redes li {
	display: block;
	height: 30px !important;
	width: 30px !important;
	float: right;
	padding:0 !important;
	margin: 5px;
}
.header_right .redes li a:hover {
	opacity: 0.5;
}
.header_right ul {
	margin: 15px 0 0 0;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.header_right ul li {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
}
.header_right .idioma li {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	height: 36px;
	width: 36px;
	background-repeat: no-repeat;
	background-position:-2px -2px;
	margin: 0 5px;
}
.header_right .idioma li a:hover {
	-webkit-box-shadow:  0px 1px 2px 1px #999;
	box-shadow:  0px 1px 2px 1px #999;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset     999;
	box-shadow: inset     999;
	border: 1px solid #999;
}
.header_right .idioma a {
	text-indent: -9999px;
	display: block;
	height: 34px;
	width: 34px;
}
.header_right .idioma .eu  {
	background-image: url(../imagenes/eu-flag.png);
}
.header_right .idioma .mex {
	background-image: url(../imagenes/mex-flag.png);
}
#topNavigation  {
	height: 60px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#header object {
	float: right;
	height: 250px;
	width: 580px;
}
.menuPal {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Overlock';
	
}
.menuPal li {
	
	margin-top: 15px;
	
	float: left;
	color: #FFF;
	font-weight: bold;
	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 13px;
	text-align: center;
}

.menuPal li a {
	color: #FFF;
	display: block;
	height: 22px;
	padding: 3px 22px 17px 23px;
	font-size:16px;
	line-height:18px;
}
.menuPal .first , .menuPal_eng .first{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.menuPal li a:hover , .menuPal_eng li a:hover{
	text-decoration: none;
	background-color: #000033;
}
.menuPal_eng {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Overlock';
}
.menuPal_eng li {
	margin-top: 15px;
	float: left;
	color: #FFF;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 13px;
	text-align: center;
}
.menuPal_eng li a {
	color: #FFF;
	display: block;
	height: 22px;
	padding: 3px 27px 17px 26px;
	font-size:16px;
	line-height:18px;
}
.ie7 .menuPal li a {
padding: 3px 18px 17px 18px;
}
.ie8 .menuPal li a {
padding: 3px 18px 17px 18px;
}

.ie7 .menuPal_eng li a {
padding: 3px 21px 17px 21px;
}
.ie8 .menuPal_eng li a {
padding: 3px 21px 17px 21px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#content   {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 40px 0 10px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	line-height: 24px;
	text-align: justify;
	font-size: 18px;
	font-family: 'Karla', sans-serif;
}
#content .fl_1 {
	float: right;
	margin: 0 0 20px 20px;
}
.left_600 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #030130;
	text-align: center;
	width: 800px;
	margin: 20px auto;
	font-size: 12px;
	line-height: 16px;
}
.calendario {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #030130;
	text-align: left;
	width: 900px;
	margin: 20px auto;
	font-size: 14px;
	line-height: 20px;
	background-color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.left_600 tr td , .tabla2 tr td   {
	padding: 10px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #030130;
	width: 50%;
}
.calendario tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #030130;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #030130;
}
.calendario tr td:hover {
	color: #006;
	background-color: #f0f0f0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee),color-stop(1, #cccccc));
}
.left_600 tr th , .calendario tr th{
	background-image: url(../imagenes/fdo1.jpg);
	background-repeat: repeat-x;
	background-position: 0px -270px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #040034;
	color: #FFF;
	padding: 2px;
	text-align: center;
}
.left_600 tr td img , .tabla2 tr td img{
	-webkit-box-shadow: 0px 1px 4px 1px #333333;
	box-shadow: 0px 1px 4px 1px #333333;
	margin: 0 5px;
}
.tabla2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1C2C6A;
	text-align: center;
	width: 800px;
	margin: 20px auto 30px auto;
	font-size: 12px;
	line-height: 14px;
}
.tabla2 tr th {
	font-size: 14px;
	padding: 10px;
	line-height: 18px;
	text-align: left;
}
#content .slider {
	background-repeat: no-repeat;
	width: 1000px;
	margin: 20px 0 40px 0;
	height: 350px;
	overflow: visible;
	-webkit-box-shadow: 0px 2px 2px 2px #999;
	box-shadow: 0px 2px 2px 2px #999;
	padding: 0;
}
#content .slider_eng {
	background-image: url(../imagenes/slider_eng_01a.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin: 20px 0 40px 0;
	height: 350px;
	overflow: visible;
	-webkit-box-shadow: 0px 2px 2px 2px #999;
	box-shadow: 0px 2px 2px 2px #999;
	padding: 0;
}
#content section {
	width: 50%;
}
#content .left {
	float: left;
}
#content .right {
	float: left;
}
#content .foto_left {
	float: left;
	margin: 10px 30px 10px 0;
}
#content .foto_right {
	float: right;
	margin: 0px 0 10px 20px;
}
#content blockquote {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}
#outerWrapper #footer {
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #030130;
	margin: 50px 0 10px 0;
}
#footer .ciudades {
	background: url(../imagenes/footer_3.jpg) repeat-x;
	background: -moz-linear-gradient(center bottom, #eeeeee 0%,#cccccc 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee),color-stop(1, #cccccc));
	color: #333;
	padding: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #030130;

}
#footer .ciudades a {
	color: #354FAC;
}
#footer .ciudades .edo {
	font-weight: bold;
	color: #003;
	font-size: 14px;
}
#footer .ciudades ul {
	margin: 15px 0;
	padding: 0px;
}
#footer .ciudades ul li {
	list-style-type: none;
	display: inline;
	padding: 0 10px 10px 0;
	line-height: 25px;
}
#footer .menuFooter {
	margin: 0;
	text-align: center;
	float: left;
	padding: 20px;
	width: 960px;
}
#footer .menuFooter ul {
	margin: 0px;
	padding: 0px;
}
#footer .menuFooter li {
	float: left;
	list-style-type: none;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	margin: 0 9px 0 0;
	box-sizing:border-box
}
#footer .legal {
	width: 100%;
	font-size: 11px;
}
.menuFooter li a {
	font-weight: normal;
	color: #456DA4;
	font-size: 12px;
}
#footer .contacto_footer {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #003;
	height: 60px;
}
#footer .contacto_footer ul {
	margin: 0px;
	padding: 0px;
}
#footer .contacto_footer li {
	background: url(../imagenes/footer_1.jpg) repeat-x;
	display: block;
	width:29%;
	float: left;
	text-align: center;
	font-size: 13px;
	padding: 12px;
	background: -moz-linear-gradient(center bottom, #f0f0f0 41%,#ffffff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.41, #f0f0f0),color-stop(1, #ffffff));
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	height: 70px;
}
#footer .contacto_footer .last {
	background: url(../imagenes/footer_2.jpg) repeat-x;
	width: 34%;
	text-align: right;
	background: -moz-linear-gradient(center top, #bababa 0%,#999999 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bababa),color-stop(0.3, #999999));
	padding-left: 17px;
	border: none;
	color: #FFF;
}
#footer .contacto_footer a {
	color: #333;
	font-size: 12px;
}
.footer-fb {
	background-color:#4567AE;
	padding:5px 15px 10px 	15px;
	text-align:right;
	color: #fff;
	font-size:18px;
	
}
.footer-fb  a {
	color: #fff !important;
	font-weight:normal;
}
.footer-fb  a:hover, .footer-fb  a:focus {
	color: #DBDBDB !important;
	text-decoration:none;
}
.sombra {
	-webkit-box-shadow: 0px 1px 4px 1px #333333;
	box-shadow: 0px 1px 4px 1px #333333;
}
.calendario tr .first {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #030130;
}
.downindex {
	margin-bottom: 50px !important;
	padding-bottom: 50px;
}
.downindex section {
	float: left;
	display: block;
	margin: 0 13px 0 0;
	padding: 10px 13px 10px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E63AC;
	text-align: left;
	min-height: 240px;
	font-size: 14px;
	line-height: 20px;
}
.downindex .down2  {
	float: left;
	width: 31% !important;
	display: block;
	margin: 0 13px 0 0;
	padding: 10px 13px 10px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E63AC;
	text-align: left;
	min-height: 240px;
}
.downindex .down1 {
	float: left;
	width: 48% !important;
	display: block;
	margin: 0 13px 0 0;
	padding: 10px 13px 10px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E63AC;
	text-align: left;
	min-height: 240px;
}
.downindex .last {
	margin: 0px;
	border: none;
}
.downindex section h2 {
	
	text-align: center;
	background-color: #4567AE;
	padding: 10px;
	color: #FFF;
	-webkit-border-radius: 2px 2px 5px 5px;
	border-radius: 2px 2px 5px 5px;
}
.downindex #datepicker {
	margin-top: 10px;
	padding: 0 20px;
}
.calendario tr .cd1 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
.calendario tr .cd2 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFE03;
}
.calendario tr .cd3 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #03CBFE;
}
.calendario tr .cd4 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FE0000;
}
.calendario tr .cd5 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #75309A;
}
.calendario tr .cd6 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333333;
}
.calendario tr .cd7 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #D0ECF4;
}
.calendario tr .cd8 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F9A01B;
}
.calendario tr .cd9 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #810100;
}
.calendario tr .cd10 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #92D051;
}
.calendario tr .cd11 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #737373;
}
.calendario tr .cd12 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #EC008C;
}
.calendario tr .cd13 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #9EE8C5;
}
.calendario tr .cd14 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF7DFF;
}
.calendario tr .cd15 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #006602;
}
.calendario tr .cd16 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0070C2;
}
.calendario tr .cd17 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #fafafa;
}
.left_600 tr td div {
	float: left;
	margin: 0px;
	text-align: center;
}
.left_600 tr td .despues {
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}
