/* BASICS */

/* Formateo de css
--------------------------------------------------------------------------- */
p, ul, ol, dl, dt, dd, li, blockquote, cite, h1, h2, h3, h4, h5, h6 { padding:0; margin:0; font-weight:normal; }
img{ border:0;}

/*
font-family: "Lucida Grande", Arial, Sans-serif;

	font-size: 9pt;

	line-height: 180%;*/


/*Body -  cuerpo del documento
--------------------------------------------------------------------------- */
body { font-family: Arial, Helvetica, sans-serif; font-size:75%; color:#333333;background:url(../img/fons-web.jpg) repeat-x;text-align:center;  margin:17px auto;}

/*Estructura de titulares
--------------------------------------------------------------------------- */
h1 { }
h2 { font-size: 2em; }
h3 { font-size: 1.5em;}    
h4 { font-size: 1.3em;}      
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

p { padding:0.5em;}

/*Varios
--------------------------------------------------------------------------- */
.right { text-align:right;}
.left  { text-align:left;}
.clear { clear:both;}


/*Enlaces
--------------------------------------------------------------------------- */
a:link,
a:visited { color:#FF5F00; }
a:hover   { text-decoration:none;color: #666666;}


/*Formularios
--------------------------------------------------------------------------- */
input,  textarea { 
font-size:1em; color:#736B65; 
border-bottom:#DADADA 1px solid;
border-top:#727272 1px solid;
border-left:#B4B4B4 1px solid;
border-right:#B4B4B4 1px solid; background:url(../img/fons-input.gif) repeat-x #FFFFFF;
 



}



.diez_left      { width:8%;  float:left;}
.veinte_left    { width:18%; float:left;}
.treinta_left   { width:28%; float:left;}
.cuarenta_left  { width:38%; float:left;}
.cincuenta_left { width:49%; float:left;}
.sesenta_left   { width:58%; float:left;}
.setenta_left   { width:68%; float:left;}
.ochenta_left   { width:78%; float:left;}
.noventa_left   { width:88%; float:left;}

.diez_right      { width:8%;  float:right;}
.veinte_right    { width:18%; float:right;}
.treinta_right   { width:28%; float:right;}
.cuarenta_right  { width:38%; float:right;}
.cincuenta_right { width:50%; float:right;}
.sesenta_right   { width:58%; float:right;}
.setenta_right   { width:68%; float:right;}
.ochenta_right   { width:78%; float:right;}
.noventa_right   { width:88%; float:right;}
