/* CSS Document */

BODY {
margin:auto;
background:url(imag/bg_body.jpg) repeat-x #FFF;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#990000;
font-weight:bold;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
}

/* menu */

#menu {
width: 800px;
height:40px;
font-family:Arial, Helvetica, sans-serif;
background-color:#CC9900;
font-size:10px;
font-weight:bold;
}

#menu ul {
display:inline;
list-style:none;
text-align:left;
}

#menu li{
display:inline;
list-style:none;
font-weight:bold;
padding:4px;
}
		
#menu li a {
text-decoration: none;
list-style:none;
font-weight:bold;
}	
	
#menu li a:link, #menu li a:visited {
color: #FFF;
font-weight:bold;
}
	
#menu li a:hover, #menu li a:active {
color: #283A50;
font-weight:bold;
}

#boton{
width:150px;
top:20px;
float:left;
}

.click{
font-size:11px;
font-style:italic;
color:#600;
}

/*---------*/

#contenedor {
width:800px;
height:600px;
margin:auto;
}

#content_c {
width:800px;
height:550px;
margin:auto;
background-image:url(imag/barra_sombra.jpg);
}

#content_l {
width:800px;
height:750px;
margin:auto;
background-image:url(imag/barra_sombra.jpg);
}
#content_ml {
width:800px;
height:950px;
margin:auto;
background-image:url(imag/barra_sombra.jpg);
}
#content_sl {
width:800px;
height:1800px;
margin:auto;
background-image:url(imag/barra_sombra.jpg);
}

#content_1 {
width:800px;
height:414px;
margin:auto;
background: url(imag/bg_content1.jpg) no-repeat top;
}

#content_2 {
width:800px;
height:1050px;
margin:auto;
background: url(imag/bg_content2.jpg) no-repeat top;
}

#content_3 {
width:800px;
height:414px;
margin:auto;
background: url(imag/bg_content3.jpg) no-repeat top;
}

#content_4 {
width:800px;
height:534px;
margin:auto;
background: url(imag/bg_content4.jpg);
}

#content_5 {
width:800px;
height:1300px;
margin:auto;
background: url(imag/bg_content5.jpg) no-repeat top;
}

#content_6 {
width:800px;
height:730px;
margin:auto;
background: url(imag/bg_content6.jpg) no-repeat top;
}

#header {
background-image:url(imag/header.jpg);
width:800px;
height:100px;
}

#pie {
width:800;
height:42px;
margin:auto;
background: url(imag/pie.jpg) no-repeat;
}


/* texto */

#texto{
float:right;
width:600px;
height:400px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-align:left;
line-height:20px;
margin-left:10px;
margin-top:20px;
margin-right:20px;
}

#texto_m{
float:left;
width:720px;
height:690px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
margin-top:20px;
line-height:20px;
margin-left:20px;
margin-right:20px;
text-align:left;
}

#contacto{
width:700px;
height:400px;
float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-align:left;
margin-right:10px;
margin-right:10px;
}

#table{
width:710px;
height:500px;
margin:auto;
float:inherit;
}

a.madera {
font-size:12px;
color:#990000;
text-decoration: none;
font-weight:bold;
}	
	
a.madera:link, a.madera:visited {
color:#996600;
font-weight:bold;
}
	
a.madera:hover, a.madera:active {
color:#990000;
font-weight:bold;
text-decoration:underline;
}