/* CSS Document */

a:link	   {
	text-decoration: none;
}
a:visited  {
	text-decoration: none;
}
a:hover    {
	text-decoration: none;
	color: #002E62;
}	

blockquote {
	border: 1px solid #888888;
	background-color: #FFFFFF;
	padding: 15px;
	margin-left: 0px;
	}

html {
	 height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../graphics/header_bk.html);
	background-repeat: repeat-x;
	height: 100%;
	color: #D6D6D6;
}

#container {
	width: 790px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border-left-style: none;
	border-left-width: thin;
	border-left-color: #000000;
} 

#container2 {
	width: 790px;
	margin: 100px auto 0px auto;
	background-color: #FFFFFF;
	border-left-style: none;
	border-left-width: thin;
	border-left-color: #000000;
	height: 625px;
}
/*sombras*/
#shadow-container {
   position: relative;
   left: 3px;
   top: 3px;
   margin-right: 3px;
   margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
   position: relative;
   left: -1px;
   top: -1px;
}

#shadow-container .shadow1 {
   background: #F1F0F1;
   -moz-border-radius:10px;
}

#shadow-container .shadow2 {
   background: #DBDADB;
   -moz-border-radius:10px;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
	-moz-border-radius:10px;
}

#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 10px;
	-moz-border-radius:10px;
	text-align: center;
} 
/*Para utilizar las sombras:
<div id="shadow-container">
        <div class="shadow1">
            <div class="shadow2">
                <div class="shadow3">
                    <div class="container">
                    [...TUS CONTENIDOS...]
                    </div>
                </div>
            </div>
        </div>
    </div>
Personalizaciones:
Para cambiar el radio de los bordes (en pixeles) buscar este codigo y reemplazarlo por tus valores en pixeles (en todos los lugares):-moz-border-radius:10px;*/

#logo {
	margin: 35px 0px 0px 0px;
	padding: 0;
	width: 166px;
	height: 57px;
	float: left;
}

#logo img {
	border: 0;
}

#headertitle {
	text-align: center;
	position: relative;
	top: 27px;
	background-color: #FFFFFF;
	width: 700px;
	left: 33px;

}
	
#headertitle h1 {
	margin: 0px;
	padding: 0px;
	color: #002E62;/*B8860B;/* 002675;*/
	font-family: calibri;
	font-size: 24px;
}

#navutil {
	float: right;
	position: relative;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 27px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

#navutil form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

#navutil p {
	margin: 0px 0px 0px 100px;
	padding: 0px;
}

#navutil input.FormWindow  {
	text-align: left;
	line-height: 16px;
	margin: 1px 0px 0px 0px;
	padding: 0;
	background-color: #FFFFFF;
	height: 15px;
	
}	

#navutil input.FormButton {
	line-height: 10px;
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
	height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

html>body #navutil input.FormButton {
    padding: 0;
}			

#navutil a {
	color: #002675;
	text-decoration: none;
}


#navutil a:hover {
	color: #002675;
	text-decoration: none;
}

html>body div#topblock {
	height: 29px;
}

#content {
	padding: 0;
	height: auto;
	margin-top: 120px;
}

html>body div#content {
	margin-top: 40px;
	background-color: #FFFFFF;
}

#rightside {
	float: right;
	color: #002675;
	background-color: #E4E4E4;
	border: 1px solid #666666;
	padding: 10px;
	margin: 7px 7px 7px 25px;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2F2F2F;
}

#rightside img {
	margin: 0px 0px 0px 0px;
	width: 175px;
}
#maincontent {
	font-family: Verdana;
	color: #000000;
	font-size: 1.2em;
	line-height: 1em;
	margin-right: 60px;
	margin-left: 60px;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
}

#maincontent h2 {
	font-family: calibri;
	color: #002E62;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	border-bottom-color: #002E62;
	border-bottom-style: groove;
	border-bottom-width: thin;
}

#maincontent h3 {
	font-family: calibri;
	color: #000000;
	font-size: 1em;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	border-bottom-style: solid;
	border-width: 1px;
}

#maincontent h4 {
	font-family: Verdana;
	color: #000000;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0;
}

#maincontent p {
	font-family: Verdana;
	font-size: 0.6em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#maincontent img {
	float: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: 0;
	}

#leftside {
	float: left;
	width: 156px;
	
}

#catch {clear: both;}
	

/****************************************
 * Footer
 ****************************************/

#footer {
	text-align: left;
	background-position: bottom;
	background-repeat: repeat-x;
	height: auto;
	margin-top: 25px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#footer_center {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	border-top: 1px solid #DDDDDD;
	padding: 5px 0px 0px 0px;
	
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}

#footer a {
	color: #002675;
	text-decoration: none;
	border: 0;
}
	
#footer a:hover {
	text-decoration: none;
	border: 0;
	color: #FFFFFF;
}
	
/****************************************
 * Navigation
 ****************************************/



#navigation ul {
	width: 150px;
	margin: 6px 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #c7c8ca;
	border-right: 1px solid #c7c8ca;
	border-left: 1px solid #c7c8ca;
	list-style: none;
	font-size: .8em;
	font-family:  Trebuchet MS, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	}
	
html[xmlns] #navigation ul { 
    padding-bottom: 0px;
    }			
	
#navigation li {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	}
	
#navigation a {
	display: block;
	margin: 0 0 0px 0;
	width: 144px;
	padding: 4px 3px 6px 3px;
	color: #002e62;
	/*background: #efefef;*/
	text-decoration: none;
	background-color: #FFFFFF;
	}	

#navigation li ul {
	position: absolute;
	left: 150px;
	top: 0px;
	display: none;
	}
	
#navigation li:hover ul, #navigation li.over ul { 
	display: block;
	}
	
#navigation a:hover {
	color: #002e62;
	background: #fff;
	}

	
#navigation #current a, #navigation #current a:hover {
	color: #fff;
	background: #002e62;
	}


#leftside h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002675;
	font-size: .8em;
	margin: .5em 0 .3em 0;
	background-color: #FFFFFF;
}
	
#secondary {
	margin: 10px 0 15px 0;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#secondary h2 {
	color: #002e62;
	font-size: 0.8em;
	margin: 1em 0 .8em 0;
	text-transform: none;
}	
	
#secondary ul {	
	margin: .2em 0;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
	
#secondary li {	
	margin: .6em 0;
	padding-left: 0;
	font-size: .7em;
}	
	
/*reiterate links*/	
a:link	   {
	text-decoration: underline;
	color: #002E62;
}
a:visited  {
	text-decoration: underline;
}
a:hover    {
	text-decoration: none;
	color: #000000;
}	
#container #content #maincontent #table1 img {
	float: none;
	padding: 0px;
	font-size: 0.6em;
	font-family: Verdana;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincontent #table {
	font-family: Verdana;
	color: #000000;
	font-size: 1.2em;
	line-height: 1em;
	margin-right: 60px;
	margin-left: 60px;
}

#maincontent #table1 p {
	text-indent: 0px;
}
