/* CSS Document */
/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/

body {
	font: 12px/1.5em "arial";
	font-family: arial;
	margin-top: 0px;
	background-image: url(../images/bodybackground.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: white;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -5px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p {
	text-align: justify;
	font-size: 12px;
	font-family: arial;
}

li {
	font-size: 11px;
	margin-right: 5px;
	text-align: left;
}

td {
font-size: 12px;
vertical-align: top;
}
 

/*****************************************************************************/
/* links */
/*****************************************************************************/
a:link {
	color: black;
	font-weight: bold;
}
a:visited {
	color: #6633CC;
}
a:hover {
	color: #A6A62A;
}
a:active {
	color: #000000;
}


/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/
.container {
width: 980px;
margin-left:auto;
margin-right: auto;
}

.header  {
width: 980px;
height: 150px;
padding: 0px;
margin: 0px;

	}

#contenidos {
background-image: url(../images/contenttopbackground.jpg);
background-repeat: repeat-x;
background-color: #F5E4CB;
width:100%;
margin-top: 5px; 
}
.banner { 
width: 100%;
height: 277px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
text-align: center;
	}
	
.bannercontent { 
width: 522px;
height: 158px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
text-align: center;
float: right;
	}

#content { 
width: 100%;
text-align: center;
	}

#textos {
background-image: url(../images/bottomtxt.gif);
background-repeat:no-repeat; background-position: bottom;
width: 832px;
margin-left: auto;
margin-right: auto;
}
#textosinner {
padding-top: 15px;
background-image: url(../images/texttop.gif);
background-repeat:no-repeat; background-position: top;
width: 832px;
}	

#textosinner p {
width: 98%;
margin-left: 10px;
}

#footer {
width: 980px;
height: 79px;
text-align: center;
background-image: url(../images/contentbackgroundbottom.gif);
background-repeat: no-repeat;
background-position: bottom center;
}

.navigation { 
width: 170px;
height: 158px;
float:left;
margin: 0px;
padding: 10px;
	}
	
.rightpane {
	width: 45%;
	float: left;
	padding: 5px;
	margin: 0px;
}

.leftpane {
	width: 45%;
	float: right;
	padding: 5px;
	margin:0px;
}
	

/*****************************************************************************/
/* clases miscelaneas */
/*****************************************************************************/
	.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 900;
background: url(images/navbackon.gif)  no-repeat;
white-space: normal;
display: block;
width: 180px;
height: 30px;
margin: 0;
padding: 0;
text-align: center;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 16px;
width: 180px;
height: 30px;
display: block;
float: left;
color: black;
text-decoration: none;
text-align: center;
}

.cssnav img
{
width: 180px;
height: 30px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 7px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 

