/* IN */


body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background: #FFFFFF;
	margin: 0; 
	margin-top: 1em;
	padding: 0;
	text-align: center;
	color: #000000;
}

a {
	color:#7E2835;
	}
a:hover {
	color:crimson;
	}

.twoColElsLtHdr #mainHeaderLeft {
	width: 22em;
	float: left;
	 
/*border: 1px solid #000000;*/
}

.twoColElsLtHdr #mainHeaderRight {
	width: 28em;
	float: right;
	font-size : 0.7em;
	padding : 0;
	text-align: right;	
/*border: 1px solid #000000;*/
}

.twoColElsLtHdr #mainHeaderRight A:link {border: none; text-decoration: none}
.twoColElsLtHdr #mainHeaderRight A:visited {text-decoration: none}
.twoColElsLtHdr #mainHeaderRight A:active {text-decoration: none}
.twoColElsLtHdr #mainHeaderRight A:hover {text-decoration: none}

.twoColElsLtHdr #mainLogoImg {
	width: 22em;
	/*border: 1px solid #000000;*/
}
.twoColElsLtHdr #dateData {
	width: 14.5em;;
	height: 5.35em;
	float: left;
	position: relative;
	

	/*text-align: right;*/
    /*border: 1px solid #000000;*/
}

.twoColElsLtHdr #date {
	position: absolute;
	bottom: 3px;
	right: 0px;
	color: #7E2835;
	/*border: solid 1px black;*/
}


.twoColElsLtHdr #leonShield {
	width: 3.4em;
	height: 5em;
/*border: 1px solid #000000;*/
}
.twoColElsLtHdr #rightOrnament {
	width: 6.5em;
	padding: 0;
	margin: 0;
/*border: 1px solid #000000;*/
}


#mainNav {
	color: #7E2835;
	background-color: #7E2835;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	float: left;
	clear: both;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNav li {
	
	background-color: #7E2835;

	margin: 0px;
	padding: 0px;
	float: left;
}
#mainNav a {
	color: #FFFFFF;
	font-size : 0.8em;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 2px;
	padding-left: 1em;
}
#mainNav a:hover, #mainNav a:focus, #mainNav a:active {
	background-color: #000000;
	color: #FFFF00;
}

.twoColElsLtHdr #header {
	background-color: FFFFFF; 
}

.twoColElsLtHdr #mainHeader {
	background-color: #7E2835; 
	background-image: url(../images/cargando.png);
	background-position: center;
	background-repeat: no-repeat;

	float: left;
	width: 100%;
	height: 9.2em;
	height: auto;
	/*border: 1px solid #000000;*/
	text-align: left;
	clear: both;

	min-height: 9.2em;
	max-height: 9.2em;

	
}

.twoColElsLtHdr #mainHeaderS {
background-color:#7E2835;
background-image:url(../images/cargando.png);
background-position:center center;
background-repeat:no-repeat;
clear:both;
height:auto;
max-height:9.2em;
min-height:9.2em;
text-align:left;
width:100%;
}

.twoColElsLtHdr #mainHeaderNB {
background-color:#7E2835;
background-image:url(../images/transparent.png);
background-position:center center;
background-repeat:no-repeat;
clear:both;
height:auto;
max-height:9.2em;
min-height:9.2em;
text-align:left;
width:100%;
}


.twoColElsLtHdr #mainImg {
	width: 35em;
	background-color: #7E2835;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float: left;
}

.twoColElsLtHdr #knowWhatImg {
	
	background-color: #7E2835;
	float: right;
	margin-right:1em;	
}

.twoColElsLtHdr #knowWhat {
	background-color:#7E2835;
	color:#FFFFFF;
	float:right;
	margin-right:5px;
	width:8.2em;
	min-height: 8.9em;
	max-height: 8.9em;
}

.twoColElsLtHdr #knowWhat p {
	float:right;
	font-size:0.8em;
	margin-right:0.1em;
	margin-top:0.4em;
	max-height:8em;
	min-height:8em;
	overflow:hidden;
	position:relative;
	width:auto;
	padding-left:0.3em;
	text-align:left;
}

div.clear
        {
          clear: both;
          font-size: 1px;
          line-height: 1px;
          overflow: hidden;
          visibility: hidden;
          width: 0;
          height: 0;
       }



/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container {
	width: 44em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin:0 auto 0; /* the auto margins (in conjunction with a width) center the page */
	/*border: 3px solid yellow;*/
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
/*.twoColElsLtHdr #sidebar1 {
	float: left;  
	width: 10.5em; 
	height: 30.5em;
	background: #FFF9F9;
	padding: 5px 0; 
	border: 1px solid #7E2835;
	margin-top: 0.1em;
	text-align: center;
	border-top: 1px solid #7E2835;
	
	
   overflow: hidden;
}

html>body #sidebar1 {
  overflow: visible;
}*/
.twoColElsLtHdr:a{
	text-decoration:none;
}

img { border: none; }

.twoColElsLtHdr .menuItem {
	float: left; 
	width: 10em; /* since this element is floated, a width must be given */
	/*border: 1px solid #7E2835;*/
}
.twoColElsLtHdr .subMenuItem, .twoColElsLtHdr .subMenuItemActive{
	float: left; 
	width: 10em; /* since this element is floated, a width must be given */
	list-style-type:none;
	margin-top:1px;
	margin-left: -1em;
	color: #7E2835;
	font-size: 0.8em;
	padding-top: 1px;
	padding-left: 4px;
	text-align: left;
	text-decoration: none;
	/*border: 1px solid black;*/
}
.twoColElsLtHdr .listsubMenuItem, .twoColElsLtHdr .listsubMenuItemActive {
	color:#7E2835;
	float:left;
	font-size:0.8em;
	list-style-type:lower-roman;
	margin-left:-0.8em;
	margin-top:4px;
	padding-left:4px;
	padding-top:1px;
	text-align:left;
	text-decoration:none;
	width:14em;
}
.twoColElsLtHdr .listsubMenuItem:hover, .twoColElsLtHdr .subMenuItem:hover{
		
	text-decoration: underline;	
	/*border-left: 3px solid #7E2835;
	border-right: 3px solid #7E2835;
	border-top: 1px solid #7E2835;
	border-bottom: 1px solid #7E2835;*/
	cursor: pointer;
	
}
.twoColElsLtHdr .subMenuItemActive{

	background: #7E2835;
	color: white;	
	
	/*border-top: 1px solid #7E2835;
	border-bottom: 1px solid #7E2835;*/
	cursor: pointer;
}

.twoColElsLtHdr .listsubMenuItemActive{

	background: MistyRose;
	cursor: pointer;
}

.twoColElsLtHdr .listsubMenuItem:first-letter , .twoColElsLtHdr .listsubMenuItemActive:first-letter {
	font-size: 130%;
	
	font-family: Algerian, Times New Roman, Times, Free Serif;	
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsLtHdr #intro {	
	background-color: white;
	/*border: 1px solid #7E2835;	*/
	margin: 0;
	height: 5.8em;
	overflow:hidden;
} 
.twoColElsLtHdr #intro p {
	border-top:1px solid #7E2835;
	color:#7E2835;
	font-size:1em;
	line-height:1.2em;
	margin-top:0;
	padding:0.4em 1em 1em;
	
}
.twoColElsLtHdr #intro a {
	color:#7E2835;
	}
.twoColElsLtHdr #intro a:hover {
	color:crimson;
	}

.twoColElsLtHdr #intro p:first-letter {
	font-size: 200%;
	color: #7E2835; 
	font-family: Algerian, Times New Roman, Times, Free Serif;
	font-weight: bold;
}


#newsContainer {
 width: 20.8em; /* since this element is floated, a width must be given */
	height: 23.2em;
	background: #FFECEC; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/backNews.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-left: 1px solid #7E2835;
	border-top: 1px solid #7E2835;
	border-right: 2px solid #7E2835;
	border-bottom: 2px solid #7E2835;
	margin-left: 3.3em;
	margin-top: 1em;
  
  position: relative;
  text-align: left;
  padding-top: 3px;
  padding-left: 2px;
	
 
  z-index: 2;
}

#newsContainer a {
 font-size: 0.8em;
	color: #7E2835;
}

#sidebar1 {
  
	width: 10.5em; /* since this element is floated, a width must be given */
	height: 31.8em;
	background: #FFF9F9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	padding-bottom: 0;
	border: 1px solid #7E2835;
	text-align: center;
	border-top: 1px solid #7E2835;
  float: left;
  overflow: hidden;
}

#sidebarNews {
  
	width: 13.5em; /* since this element is floated, a width must be given */
	height: auto;
	background: #FFF9F9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	padding-bottom: 0;
	border: 1px solid #7E2835;
	text-align: center;
	border-top: 1px solid #7E2835;
  float: left;
  overflow: hidden;
}

#sidebarEvents {
  
	width: 13.5em; /* since this element is floated, a width must be given */
	height: 18.8em;
	background: #FFF9F9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	padding-bottom: 0;
	border: 1px solid #7E2835;
	text-align: center;
	border-top: 1px solid #7E2835;
  float: right;
  overflow: hidden;
  background-image : url("../images/actBarFooter.png");
  background-position: top right;
  background-repeat: no-repeat;
  margin-top:0.3em;
  }

  .twoColElsLtHdr #sidebarEvents #eventsLinkPhoto{
 font-size: 0.8em;	
 float:right;
 margin-top: 0.8em;
 margin-right: 1.7em;
 text-align: center;
 margin-bottom: 0;
}

html>body #sidebar1 {
  overflow: visible;
}

#overlappedContent {
  
	height: 31.5em;
	margin-left: 10.7em;


  position: relative;
  z-index: 1;
  /*border: 1px solid red;*/

 

}

#overlappedContentEvents {
height:22.5em;
position:relative;
width:30em;
z-index:1;

}

#overlappedContentSection {
  
	/*height: 31.3em;*/
	min-height:18em;
	margin-left: 10.7em;
	position: relative;
	z-index: 1;
  /*border: 1px solid red;*/
	text-align: center;
	background-image: url(../images/gradient.png);
	/*background-repeat: no-repeat;*/
	

}

#overlappedContentSection p {
	color:#7E2835;
	font-size:0.96em;
	padding:0 2.3em;
	text-decoration:none;
	margin: 0;
}

#overlappedContentSection #description {
	min-height: 10.6em;
}
#overlappedContentSection p:first-letter {
	font-size: 200%;
	color: #7E2835; 
	font-family: Algerian, Times New Roman, Times, Free Serif;
	font-weight: bold;
}


.twoColElsLtHdr #actuacionesContent {
    width: 18.7em;
	height: 16em;
	 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-image: url(../images/backEvents.png);
	border-top: 1px solid #7E2835;
	border-left: 1px solid #7E2835;
	border-right: 2px solid #7E2835;
	border-bottom: 2px solid #7E2835;
	float: left;

	 padding-top: 2px;
	  padding-left: 2px;
    margin-top: 3px;
	 margin-left: 2.2em;
	
} 

.twoColElsLtHdr #thirdPannel {
   background-image:url(../images/eventsOrnament.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-color:#7E2835;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	float:left;
	height:6em;
	margin-left:14.2em;
	margin-top:14px;
	padding-left:2px;
	padding-top:3px;
	text-align:center;
	width:18.5em;
	
} 

.twoColElsLtHdr #thirdPannel p{
   color:navy;
	font-size:0.8em;
	margin:0.5em;
	
} 


.twoColElsLtHdr #footer { 
	padding: 0 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #7e2835;
	height:1.4em;
	color:#FFFFFF;	
	text-decoration:none;

} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColElsLtHdr #footer #imageFooterDiv{ 
	background-color: white;
}

.twoColElsLtHdr #footer #imageFooter{ 
	float:right; 
	margin-top:-2.8em;
} 

.twoColElsLtHdr #footerLinks { 
	background-image: url(../images/footerGradient.png);	
	color:#FFFFFF;	
	text-decoration:none;
	height:3.7em;
} 
.twoColElsLtHdr #innerFooterLinks { 
	padding: 0.5em;
	padding-top:0.3em;
	line-height:0.8;
	
} 
.twoColElsLtHdr #footerLinks a{
color:PapayaWhip;
font-size:0.7em;
margin-left:0.4em;
margin-right:0.4em;
text-decoration:none;
width:33%;
}
.twoColElsLtHdr #footerLinks a:hover{
color:LawnGreen;
}

.twoColElsLtHdr .newMiniFeed {
	margin: 1px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	width: 325px;
	border-top: 1px solid #7E2835;
	border-left: 1px solid #7E2835;
	border-right: 2px solid #7E2835;
	border-bottom: 2px solid #7E2835;
	font-size: 0.8em;
	color: #7E2835;
	background: #FFF9F9;
	text-align: left;
	float: left;
	margin-top: 3px;
}

.twoColElsLtHdr .newMiniFeed .newTitle {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	border-right: 1px solid #7E2835;
	font-size:1.1em;
	width: 196px;
	font-weight:bold;
	float: left;
}

.twoColElsLtHdr .newMiniFeed .newDate {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-weight:bold;
	width: 128px;	
	float: left;
	text-align:center;
}

.twoColElsLtHdr .newMiniFeed .newImage {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*border-right: 1px solid #7E2835;*/
	border-top: 1px solid #7E2835;
	width: 115px;
	height: 137px;
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	
	float: left;
}

.twoColElsLtHdr .newMiniFeed .newMiniBody {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	border-top: 1px solid #7E2835;
	width: 209px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.twoColElsLtHdr .newMiniFeed .newLink {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
	width: 120px;
	float: left;
	
}



.twoColElsLtHdr .actuationMiniFeed {
	margin: 1px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	width: 300px;
	border-top: 1px solid #7E2835;
	border-left: 1px solid #7E2835;
	border-right: 2px solid #7E2835;
	border-bottom: 2px solid #7E2835;
	font-size: 0.8em;
	color: #7E2835;
	background: #FFF9F9;
	text-align: left;
	float: left;
	margin-top: 3px;
	padding: 4px;

}

.twoColElsLtHdr .actuationMiniFeed a{
	text-align: right;
	font-size: 0.75em;
}

.twoColElsLtHdr .actuationMiniFeed .actuationDate {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align: center;	
	width: 60px;	
	float: left;
}

.twoColElsLtHdr .actuationMiniFeed .actuationDesc {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-left:0.4em;	
	width: 12.5em;	
	float: left;
}

.twoColElsLtHdr #indFooterImg {
	margin-left: 3em; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-bottom: 0;
	margin-top: 10.1em;
	/*border: 2px solid green;*/
	float: left;
}

.twoColElsLtHdr #contactoFooterImg {
	margin-left: 3em; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-bottom: 0;
	margin-top: 0em;
	/*border: 2px solid green;*/
	float: left;
}

.twoColElsLtHdr #indFooterImgNews {
float:left;
margin-bottom:0;
margin-left:4.4em;
margin-top:1.1em;
}

.twoColElsLtHdr #indFooterImgEvents {
float:left;
margin-bottom:0;
margin-left:6.4em;
margin-top:1.1em;
}

/*#imageContainer {
	height:160px;
}*/

#imageContainer img {
	display:none;
	position:absolute;	
	/*top:0; left:0;*/
}


.twoColElsLtHdr #new h1 {
color:#7E2835;
font-size:1.6em;
padding:0.5em 1em 0em 2.5em;
text-align:left;
line-height:25px;
font-family:Times New Roman;
margin-bottom:0.5em;
}
.twoColElsLtHdr #new h5, .twoColElsLtHdr #new h4 {
color:MidnightBlue;
font-family:Times New Roman;
margin: 1em -0.3em -0.3em 4.8em;
text-align:left;
text-decoration:underline;
}
.twoColElsLtHdr #new h4 {
margin: 1em 0.6em 0.6em 4.8em;
font-size:0.8em;
text-decoration:none;
}
.twoColElsLtHdr #new p:first-letter{
color:#7E2835;
font-size:1em;
font-family:Times New Roman;
}
.twoColElsLtHdr #new p {
color:#7E2835;
padding-left:4em;
padding-right:2em;
text-align:left;
text-decoration:none;
line-height:16px;
}
#overlappedContentSectionNews {
  
	height: auto;
	margin-left: 10.7em;
	position: relative;
	z-index: 1;
  /*border: 1px solid red;*/
  border-bottom:1px solid transparent;
	text-align: center;
	background-image: url(../images/gradient.png);
	/*background-repeat: no-repeat;*/
	

}


.twoColElsLtHdr #who h1 {
color:#7E2835;
font-size:1.4em;
text-align:left;
line-height:25px;
font-family:Times New Roman;
margin-bottom:0.5em;
}

.twoColElsLtHdr #who h1:first-letter{
font-size: 140%;
	color: #7E2835; 
	font-family: Algerian, Times New Roman, Times, Free Serif;
	font-weight: bold;
}

.twoColElsLtHdr #who p{
color:#7E2835;
text-align:left;
text-decoration:none;
line-height:16px;
}

.twoColElsLtHdr #who li{
color:#7E2835;
text-align:left;
text-decoration:none;
line-height:16px;
margin-bottom:20px;

}

.twoColElsLtHdr #eventsCalyRel{
float:left; 
border:1px #7E2835 solid; 
width: 11.3em;
margin: 0.3em;
}
.twoColElsLtHdr #eventsCalyRel p{
font-size:0.9em;
font-weight:bold;
margin:0.3em;
text-align:center;
}

.twoColElsLtHdr #eventDescription{
float:left; 
border:1px #7E2835 solid; 
width: 17.3em;
height:21.7em;
margin:0.3em;
margin-left:0em;


}
.twoColElsLtHdr #eventDescription p{
font-size:0.9em;
font-weight:bold;
margin:0.3em;
text-align:left;
}

.twoColElsLtHdr #eventDescription div{
font-size:0.8em;
font-weight:bold;
margin:0.3em;
text-align:left;
overflow:auto;
color: #7f2733;
background-color: #fff9f9;
border: 1px #f4c6d3 solid;
width:auto;
height:24em;
padding:0.3em;
background-image: url("../images/eventsOrnament.png");
background-position: bottom right;
background-repeat: no-repeat;
}

.twoColElsLtHdr #eventDescription h4 {
font-size:0.9em;
margin-top:0.8em;
text-decoration:none;
color: crimson;
}

.twoColElsLtHdr .eventLinkOffDate {
color: red;
text-decoration:line-through;
}

.twoColElsLtHdr .time_picker_div_on {
 visibility: visible; 
 opacity: 100%;
margin-left:1.1em;
}

/*Contact*/
.twoColElsLtHdr #overlappedContentSection #contactInfoContainer {
 font-family: Algerian, Times New Roman, Times, Free Serif;	
 margin-left:2em;
 text-align:left;
 padding-top:0.1em;
 font-size: 90%;
}

.twoColElsLtHdr #overlappedContentSection #contactInfoContainer h4{
 color:#7E2835;
 font-size: 1.35em;	
 font-family: Times New Roman, Times, Free Serif;
 margin-top:1em;
}

.twoColElsLtHdr #overlappedContentSection #contactInfoContainer h4:first-letter{
 color:#7E2835;
 font-size: 1.6em;	
 font-family: Algerian, Times New Roman, Times, Free Serif;	
}

.twoColElsLtHdr #overlappedContentSection #contactInfoContainer p {
 color: #7E2835;
 font-size: 103%;	
}

.twoColElsLtHdr #overlappedContentSection #contactInfoContainer span {
 color: Crimson;
 font-size: 1.2em;	
 font-family: Times New Roman, Times, Free Serif;	
 padding-left:1.2em;
}

.twoColElsLtHdr #overlappedContentSection #iframeDisplay{
height:21em;
}

.twoColElsLtHdr #overlappedContentSection #iframeDisplayQS{
min-height:30em;
padding-bottom:3em;
}





