/* CSS Document */
html, body{
	height: 100%;
}

body{
    background: url(../imagenes/fondo.jpg) no-repeat #000 center top;
	margin: auto;
}

/*cajas principales*/

#precabecera{
	width: 780px;
	height: 30px;
	color: #FFF;
	background: url(../imagenes/precabecera.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px 10px 0 10px;
}

#menu{
	background: url(../imagenes/menu.png) repeat-x;
	width: 800px;
	height: 80px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
}

#cabecera{
	background: url(../imagenes/cabecera.png) repeat-x;
	width: 800px;
	height: 320px;
	color: #000;
	border-bottom: solid 2px #000;
}

#contenedor{
	text-align: center;
    width: 800px;
    margin: auto;
	min-height: 100%;
	margin-bottom: -30px;
	position: relative;
}

#cuerpo{
	background-color: #FFF;
	width: 800px;
	margin: auto;
}

.clear{
	clear: both;
}

#lateral{
    width: 250px;
	background-color: #000;
    float: right;
	height: 400px;
}

#principal{
	width: 550px;
	height: 400px;
	background-color: #FFF;
} 

#prepie{
	background: url(../imagenes/prepie.png) repeat-x;
	width: 800px;
	height: 140px;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
}

#pie{
	background: url(../imagenes/precabecera.png) repeat-x;
	width: 780px;
	height: 30px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px 10px 0 10px;
}

/* texto y enlaces */

.texto{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	*line-height: 1.3;
}

.texto_cabecera{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	*line-height: 1.3;
	padding: 10px 20px 10px 5px;
}

.texto_lateral{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:20px 0 10px 24px;
}

.enlace_menu:link, .enlace_menu:visited{
	color: #FFF;
	text-decoration: none;
}

.enlace_menu:hover, .enlace_menu:active{
	color: #FF6;
	text-decoration: none;
}

.enlace_precabecera:link, .enlace_precabecera:visited{
	color: #CCC;
	text-decoration: none;
}

.enlace_precabecera:hover, .enlace_precabecera:active{
	color: #CCC;
	text-decoration: underline;
}

.enlace_lateral:link, .enlace_lateral:visited{
	color: #999;
	text-decoration: none;
}

.enlace_lateral:hover, .enlace_lateral:active{
	color: #FF6;
	text-decoration: none;
}

.enlace_texto:link, .enlace_texto:visited{
	color: #900;
	text-decoration: none;
}

.enlace_texto:hover, .enlace_texto:active{
	color: #900;
	text-decoration: underline;
}

.imagen {
	text-indent:0px;
	text-decoration:-10000;
}

.imagen img {
	border:0;
}

.imagen span {
	display: none;
}

.imagen:hover span {
	display: inline;
}

.imagen:hover>img {
	display: none;
}

/* Model Box */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position: absolute;
  width: 50%;
  height: 50%;
  display: none;
  z-index: 9999;
  padding: 20px;
}
  
/* Customize your modal window here, you can add background image too */
#boxes #alta{
  width: 250px;
  height: 360px;
  background: #000;
  margin: 10px;
}
