html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX*/
    /*para ver todas las cajas*/
    /*border: 1px solid red !important;*/
	/*
	height: 15px; Para todos los Browsers 
    #height: 20px; Para Internet Explorer... tb * html a{...;}
    _height: 25px; Para Internet Explorer 6
    
    
    <!--[if IE]> <![endif]-->
	<!--[if lt IE 7]> <![endif]-->
	<!--[if !lt IE 7]><![IGNORE[--> <!--
	<!--[if !IE]>--> <!--
	<!-- (…) -->
	*/
}


body {
    background: #3b5d6c;
    color: #6d6d6e;
    /*font-family: "Arial", "Verdana", "Helvetica", "sans-serif";*/
    font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	/*
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font: normal 2.2em Segoe UI,Arial,Sans-serif;
	*/
	/* font-size: 70%; */
	font-size: 11px;
    margin:20px;
}


#contenedor {
	background: #eceff2;
	}

.rojotxt {color:#9d2d01}
.azultxt {color:#487d95}


.txtmaspq {font-size:0.9em}

/* traidos del main.css original de grails*/
/*
.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}
*/
td.campoerror input {
    border: 1px solid red;
}

.redondeao {
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari and chrome */ 
	-khtml-border-radius:10px; /* Linux browsers */
	border-radius:10px; /* CSS3 */
	behavior:url(border-radius.htc);
	}

/*******************************************/
