
html {
	font-size: 85%;

}
body
{
font-family: Times New Roman, Times, Verdana, 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
{
	font-size: 1em;
	font-weight: 500;
font-style: italic;
	padding-left: 5px;
}
h1 {
display: none; }
h2
{
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
	color: #6F2222;
	text-transform: uppercase;
}

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

}

object
{

margin-left: 15px;
}

/* ----------container to center the layout---------- */
#container
{
	width: 760px;
	padding: 0px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 3px white solid;

} 
/* ----------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: #F5F0EA;
}

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

}

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

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

#menu a:link, #menu a:visited
{
color: #6F2222;

text-decoration: none;
}

#menu a:hover
{
color: #fff;
background-color: #6F2222;
text-decoration: none;
}
#menu a#seccion
{
color: #fff;
background-color: #6F2222;
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: #6F2222;
}
#left a:visited {color: #6F2222;}
#left a:hover {color: black;}
#left a:left active { color: #6F2222;}

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


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

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


/*  ----------------footer---------------------- */ 
#footer
{
	clear: both;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-bottom: 1px #6F2222 solid;
border-top: 1px #F5F0EA solid;
background-color: white;
	color: #6F2222;
}
/* clases */

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

}
.verde
{
	color: #6F2222;

}
