/*layout CSS */
body {
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
	font-size:10px;
	margin:1em 0;
	text-align:center; /*center hack*/
}
div.cuerpo_home{
	width:900px;
	height:529px;
	margin-left:auto;
	margin-right:auto;
	margin-top:21px;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
}
div.logo{
	margin-top:16px;
	border:solid 1px #CCCCCC;
	width:262px;
	border:none;
	margin-left:36px;
	position:relative;
}
div.menu{
	/*border:solid 1px #cccccc;*/
	float:left;
	height:366px;
	width:262px;	
	margin-left:36px;
	text-align:left;
	padding-left:9px;
	vertical-align:top;
	position:relative;
}
div.contenidos{
	/*border:solid 1px #CCCCCC;*/
	width:582px;
	height:444px;
	z-index:900;
	float:right;
	top:-91px;
	right:18px;
	position: relative;
	vertical-align:top;
}
div.pata{
	width:60px;
	height:17px;
	position:relative;
	right:-840px;
	width:60px;
	bottom:-58px;
}
div.camino{
	background-color:#f0f0f0; 
	text-align:left; 
	color:#223F6E; 
	width:583px;
	height:34px; 
	vertical-align:top;
	padding-top:6px;
	padding-left:4px;
	font-size:10px;
	position:relative;
	top:-14px;
	text-transform:uppercase;
}
div.buscador{
	color:#223F6E; 
	width:200px;
	height:40px; 
	font-size:10px;
	position:relative;
	text-align:right;
	bottom:-10px;
}
input#mod_search_searchword{
	width:198px;
}
#wrap {
min-width:760px;
max-width:960px;
width: auto !important; /*IE6 hack*/
width:960px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
}
#header {} 
#sidebar {float:left;width:20%; overflow:hidden; } 
#content60 {float:left;width:60%;overflow:hidden;}
#content80 {float:left;width:80%;overflow:hidden;}
#content100 {float:left;width:100%;overflow:hidden;}
#sidebar-2 {float:left;width:20%; overflow:hidden;} 
#footer {clear:both;}
.inside {padding:10px;}

/*typography*/

* {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0; 
}
li,dd { 
margin-left:1em;
}
fieldset { 
padding:.5em; 
}
#wrap{
border:1px solid #999;
}
#header{
border-bottom: 1px solid #999;
}
#footer{
border-top: 1px solid #999;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
h1,.componentheading{
font-size:1.7em;
}
h2,.contentheading{
font-size:1.5em;
}
h3{
font-size:1.3em;
}
h4{
font-size:1.2em;
}
h5{
font-size:1.1em;
}
h6{
font-size:1em;
font-weight:bold;
}
#footer,.small,.createdate,.modifydate,.mosimage_caption{
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}
.moduletable h3{
background:#666;
color:#fff;
padding:0.25em 0;
text-align:center;
font-size:1.1em;
margin:0 -10px 0.5em -10px; /*negative padding to pull h3 back out from .moduletable padding*/ }

/*Menu Styling*/

.moduletablemenu{
padding:0;
color: #333;
margin-bottom:1em;
}
.moduletablemenu h3 {
background:#666;
color:#fff;
padding:0.25em 0;
text-align:center;
font-size:1.1em;
margin:0;
border-bottom:1px solid #fff;
}
.moduletablemenu ul{
list-style: none;
margin: 0;
padding: 0;
}
.moduletablemenu li{
border-bottom: 1px solid #ccc;
margin: 0;
}
.moduletablemenu li a{
display: block;
padding: 3px 5px 3px 0.5em;
border-left: 10px solid #333;
border-right: 10px solid #9D9D9D;
background-color:#666;
color: #fff;
text-decoration: none;
}
html>body .moduletablemenu li a {
width: auto;
}

a.pathway, a.pathway:link, a.pathway:visited{
	color:#223F6E;
	text-decoration:none;
	text-transform:uppercase;
}
a.mainlevel, a.mainlevel:link, a.mainlevel:visited{
	color:#666666;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
a.sublevel, a.sublevel:link, a.sublevel:visited{
	color:#666666;
	text-decoration:none;
	font-size:9px;
}
.moduletablemenu li a:hover,a#active_menu:link,a#active_menu:visited{

} 
