﻿body
{
	background-position: center center;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana;
	font-size: 12pt;
	width: 99%;
	background: url(/images/cantera_web.png);
	background-repeat: no-repeat;
	background-position: center 60px;
}

a
{
	color:Black;
	}

/*--- Devuelve el flujo original ---*/
hr.clr {
	clear: both;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
}

input
{
	font-family: "trebuchet ms", Arial, sans-serif;
	font-size: 9pt;	
	}

div.clr { clear: both; height: 1% }
div.clr hr { display: none }

.button
	{
		border:solid 1px black;
		font-size:11px;
		height:20px;
	}	
	
	.buttonBig
	{
		border:solid 1px black;
		font-size:11px;
		height:40px;
	}	
