html,body{min-height:100%;}

html {
	margin: 0;
	padding: 0;
  	overflow: hidden;
}
body{
	background:#FFCC2A url(images/bg.png) repeat-x center bottom;
	margin: 0;
 	padding: 0;
	overflow: hidden;
}

.full {
	background-image: url(images/as-corcerizas_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
 	padding: 0;
	width: 100%;
	height: 725px;	
}

.arriba {
vertical-align: top;
}

.texto {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
.texto-cor {color: #FFCC2A;font-size: 16px;}
.texto-grande {font-size: 16px;}

A {
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color:#FFCC2A;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;;
	font-weight : bold;
	text-decoration: none;
	color:#FFCC2A;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;;
	font-weight : bold;
	text-decoration: none;
	color:#FFCC2A;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: underline;
	color:#FFCC2A;
}

p {
	margin: 8px 0px;
}
