/*
*{ outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/
/*
a img,:link img,:visited img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }


p { line-height: 140%; }
p.nota {
background: #EEE;
padding: 4px;
font-family: tahoma;
font-size: 85%;
line-height: 130%;
margin-top: 0;
text-align:left;
}
h1,h2 {

font-weight: bold;
color: #333;
}
/*
#contenido h1 {
font-size: 180%;
margin: 0;
}

h2 {
font-size: 140%;
padding-top: 10px;
padding-bottom: 2px;
border-bottom: 1px solid #CCC;
margin: 10px;
}

a {text-decoration: none;color: #06C;}
a:hover { color: #333; }
a:active { color: #000;border-bottom: 1px dotted #666;}

/*h1 a { text-decoration: none; color: #333; }*/
/*h1 a:hover { border-bottom: 1px dotted #666; color: #000; }*/

/*img{border:none;}*/
html { min-width: 600px; }

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF;
    text-align: center;
    color: #3C4C55;
    font-size: 11px;
}
dl {margin:5px 0px 5px 0px; }
dl dt,dl dd{text-align:left;float:left;margin-left:10px;padding-bottom:10px;}

div.clear { clear: both; }
.centrar{margin: 0 auto;text-align:center;}
.derecha { float: right; }
.izquierda { float: left; }
.izq{float:left;}

div.mitad {width: 49%;}
div.tercio {width: 33%;}
div.dostercios {width: 66%;}
div.cuarto {width: 25%;}
div.trescuartos {width: 74%;}
div.completo {width: 100%;}

.hidden{ display:none;}
.show{ display:inline;}

.textoIzq{text-align:left;}
.textoDer{text-align:right;}
.textoCen{text-align:center;}

div label{
    padding-top:8px;
    font-weight:bold;
}
.input {height: 14px;}
.espacio{margin-top:5px;}
fieldset{    padding-left:5px;}
.enlace{
    cursor: pointer;
}