/* CSS Document */

/*PER HOME splash web  provisional*/

html { 
	height: 100%; 
	overflow: hidden; 
}
	
a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FF7400;
	text-decoration: none;
}

body {
	font-family:Lucida Grande,Trebuchet MS,sans-serif;
	font-size: 0.9em;
	color:#EEE; 
	padding:0px; 
	background-color:#000;
}

.tdWhite {	
	color: #FFF;
	background-image: url(/images/logovcode.png);
}

.dissabled {	
	font-style: italic;
	color: #fff;
	text-decoration: line-through;
}

.counter {
	color: #fff;
	height: 17px;
}

#mail {
	position:absolute; 
	width:100%;
	top:35%; 
	margin-top: 0px; 
	z-index:1
}

#centro_ciudad {
    width: 100%;
    text-align: center;
    
}