/* CSS Document */

html, #cuerpo {
  width: 100%;
  height: 100%;
}

body#cuerpo {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 9px;
  background : url(../imagenes/cielo.jpg) fixed;
}

* {
  margin: 0;
  padding: 0;
}

#centrador {
  width: 1072px;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
}

#header {
	background: url(../imagenes/header.png) top center no-repeat;
	margin: 0 auto;
	width: 1072px;
	height: 262px;
}

object {
	position: relative; 
	top: 132px; 
	left: 173px;
}

#abrazador {
  left: 151px;
  width: 770px;
  display: table;
  background : url(../imagenes/abrazador.png) repeat-y;
  position: relative;
  top: 0px;
}

#principal {
  width: 702px;
  background : url(../imagenes/cuerpo.jpg) repeat-y;
  position: relative;
  left: 23px;
  padding: 0 10px 0 10px;
  z-index: 0;
}



#footer {
	margin: 0 auto;
	width: 770px;
	height: 61px;
	background: url(../imagenes/footer.png) top center no-repeat;
}

/*- MENU -------------------------------------------------------------------------------------*/
#menus {
	background: url(../imagenes/menu.png) top center no-repeat;
	margin: 0 auto;
	width: 770px;
	height: 102px;
}

.menustyle{
width: 99%;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
width: 100%;
background: url(../imagenes/menubg.gif) center center repeat-x;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
font:bold 10px Verdana;
color: #000000;
padding: 2px 7px;
margin: 0;
text-decoration: none;
}

.menustyle ul li a:hover, .menustyle ul li a.selected{ 
/*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../imagenes/menubg-over.gif) center center repeat-x;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; 
border-bottom-width: 0;
font:normal 9px Verdana;
line-height:15px;
z-index:100;
background-color: #2D2A25;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; s
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #4D4842;
}

/*- ESTILOS ----------------------------------------------------------------------------------*/

a:link {
	color: #CCCABB;
	text-decoration: none;
}
a:visited {
	color: #888075;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCABB;
}

.Textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.Titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #fff;
}