@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body {
	background: #FFFFFF url('../img/background.png') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#brand {
	height: 259px;
	width: 586px;
	background: url('../img/brand-cyan-trans.png') no-repeat;
	text-indent: -9999px;
	
	display: none;
	margin: 186px auto 0 auto;
}

#brand2 {
	background: url('../img/brand-v2-cyan-small-trans.png') no-repeat;
	/*background: no-repeat;*/
	
	/*display: none;*/
	width: 339px;
	height: 150px;
	margin: 20px;
	text-indent: -9999px;
}

p { 
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#links {
	font-size:10px;
	background-color: #fff;
	
	/*display: none;*/
	width: 980px;
	margin: 0 auto;
	padding: 24px 0;
}

body > #links {
	padding:0;
}

#links ul {
	list-style: none;
	
	padding:15px;
}
* html #links ul {
	margin-top:-4px;
	padding:9px !important;
}

#links ul li {
	width: 280px;
	float: left;
	margin: 14px;
}

#links ul > li {
	margin: 17px;
	padding:1px;
}

* html #links ul li {
	margin: 14px !important;
}

#links ul a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#links ul a img {
	border:1px solid black;
}

#links ul a:hover { 
	text-decoration: underline;
}

#contacto {
	color: #333;
	
	display: none;
	margin-top: 70px;
	margin-bottom: 16px;
}

#contacto a { 
	color: #000;
	text-decoration: none;
}

#contacto a:hover { 
	text-decoration: underline;
}

#construccion { color: #626262; }

