/*
Design by MiPlanWeb.com
http://www.MiPlanWeb.com
*/

* {  /* Necessary for IE6 and IE7: it will remove spaces like "registrarse" */
	margin: 0;
	padding: 0;
}

body
{
    /*background: #FFFFFF;*/
    background: #B7AA9D;
    text-align: justify;
    /*font-family:"Arial Narrow", Arial;*/
    font-family:"Franklin Gothic Medium", Arial;
    /*font-family: Arial;*/
    font-size: 13px;
    /*font-size: 0.78em;*/
    color: #756555;
    letter-spacing: -0.2px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Arial Narrow", Arial;
    text-transform: uppercase;
	color: #00697A;
}


h1 
{
	font-size: 23px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 16px;
}


ul {
	margin-left: 20px;
	padding-left: 0;   /* Mc - this is needed for Firefox */
}



a {
	color: #B95205; 
}

a:hover {
	text-decoration: none;
}

#contentTable td
{
     padding: 5px;
}

/* headerWrapper */
#headerWrapper {
	width: 896px;
	margin:  0 auto;
    overflow: hidden;
    padding-top: 20px;
/*	border: solid 1px black;*/
}

/* Header */
#header {
	padding: 5px 30px 0px 30px;
	background: white;
}

#header a {
	text-decoration: none;
	color: #B7AA9D;
	font-size: 14px;
}

#header a:hover {
	text-decoration: underline;
}

/* Menu - Mc Added*/
#menu 
{ 
    clear: both;
    border-left: solid 17px #00697A;
    background: #d06f19 url(images/bk2.gif) no-repeat;
    margin-top: 5px;
    margin-left: -30px;
    margin-right: -30px;
    /*padding-top: 7px;*/
    padding-top: 2px;
    /*padding-bottom: 7px;*/
    padding-bottom: 2px;
}
#menu ul {
	list-style: none;
}
#menu li 
{
    /*line-height: 23px;*/
    line-height: 18px;
}
#menu li a
{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    /*font-size: 14px;*/
    font-size: 12px;
    color: White;
}
#menu li a:hover{
	/*background-color: White;*/
	font-weight: bold;
	text-decoration: none;
	/*font-size: 15px;*/
	font-size: 13px;
}
#menu .active a{
	font-weight: bold;
	text-decoration: none;
	/*font-size: 15px;*/
	font-size: 13px;
}


/* Wrapper */
#wrapper {
    width: 896px;
    margin: 0 auto;
	overflow: hidden;  /* Needed for Firefox */
	background: white;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 41%;
	padding: 10px 0px 0px 10px;
	/*border: solid 1px black;*/
}

#sidebar h1 {
	text-transform: lowercase;
	color: #B7AA9D;
	font-size: 35px;
	font-family: Arial;
	text-align: right;
}

#sidebar h2 {
	/*padding: 0 0 10px 0;*/
	margin-top: 20px;
}

#sidebar ul  /* Mc Added */
{
    margin-left: 0px; 
}

#sidebar li {
    list-style: none;
    line-height: 19px;
}




/* Mc - SideMenu Wayfinder behavior */
.sideMenu {
    
}
.sideMenu a  {   /* Mc Added */
    text-decoration: none;
	/*font-weight: bold;*/
}	
.sideMenu li {
    font-size: 16px;
}
#sidebar .sideMenu li 
{
   line-height: 21px;
}
#sidebar .sideMenu li ul li {
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
} 
.sideMenu li ul li {
    margin-left: 15px;
	font-size: 13px;
}
.sideMenu a:hover
{
    color: White;
	background-color: #d06f19;
    /*text-decoration: underline;*/
}
.sideMenu .levelMenuItem1.active a {
	color: #00697A;
	/*background-color: #F0E7D9;*/
}
.sideMenu .levelMenuItem1 .levelMenuItem2 a {
	color: #B95205; 
	/*background-color: #311C00;*/
}
.sideMenu .levelMenuItem1 .levelMenuItem2 a:hover {
    color: White;
	background-color: #d06f19;
}
/* End - SideMenu Wayfinder behavior */

/* Content */
#tplcontent {
	float: right;
	width: 51%;
	padding: 0px 30px 0px 13px;
	margin: 10px 0px 10px 0px;
	border-left: solid 1px #00697A;
	/*border: solid 1px black;*/
}
#tplcontent h1 {
	margin:  13px 0px 5px 0px;
	letter-spacing: -1px;
}
#tplcontent h2 {
	margin:  10px 0px 5px 0px;
	letter-spacing: -1px;
}
#tplcontent p
{
     padding: 3px 0px 7px 0px;
}


/* ACCEDER AL SITIO - HEADER:  Campos para ingresar usuario y contraseņa  */
#headerLogin 
{
     /*float: right;*/
     width: 250px; /* McModified for current template - needed for IE */
     /*margin-right: 15px;  */
     /*font-size: 16px;*/ /* McAdded for current template */
}

#headerLogin a
{
    /*font-size: 11px;*/ /* McModified for current template */
}

#headerLogin p
{
     margin: 0;
     padding: 0;
}

#headerLogin label
{
     /*font-size: 11px;*/ /* McModified for current template */
}

#headerLogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

#headerLogin input {
	padding:3px; /* McModified for current template */
	border-top: 1px solid #0b4f26;
	border-left: 1px solid #0b4f26;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 20px; /* McModified for current template */
	/*font-size: 12px;*/ /* McModified for current template */
}

#headerLogin .button 
{
    /*height: 18px;*/
    height: 25px; /* McModified for current template */
}


#headerLogin h3 {
    display: none;  /* Hides some text inside "FormLogin" Chunk */
}

#headerLogin #forgotpsswd {
	/*font-size: 9px;*/ /* McCommented for current template */
	float: right; 
	/*color: White; */
}

#headerLogin #WebLoginLayer2
{
     /*line-height: 12px;*/
     line-height: 20px; /* McModified for current template */
     text-align: left; /* McAdded for ao template */
}
#headerLogin #WebLoginLayer0 a   /* ONLY for template current */
{
    /*color: #AD200E;*/
}

#headerLogin .logoutSection  /* controls the "usted ha accedido" text */
{
     /*font-size: 12px; */ /* McModified for current template */
}

#headerLogin .logoutLink
{
     font-size: 14px;
}
/* Fin - Acceder al sitio - HEADER */


/* 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: #00697A;
}

/* 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;*/
}
/* 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 */

#footer {
	clear: both;
	/*width: 100%;*/
	text-align: center;
	height: 30px;
	padding-top: 10px;
	/*border: solid 1px white;*/
}

#footer a
{
    color: #E6E6E6;
}


/* From ao-frontpage template */
#frontpageHeader
{
    height: 134px;
    /*padding: 10px 30px 10px 30px;*/
	background: #d06f19;
	color: White;
	letter-spacing: normal;
    /*border: solid 1px white;*/
}
#frontpageHeader a
{
    text-decoration: none;
    font-family:"Franklin Gothic Medium", Arial;
    /*font-family: Verdana;*/
    font-size: 17px;
    font-weight: bold;
    color: White;
}
#frontpageHeader a:hover
{
    text-decoration: underline;
}
#frontpageContent
{
    /*height: 577px;*/
    height: 400px;
    background: #00718f url(images/front-page.gif) no-repeat bottom right;
    /*border: solid 1px white;*/
}
#frontpageFooter
{
    height: 40px;
}
