html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    }

body {
	background-image:  url("../imagenes/fondo.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    }

#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    }

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    }

#inner {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    padding: 0 20px;
    }

/* \*/
* html #content {
    top: 50%;
    left: 0;
    height: 1px;
    }

* html #content #inner {
    position: relative;
    top: -50%;
    }
	
/* ******************************************* ESTILOS PROPIOS ******************************************* */

.container_inn {
	width: 800px;
	height: 600px;
}

.left {
	float: left;
}

.right {
	float: left;
}

.center {
	float: left;
}

.header {
	width: 600px;
	height: 33px;
	background-image: url(../imagenes/top.jpg);
	padding: 108px 0px 0px 0px;
}

.content_inn {
	width: 600px;
	height: 265px;
	background-image: url(../imagenes/content.jpg);
	padding: 10px 0px 0px 0px;
}
.destacado_portada {
	width: 125px;
	float: left;
	padding: 6px;

}

.texto {
	width: 600px;
	height: 265px;
	overflow: hidden;
	font-size: 10px;
}

/* ****************** INTERIORES ****************** */

.directory li{
	list-style-type: none;
	background-image: url(../themes/elfreaky/dir.png);
	background-repeat: no-repeat;
	background-position: 30px 3px;
	padding-left: 45px;
	margin-top: 20px;
}

a .thmb {
	border: 2px solid #999;
}

a:hover .thmb  {
	border: 2px solid #333;
}

.imagen img {
	border: 2px solid #333;
}

.dirdesc {
	margin: 0px 0px 10px 0px;
}

.thumb_list {
	font-size: 10px;
	margin: 0px;
}

.thumb_list a {
	font-weight: normal;
	
}

.albumes {
	float: left;
	width: 120px;
	text-align: center;
	padding: 5px;
	margin: 5px 5px 0px 0px;
}

/* ****************** GENERALES ****************** */

a {
	color: #F90;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

.cleaner {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}

hr {
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
}

/* ESTILOS PROPIOS DEL CONTENIDO: Formularios --------------------------- */

.row {
  	clear: both;
  	padding-top: 5px;
  }
  
.concept {
	width: 80px;
  	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
  }
  
.form {
  	float: left;
	text-align: left;
	font-size:10px;
  }
  
.concept_inmo {
	width: 100px;
  	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
  }
  
FORM {
	margin: 0px;
}

input, textarea {	
	font-size: 11px; color: #000; background-color: #CCC; border: 1px solid #CCC;
}

select {
	font-size: 10px; color: #000; background-color: #CCC; border: 1px solid #CCC;
}

.mod_button {	
	font-size: 12px; color: #FFF; background-color: #333; border: 1px solid #333;
	cursor: pointer;
} 

.mod_check {	
	background-color: transparent; border: 0px;
}

.red {
	color: #F00;
}

.text_center {
	text-align: center;
}