/*------ Resets -----*/
body, address, blockquote, dl, dt, dd, ol, ul, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, pre {
    margin:0;
    padding:0;
}
body {
	background-color: #dadfed;
    font: 82% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial;	
    color:#333;
}  
html, body {
    height:100%; /*for sticky footer*/ 
} 
body {  /*Opera height trigger,(note: position:relative; on html causes bug in older safari)*/
    position:absolute; 
    width:100%;
	text-align: center;
}
a {	cursor: pointer;}

#wrapperhome { /*Define the background for the Home page only*/
	clear:both;
    min-height:100%; /*height is determined from parent's height (html & body)*/
    width:100%px; /*width imagen */
    margin: 0 auto;
	background: #dadfed url(images/back.jpg) repeat-x center top;
}

#wrappersub { /*Define the background for the Subpages*/
	clear:both;
    min-height:100%; /*height is determined from parent's height (html & body)*/
    width:100%px; /*width imagen */
    margin: 0 auto;
	background: #dadfed url(images/backsubindex.jpg) repeat-x center top;
}
	
#wrapper {
	clear:both;
    min-height:100%; /*height is determined from parent's height (html & body)*/
    width:1240px; /*width imagen */
    margin: 0 auto;
}
* html #wrapper {height:100%;}/*min-height for ie6*/
 
#header{
    min-height:90px; /* combined height of header images*/
	background: url(images/index01.jpg) no-repeat;
}
* html #header {height:90px}/*min-height for ie6*/

#headersub{
    min-height:48px; /* combined height of header images*/
	background: url(images/subindex01.jpg) no-repeat;
}
* html #headersub {height:48px}/*min-height for ie6*/

#banner{
    min-height:295px; /* combined height of header images*/
	background: url(images/index02_01.jpg) no-repeat;
}

#subbanner{
    min-height:140px; /* combined height of bannersub images*/
}
#menu{
    min-height:103px; /* combined height of header images*/
}

#contentmain {
    width:1240px;
    text-align:center;
    padding-bottom:820px; /*footer height (plus 20px for text spacing)*/ 
    background: #dadfed;   
}

/** contentmain headings **/
	#contentmain h2 { clear:both; font-size: 1.1em; font-family: "Lucida Grande", Verdana, Helvetica, Arial; text-align:left; padding-bottom:5px; margin:25px 0 0 0; color: #333;}
	#contentmain h2 a { color: #fff; text-decoration: none;}
	#contentmain h3 { clear:both; font-size: 1.50em; font-family: "Lucida Grande", Verdana, Helvetica, Arial; border-bottom: 1px solid #999; margin-bottom:1px; text-align:left; padding-bottom:5px; margin:25px 0 0 0; color: #333;}
	#contentmain h3 a { color: #fff; text-decoration: none;}
	#contentmain {font-size: 0.95em;}
	#contentmain p {margin: 10px 0 0px 0; color: #555; text-align:justify;}
	
.styling {font-size: 1.15em; font-style:italic; color:#690; font-weight:900; text-align:center; margin-top:20px;}
	
div#containerjust{
clear:both;/*clear the floats in the #imgwrap div*/
margin: 0 auto;
width: 850px; 
text-align: justify;
overflow:hidden; /*contain floated children*/
}
	
#main {
float:left;
width:480px; /*size of left column*/
padding:0 10px 0 0px;
}

#sidebar {
float:right;
width:350px; /*size of right column*/
vertical-align:top;
}
#sidebar img { padding:0 0 20px 0;}

ul {clear:both; text-align:left;}
li {padding: 0; margin: 0; margin-left: 2em; margin-bottom:5px;}

#footer {
    clear:both;
    height:800px;
    margin:-800px auto 0; /*pull footer back into viewport and center*/
    background: url(images/backfooter.jpg) repeat-x center bottom;
    text-align:center;
}
#contentfooter {
    width:1240px;
    height:800px;/*image height added here*/
    text-align:center;
    margin: 0 auto;
    background: url(images/footer01.jpg) no-repeat center;  
    font-size: 11px;
    color: #333;
}

#mainfooter		
{ 
width: 1240px; /*size of the whole footer content*/
border: none;
padding-top:50px;
text-align: center;
}

/*==== Image Styles ====*/
#footerimgwrapcert { /*contain all 175px tall images in the certification*/
    height:221px;
    width:100%;
	background: url(images/tittlecert.jpg) no-repeat center top; 
}
#footerimgwrapcert img{
    display:inline-block;
    float:left;
	margin:46px 0 0 0;
	text-align:center;
}
#footerimgwrapassoc { /*contain all 175px tall images in the association*/
    height:114px;
    width:100%px;
	background: url(images/tittleassoc.jpg) no-repeat center top; 
}
#footerimgwrapassoc img{
    display:block;
    float:left;
	margin:39px 0 0 0;
}

.line {border-left: 1px #cccccc solid}

.textfooter { 
font-size: 12px;
color:#333;
text-align: left;
}

small {	font-size: 8px;	}

a:link {text-decoration: none; /* for unvisited links */
       	font-size: 12px;
		font-weight:900;
		color:#000}
a:visited {text-decoration: none;/* for visited links */
       	font-size: 12px;
		font-weight:bold;
	   	color:#000}
a:active {text-decoration: none;/* when link is clicked */
       	font-size: 12px;
	   	color:#000}
a:hover {text-decoration: none; color:#006;}	/* when mouse is over link */

a.navfooter:link {text-decoration: none; /* for unvisited links */
       	font-size: 12px;
		font-weight:900;
		color:#333}
a.navfooter:visited {text-decoration: none;/* for visited links */
       	font-size: 12px;
		font-weight:900;
	   	color:#333}
a.navfooter:active {text-decoration: none;/* when link is clicked */
       	font-size: 12px;
		font-weight:900;		
	   	color:#333}
a.navfooter:hover {text-decoration: none; color:#09F}	/* when mouse is over link */

/* ---------------------- Top Menu nav ---------------------- */
#top-nav{ max-width:850px; height:48px; background:none;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;text-transform: uppercase;}
#top-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:right;}
#top-nav ul li{display:block;float:left;margin:0 2px;}
#top-nav ul li a{display:block;float:left;color:#667188; font-weight:900;text-decoration:none;padding:0 0 0 12px;height:48px;line-height:48px;}
#top-nav ul li a span{display:block;float:left;padding:0 12px 0 0px;height:31px;width:auto; font-size: 0.9em;}
#top-nav ul li a:hover{color:#fff;}
#top-nav ul li a:hover span{display:block;cursor:pointer;}
#top-nav ul li a.current,#top-nav ul li a.current:hover{color:#c4c4c7;background:transparent url("images/top_left-ON.jpg") no-repeat top left;}
#top-nav ul li a.current span{background:transparent url("images/top_right-ON.jpg") no-repeat top right;height:48px;}
/* ---------------------- END Menu nav ---------------------- */


/* ---------------------- Bottom Menu nav ---------------------- */
#bottom-nav{ max-width:850px; height:45px;background:none;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; padding-top:10px;}
#bottom-nav label a{font-size:14px; color:#000;}
#bottom-nav label a:hover{color:#fff;}
#bottom-nav label a.current{color:#c4c4c7;}
#bottom-nav label{
display:block;
color:#000;
font-weight:bold;
text-align:left;
width:90px;
float:left;
}

#bottom-navtext{ max-width:850px; height:20px;background:none;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; padding-top:5px; text-align:left; letter-spacing:2px; font-weight:900; font-size: 0.9em; color:#384559;}

#bottom-nav .small{
color:#333;
display:block;
letter-spacing:2px;
font-size:11px;
font-weight:normal;
text-align:left;
width:90px;
height:25px;
}

/* ---------------------- END Menu nav ---------------------- */

/* --------------------- Style Form --------------------*/

dl {clear:both;}
dt {float:left; text-align:right; width:150px; line-height:25px; margin:0 10px 10px 0;}
dd {float:right; width:290px; line-height:25px; margin:0 0 10px 0;}

#commentForm label { width: 170px; vertical-align:middle; }
#commentForm label.error, #commentForm input.submit { float:left; margin-left:0px; width:320px; text-align:left;}

form.cmxform fieldset {
	background:#e1e4e6; 
	padding:10px; 
	border:1px solid #fff; 
	border-color:#fff #666661 #666661 #fff; 
	margin-bottom:36px;
	width:460px;
}

form.cmxform legend {
	display: inline-block; /* IE Mac legend fix */
	background:#748298; 
	color:#fff; 
	font:14px/16px Verdana, Geneva, sans-serif; 
	padding:0 10px; 
	margin:-6px 0 10px -11px; 
	font-weight:bold; 
	border:1px solid #fff; 
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;	
}

form.cmxform label {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	text-align: right;
	cursor: auto;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset button {
	padding: 5px; 
	/*margin-left: 323px; /* margin entry button */
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label.error {
	margin-left: 0px;
	width: 290px;
}

form.cmxform input.submit {
	margin-left: 0px; 
}

/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 460px;
		/* tamano de las letras de la forma (labels) */
	font-size: 1em;
	color: #333;
}

	/* color de las letras de la forma (labels) */
form.cmxform label, form.cmxform p {
	color: #666666;
}


form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 6px 10px 3px; /* spacing between lines */
	border-top: 1px solid #CCCCCC;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
/*div.error { display: none; }*/
input {	border: none; height:20px; }
select { border: none; height:20px; }
textarea {	border: none;}
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
input.radio {  width:20px; border:none; background:none; }
form.cmxform .gray * { color: gray; }

.textsmall { 
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin-left:5px; 
font-style:italic;
font-size: 8px;
color:#666;
text-align: left;
}

#message {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    font-size: 10px;
	font-weight:900;		
	color:#900;
	text-align:right; 
	width:460px;
	padding:20px 0 0 0;
}


