
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;
}
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: #39F;
	color: white;
	display: block;
}

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

}

object
{

margin-left: 115px;
}

/* ----------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: 3px;
white-space: nowrap;
border-top: 1px white solid;
border-bottom: 1px #39F 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: 570px; 
 float: left; 
 position: relative; 
 margin-left: -570px; 
 margin-right: 1px;

 }
#left a
{
text-decorleft ation: none;
color: #09F;
}
#left a:visited {color: #09F;}
#left a:hover {color: #036;}
#left a:left active { color: #09F;}

/* -----------------content--------------------- */
#content
{
	position: relative;
	margin: 10px 0 5px 0;
	border-left: 11px #39F solid;
	
}

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



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

.thumbnail
{
	float: left;
	padding: 5px;
	margin: 10px;
border-left: 3px #39F solid;
border-top: 6px #39F solid;
max-width: 190px	
}

.thumbnail a
{
	text-decoration: none;
	font-size: 1em;
}

.azul
{
color: #003366;
}
.derecha { float: right; }
