
html {
	font-size: 75%;

}
body
{
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #111;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
img
{
border: 0;
}
small
{
	color: #669;
	font-size: 1em;
	font-weight: 500;
	padding-left: 5px;
}
h1 {
display: none; }
h2
{
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
	background-color: #666699;
	color: white;
	display: block;
}

img.download {vertical-align:middle;}
big
{
	color: #060;
	font-size: 1.4em;
	font-weight: bold;
padding-left: 5px;

}

object
{

margin-left: 15px;
}

/* ----------container to center the layout---------- */
#container
{
	width: 760px;
	padding: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 3px white solid;
	background-color: #FFF;
}
/* ----------idiomast---------- */
#idiomas
{
	padding: 5px;
	margin: 0 auto 0 auto;
	width: 760px;
}
#idiomas a
{
	color: white;
	text-decoration: none;
}

#idiomas a:hover
{

	text-decoration: underline;
}

/* ----------banner for logo-------------- */
#banner
{
	text-align: center;
	background-color: white;
	padding: 0px;
	margin: 0px;
	height: 125px;
}

#banner img {padding: 0px;} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 600px white;  /* color of the left column  */ 
background-color: white; /* color of the content column */
 } 

#inner{ margin: 0px; width: 100%; } /* The ie/pc pecularity */ 

/* Menu */

#menu
{
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
	background-color: #FFF;
}

#menu ul
{
margin: 2px 0;
padding-left: 0;
padding-bottom: 12px;
white-space: nowrap;
border-top: 1px white solid;

}

#menu li
{
display: inline;
list-style-type: none;
padding: 0 5px 0 0;
}

#menu a { padding: 3px 10px; }

#menu a:link, #menu a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#menu a:hover
{
color: #fff;
background-color: #39F;
text-decoration: none;
}
#menu a#seccion
{
color: #fff;
background-color: #39F;
text-decoration: none;
}


/* --------------left navi------------- */
#left {
 width: 760px; 
 float: left; 
 position: relative; 
 margin-left: -600px; 
 margin-right: 1px;

 }
#left a
{
text-decorleft ation: none;
color: green;
}
#left a:visited {color: green;}
#left a:hover {color: #103F16;}
#left a:left active { color: green;}

/* -----------------content--------------------- */


p{
padding: 5px 10px;
margin:0px; }

#cajaderecha
{
	width: 300px;
	float: right;
	padding: 10px;
	margin: 10px;
	color: #666;
	font-size: 1em;
	font-style: italic;
	text-align: justify;
border-left: 1px #669 solid;
height:290px;
overflow: auto
}


/*  ----------------footer---------------------- */ 
#footer
{
	clear: both;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #036;
	color: white;
}
/* clases */

.hola
{
	color: #060;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;

}
.verde
{
	color: #060;

}
