@charset "utf-8";
body {
	background:url(../images/bck_construction.jpg) no-repeat fixed top center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#00b2ef;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/* estructura //////////////////////////////////////////////////*/
#contenedor{
	width:320px;
	margin:100px auto 0 auto;
}
#logo{
	width:320px;
	height:150px;
	clear:both;
}
#vaca{
	width:320px;
	height:132px;
	padding-top:20px;
	clear:both;
}
#text{
	width:320px;
	height:80px;
	clear:both;
	text-align:center;
	font-size:11px;
}
#anterior{
	width:320px;
	text-align:center;
	height:40px;
}