/*
CSS Credit: http://www.templatemo.com/
Adapted to ModX by MiPlanWeb.com
http://www.MiPlanWeb.com
*/

* {  /* Necessary for IE6 and IE7: it will remove spaces like "registrarse" */
	margin: 0;
	padding: 0;
}

html {

	background: #1f5c7b;

}

body {
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	width: 100%;
	display: table;
}

a
{
    color: #008ED2;
}

a:hover{
    /* color: #0f73a6;*/
     text-decoration: none;
}

#background_section_top {
	width: 100%;
	/*height: 163px;*/
	/*height: 187px;*/
	/*background: url(images/templatemo_top_section_bg.jpg) repeat-x;*/
}

#background_section_middle {
	width: 100%;
	background: #1f5c7b url(images/templatemo_mid_section_bg.jpg) repeat-x;
	clear: both;
	overflow: hidden;
}

.container {
	width: 960px;
	margin: auto;
}

#background_section_bottom {
	width: 100%;
	/*background: #297DAD url(images/templatemo_footer_bg.jpg) repeat-x;*/
	float: left;
	clear:both;
	padding: 10px 0 0 0;
	margin: 10px 0 0px 0;
}

.container {
	text-align: left;
}

/* Header */
#header{
	/*height: 187px;*/
	/*height: 205px;*/
	width: 100%;
	background:url(images/header-bk-ready4.jpg) no-repeat;
	padding-top: 5px;  /* Needed */
	overflow: hidden;
	/*border: solid 1px cyan;*/
}


/* Menu */
#menu
{
    /*width: 538px;*/
    width: 960px;
    height: 43px;
    float: right; /*margin: 25px 100px 0 0;*/ /*border-bottom: solid 5px #FDCB2E;*/
    /*border-bottom: solid 5px #2888CC;*/
}


/** html #menu{    Shitty thing
	width: 556px;
	margin-top: 7px;
	margin-right: 80px;
}*/

#menu #menu_bg_l{
	width: 3%;
	height: 43px;
	float: left;
	background: url(images/templatemo_menu_bg_l2.gif) left bottom no-repeat;
}
#menu #menu_bg_r{
	width: 97%;
	height: 38px;
	float: left;
	background: url(images/templatemo_menu_bg_r2.gif) right bottom no-repeat;
	padding: 5px 0 0 0;
	display: inline;
	margin: 0;
}
#menu_bg_r ul{
	list-style: none;
	display: inline;
}
#menu_bg_r li{
	float:left;
}
#menu_bg_r li a{
	float: left;
	display: block;
	color: #FFF;
	background: url(images/templatemo_button_left-2.gif) no-repeat;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 13px;
	margin-right: 4px;
	padding: 0 0 0 10px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	/*letter-spacing: 0.5px;*/
	
	 
}
#menu_bg_r li a b{
	float: left;
	display: block;
	padding: 0 15px 0 5px;
	background: url(images/templatemo_button_right-2.gif) no-repeat;
	background-position: right top;
}
#menu_bg_r li.active a, #menu_bg_r li a:hover{
	/*color: #05acff;*/
	background: url(images/templatemo_button_left-hover2-trans.png) no-repeat;
}
#menu_bg_r li.active a b, #menu_bg_r li a:hover b
{
    color: #0073AA;
     /*color: #F38F07;*/
    letter-spacing: 1px;
    background: url(images/templatemo_button_right-hover2.gif) no-repeat; /*background: url(images/templatemo_button_right-hover2-trans.png) no-repeat;*/
    background-position: right top;
}

/*End OF menu*/
/*#logo {
	width: 280px;
	height: 65px;
	margin-top: 35px;
	margin-left: 40px;
	padding: 0;
	float: left;
	display: inline;
}
#logo h1 {
	margin-top: 4px;
	font-size: 30px;
	color: #8fdaff;
	line-height: 1em;
}
#logo h2 {

	margin-top: 4px;
	font-size: 11px;
} */


#content_area {
	width: 100%;
	background:  url(images/templatemo_content_bg-new.gif) no-repeat 1px top;
	overflow: hidden;
}

.sidebar
{
    overflow: hidden; /*height: 24px;*/ /* -47 For padding top */
    font-size: 12px;
    color: #fff;
    margin-top: 30px;
    width: 135px; /* Important hack for ultra-stupid IE6 */
    padding-left: 15px; /*padding-right: 20px; Necessary for Firefox but won't be used because of stupid IE6 */
    /*border-left: solid 2px #f3f3f3;*/
    border-left: solid 2px #fdcb2e;
    /*border: solid 1px cyan;*/
}
.sidebar li {
     list-style-type: none;
}
.sidebar h1, .sidebar h2, .sidebar h3
{
    /*color: #AED5EC;*/
    color: #00D5D5;
    letter-spacing: -1px;
}
.sidebar h2
{
     font-size: 21px;
     font-weight: normal;
     margin-top: 15px;
     margin-bottom: 5px;
}
.sidebar a {
     color: White;
}
.sidebar a:hover {
    text-decoration: none;
}

/* Mc - SideMenu Wayfinder behavior */
.sideMenu {
    
}
.sideMenu a  {   /* Mc Added */
    text-decoration: none;
	font-weight: bold;
	display: block;  /* Necessary for the block appearance of menus */
}	
.sideMenu li {
    font-size: 13px;
    line-height: 20px;
    border-bottom: solid 1px #297DAD; /* Stupid IE6 Hack */
}
.sidebar .sideMenu a:hover
{
    color: White;
    background-color: #559BD9;
    /*text-decoration: underline;*/
}
.sidebar .sideMenu .levelMenuItem1.active a {
	color: White;
	background-color: #559BD9;
}
.sidebar .sideMenu li ul li {
    line-height: 18px;
} 
.sideMenu li ul li {
    margin-left: 15px;
	font-size: 11px;
}
.sidebar .sideMenu .levelMenuItem1 .levelMenuItem2 a {
	color: white;
	background-color: Transparent;
	/*: #297DAD; */
}
.sideMenu .levelMenuItem1 .levelMenuItem2 a:hover {  /* Is this necessary? */
    color: White;
	background-color: #559BD9;
}
/* End - SideMenu Wayfinder behavior */


.sidebarFooter
{
	background: url(images/templatemo_left_section_bottom-new-4.gif) repeat-y;
	line-height: 16px;
}

#left
{
    background-position: center top;
    float: left;
    margin-top: 26px;
    margin-right: 10px;
    width: 170px;
    background: url(images/templatemo_left_section_top_pc-new-4.jpg) no-repeat center top;
    background-color: #297DAD; 
    /*background-color: #2888CC;*/
    /*border: solid 1px red;*/
}


#center {
	/*float: right;
	width: 701px;*/
	float: left;
	width: 563px;
	background: #f3f3f3 url(images/center-footer-bk2.jpg) no-repeat center bottom;
	margin-top: 20px;
	/*margin-right: 23px;*/
	padding: 10px 20px 120px 20px;
	display: inline;
	font-size: 14px;
	color: #595959;
	line-height: 22px;
	overflow: hidden;
	/*border: solid 1px cyan;*/
}

#center p{
	margin: 10px 0px 10px 0px;
	text-align: justify;

}
#center h1, #center h2, #center h3{
	color: #2c83b0;
	letter-spacing: -1px;
}
#center h1{
	margin: 23px 0px 18px 0px;
	font-size: 27px;
	 line-height: 28px;
}
#center h2{
	margin: 20px 0px 15px 0px;
	font-size: 21px;
}
#center h3  {
	margin: 17px 0px 8px 0px;
	font-size:17px;
	/*border: solid 1px red;*/
}

#center img{
	margin: 5px 10px 5px 10px;
}
#center ul li{
     margin-left: 25px;
}
#center p.email {
      padding: 0;
      margin: 0;
      /*border: solid 1px cyan;*/
}


#newright
{
    width: 170px;
    float: right;
    margin-top: 26px;
    /* margin-left: 10px;*/
    background:  url(images/templatemo_left_section_top_pc-new-4.jpg) no-repeat center top;
    background-color: #297DAD; 
    /*border: solid 1px yellow;*/
}



/* Mc - for TinyMCE */
.middleAlign {  /* for TinyMCE */
    vertical-align:middle;
}
.invisibleBorder {  /* for TinyMCE */
    border-width: 0px;
}

/* Mc - Ditto */
.ditto_currentpage
{
    padding-left: 1px;
    padding-right: 1px;
} 
.ditto_page
{
    padding-left: 1px;
    padding-right: 1px;
} 
.ditto_tags, .ditto_info
{
     font-size: 11px;
}


/* Mc - ajaxSearch */
.ajaxSearch_highlight /* Highlighting */
{
    color: White;
    background-color: #559BD9;
}

/* Mc - EasyEvents */
.ee_miniCalPrev, .ee_miniCalNext
{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.ee_miniCalendarNav a
{
    text-decoration: none;
}
.ee_miniCalYear, .ee_miniCalMonth
{
    font-weight: bold;
}
.ee_today
{
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.ee_miniCalendarDays
{
    border-spacing: 6px;
}
.ee_miniCalendarDays a
{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.ee_miniCalendarDays thead  /* Probably only for current template */
{
 /*   color: #EB1400;*/
}
.easyEventsList_heading   /* Probably only for current template */
{
     /*color: #EB1400;
     font-weight: bold;*/
}
/*   NOT WORKING YET! */
/*.ee_BigCalendarContainer .ee_miniCalendarDays td       
{
     font-size: 20px;
} */ 
/* END EasyEvents */



/* Mc - WebloginPE - UsersList */
.usersListTitle
{
     font-size: 16px;
     font-weight: bold;
}
.usersListLabel
{
 font-weight: bold;
}
.wlpeUserPagePhoto img
{
     margin: 0px 6px 0px 6px;
}
.wlpeMessage
{
    font-size: 15px;
    font-weight: bold;
}

#wlpeUser td
{
     padding: 4px;
}
/* END UsersList */

/* FDM Form */
.fdmFields td
{
     padding: 5px;
}
.fdmFields img
{
    margin: 0px;
}
/* END FDM Form */


/* Mc - Sidebar Login  */
#sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#sidebarlogin input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#sidebarlogin .button 
{
    height: 25px;
}
#sidebarlogin h3 {
    display: none;  /* Hides some text inside "FormLogin" Chunk */
}
#sidebarlogin #forgotpsswd {
	font-size: 80%;
	float: right; 
}


#footer_section {
	width: 955px;
	overflow: hidden;
	padding-left: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
}

#footer_section a{
		color: #00D5D5;
}

#footer_section a:hover{
		text-decoration:none;
}
