/* generated by csscreator.com */ 
html, body{ 
/*background-color:#616161;*/
background-image:url(../image/fondo.png);
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Arial, Helvetica, sans-serif;
 color:#666666;
 font-size:12px;
 font-weight:bold;
} 
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
}
 
.hiddenElement{
	display: '';
}

 
#pagewidth{ 
	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	   border-width: 3px 3px 3px 3px;
   border-style: solid;
   border-color: #CCCCCC; 
} 
 
 #contenido {
	width: 560px;
	height:335px;
	position: relative;
	float: left;
	margin-left:0px;
	margin-top: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	color: #6B6B6B;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0;
	margin-bottom: 15px;
	padding: 0px;
	text-align:justify;
	text-align:left;

overflow: auto;
}
 
#header{
 position:relative; 
 width:100%;
 background-color:#FF0000;
 height:208px;
} 
 

 
#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
 height:350px;
 background-image:url(../image/costado.jpg)

 }
 
#maincol{
	background-image:url(../image/midle.jpg);
	float: right; 
	display:inline; 
	position: relative; 
	width:75%; 
	height:350px; 
}
 
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
/*	height:35px; */
	color:black;
	background-color:#CC9933; 
	clear:both;
	position:relative;
	background-image:url(../image/pie.jpg) 
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	margin:0 0 0 0;
}
 
.clearfix{
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  




h1{
	font-size: 1.5em;
	font-weight:bold;
	margin: 5px 0px 7px -7px;
	padding:5px 5px 2px 7px;
	color:#333333;
	border-bottom:3px solid #667285  ;
	}

h1:hover{
	border-bottom:3px solid #FFCC00;
}




#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: top;
	padding-top: 50px ;
	background-position: bottom;
	font-weight:bold;

}
#menu a.amenu{
	margin-left:7px;
	display: block;
	border-bottom: 2px solid #CCCCCC ;
	width: 70%;
	padding: 7px;
	border-top: 2px solid #CCCCCC ;
	margin-bottom: 5px;
	text-decoration: none;
	
}

#menu a.current {
	background-color: #FFCC66;
}

#menu a:link, 
#menu a:visited, 
#menu a:active 
{
	color: #474F49;
}
#menu a:hover {
	background-color:#B1E6FE;

}

a
{
font-family:Arial, Helvetica, sans-serif;
color:#2492FF;
}

a:link, 
a:visited, 
a:active 
{
	color: #474F49;
} 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
