@charset "utf-8";
/* CSS Document */

<style type="text/css">

/* Pretty Stuff 
================================== */

body {
  margin: 0;
  padding: 0;
}

#wrapper {
  background-color: #fff;
  padding: 20px;
}

/* Centering Technique
================================== */

body {
	text-align: center;
	min-width: 790px;
	background-color: #D0B895;
	background-image: url(img/fondo.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 100%;
	line-height: normal;
}


.style3 {font-size: 12px}



#wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background-image: url(img/fondocelda.gif);
} 




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*BOTONERA*/

.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom: 6px solid #682E2C; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 220px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #9B797B; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #682E2C; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a:link {
	color: #C37108;
	white-space: nowrap;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #C37108;
}

a:hover {
	text-decoration: none;
	background-image: url(img/animated_underline1.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	color: #CC9900;
}

a:active {
	text-decoration: none;
}


</style>
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
}
#wrapper h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
#wrapper li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.contruccion {
	font-style: italic;
	color: #666666;
	font-size: 10px;
}

