*{ margin:0; padding:0; outline:none;}
body {
	text-align:center; 
	background-image:url(../images/bg_1.jpg);
	background-repeat:repeat-x;
	background-color:#00aee0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#contenedor {
	margin:0 auto;
	text-align:left;
	width: 980px;
}
/*style="text-align:left; margin:0 auto; width:980px; height:420px;"*/
#cabecera {
	margin:0 auto;
	/*width: 100%;*/
	width: 980px;
	height: 420px;
	background:url(../images/bg_body.jpg) no-repeat top;
	position:relative;
}

#cuerpo {
/*	height:500px;*/
	background-image:url(../images/bg_content_body.jpg);
	background-repeat:repeat-y;

}

#pie {
	height:116px;
	background:url(../images/bg_pie.jpg) no-repeat top;
	text-align:center;
	padding-top:65px;
	color:#006699;
	line-height:1.8em;
	}
	
#menu {
width:210px;
height:100px;
margin-left:40px;
background-color:#fff ;
float:left;

}

#contenidos {
margin-left:40px;
width:645px;
height:500px;
min-height: 500px;
background-color:#fff;
float:left;

}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
    height: 500px;
}

.clear{ clear:both}

#linea {
height:10px;
border-bottom:1px #bbb solid;
margin-bottom:10px;
margin-top:0px;
}



a#bt_button1 {
	  display:block;
	  width:210px;
	  height:92px;
	  background:url('../images/button1.jpg') top left no-repeat;
	}
a#bt_button1:hover {
	  background-position:0 -92px;
	  cursor: pointer;
	}
	
	
	a#bt_button2 {
	  display:block;
	  width:210px;
	  height:125px;
	  background:url('../images/button2.jpg') top left no-repeat;
	}
a#bt_button2:hover {
	  background-position:0 -125px;
	  cursor: pointer;
	}

a:link, a:visited{ color:#006699}
a:hover{ color:#003366; text-decoration:none}

h1{ font-family:Arial, Helvetica, sans-serif; font-size:24px; padding-bottom:20px; font-weight:bold; color:#006699; line-height:1.2em}
h2{ font-family:Arial, Helvetica, sans-serif; font-size:18px; padding-bottom:20px; font-weight:bold; color:#006699; line-height:1.2em}
p{ font-family:Arial, Helvetica, sans-serif; font-size:12px; padding-bottom:10px}


.style1 {
    color: #006699;
    font-weight: bold;
}
.tabla{
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding-top:5px;
}
#idioma{
	position: absolute;
    right: -75px;
    top: 10px;
}
#idioma a{
}


