body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.texto2torres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	font-weight: bold;
}
.ubicar2torres {
	padding-right: 0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

.fondo {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat-x;
}
.centraranimacion {
	background-position: center center;
	background-image: url(imagenes/web_fondo1.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
html {
     margin: 0;
     padding: 0;
     height: 100%;
}

#container {
     display: table;
     height: 100%;
     width: 100%;
     margin: 0

#content {
     display: table-cell;
     vertical-align: middle;
     position: relative;
}
.container {
	background-repeat: no-repeat;
}


/* \*/
* html #content {
     top: 50%;
     left: 0;
     height: 1px;
}

* html #content #inner {
     position: relative;
     top: -50%;
}
/* */
