/*  
Theme Name: acidlab
Theme URI: http://www.acidlab.cl
Description: theme para el site de experimental acidlab
Version: 1
Author: 2litros > design technologies | Raimundo Illanes | Tomás Bascuñan
Author URI: http://www.2litros.cl
*/

/*------ estilos para las cajas ------*/

body {
	background: #000 url(images/bkg.jpg) no-repeat fixed 0 0;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/150% Tahoma, Verdana, sans-serif;
}

p {
	color: #fff;
	line-height: 150%;
	font-size: 13px;
}

#wrap {
	text-align: left;
	width: 450px;
	margin: 80px auto 0 100px;
}

#logo {
	width: 100%;
	float: left;
}

#logo img {
	width: 414px;
	height: 146px;
}

#datos p, #webmail p {
	margin-top: 0;
	margin-bottom: 0;
}

#datos {
	width: 100%;
	float: left;
	padding-top: 10px;
	margin-top: 54px;
	background: url(images/linea.png) no-repeat left top;
}

#webmail {
	width: 100%;
	float: left;
	padding-top: 10px;
	margin-top: 30px;
	background: url(images/linea.png) no-repeat left top;
}

#powered {
	width: 100%;
	margin-top: 230px;
	float: left;
}

#powered p {
	font-size: 11px;
}

/*------ estilos de p, hs y links ------*/

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