#listimages img {width:100px;height:100px;}

/*Estilo para el fondo de pantalla cuando estamos mostrando la imagen grande*/
#background {
    display:none;
    position: absolute;
    top:0px;left:0px;width:100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background-color: #000;
    z-index: 1;
}

/*Estilo para la capa que contendra la imagen grande y la cruz de cerrar*/
#preview {
    display: none;
    position: absolute;
    width: 800px;
    height: 400px;
    border: 1px solid #D8D7D8;
    background-color: #FFF;
    box-shadow: 1px 1px 5px #DDD;
    z-index: 2;
}

/*Estilo para el contenedor de la imagen grande*/
#content_hide {
    width:100%;
    height:100%;
}

/*Estilo para el boton cerrar*/
#close {
    position: absolute;
    border:0px solid;
    width:16px;
    height:16px;
    right:2px;
    top:2px;
}

.url {text-align:center;margin-top:20px;}


a{
	text-decoration:none;
	color:#FFF;
	}
.header{
	background:#fff;}


.content {
    background: none repeat scroll 0 0 #FFFFFF;
}

.header_right {
    border-right: 1px solid #98979C;
    text-align: center;
	font-size:14px;
	color:#3F3B3E;
}

.header_right a {
    color: #3F3E3B;
    font-family: "Tw Cen MT";
    font-size: 14px;
    text-decoration: none;
}

body {
    background: url("/i/fondo_wrapper.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.footer{
	background:url(/i/fondo_footer.jpg);	font-family:Calibri;}
.list_menu li{
	font-size:13px;
	color:#fff;
	list-style:url(/i/icono_arrow.png);
	}
#design_by{
	font-size:13px;
	color:#fff;}
	


.vacia{
		background-color:#F00; !important
		color:#FFF;
}