/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,h5,h6,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}


HTML,BODY{
margin:0; 
padding:0; 
}
TD{
border: none;	
}
TH{
text-transform: capitalize;
}
TABLE.tablab,THEAD.tablab,TBODY.tablab{
/*border-spacing: 10px;*/
width: 100%;
text-align: left;	
}



A{
cursor: pointer;
z-index:100;
}
P{
margin-left: 10px;
letter-spacing: 0.1em;
line-height: 2.5ex;
margin-top: 2ex;
}

FORM{
}

FORM,FIELDSET{
border-width: 1px;
border-style: dashed;
padding: 10px;	
}
FIELDSET{
display: inline;
}

LEGEND{	
display: block;
}
LABEL{
display: block;
margin-top: 5px;
margin-left: 2px;
}
LABEL.inline{
display: inline;
}

INPUT,SELECT,TEXTAREA{
border-style: solid;
border-width: 1px;
vertical-align: middle;

}
INPUT,SELECT{
height: 18px;
margin-left: 3px;
margin-right: 5px;
}
/*INPUT[type="file"]{
height: 22px;
font-size: 8px;	
}*/
INPUT:hover{
border-style: solid;
border-width: 2px;
/*cursor: pointer;*/
}

/*INPUT[type="text"],INPUT[type="password"]{
cursor: text;	
}*/
INPUT[type="radio"],INPUT[type="checkbox"]{
border-style:none;
border-width: 0px;
cursor: pointer;
padding:0px;
outline-style: none;
}

INPUT[type="submit"],INPUT[type="button"]{
cursor: pointer;
border-style: outset;
}
INPUT.dest{
height: 22px;
}
H1,H2,H3,H4,H5,H6{
/*margin: 0px;*/

}
H1{
font-weight: bold;	
margin-top: 20px; 
}

H2{
margin-top: 18px; 
}
H3{
margin-top: 13px; 
}
H4{
margin-top: 9px; 
}
H5{
margin-top: 5px; 
}
H6{
margin-top: 3px; 
}

UL{
margin-top: 20px;
margin-left:50px;

}
LI{
list-style-type: square;
letter-spacing: 0.1em;
}

.clr { clear: both; margin: 0; padding: 0; }

ABBR,ACRONYM,.ayuda{
cursor: help;
border-bottom-style: dashed;
border-bottom-width: 1px;
}
IMG{
	border: 0;
}
CODE,.codigo{
letter-spacing: 0.1em;
}


.celda{
position: relative;
display: inline;
float: left;
clear: none;
width: auto;
}


.fila{
position: relative;
overflow: visible;	
display: block;
float: left;
clear: left;
}


DIV.bart{	
margin-top: 1%;
padding: 3px;
width:99%;
}

DIV.form, FORM.form{
border-style: dotted;
border-width: 1px;
padding-bottom: 20px;
margin:10px;
}
DIV.fieldset,FIELDSET.fset{
border-style: dotted;
border-width: 1px;
margin: 20px;
padding: 10px;
}
SPAN.encform{
display: inline;
height: 20px;
top: -10px;
left: 10px;
position: relative;
padding: 5px;
margin-left: 10px;
margin-bottom: 10px;
border-width: 1px;
/*border-left-width: 2px;*/
border-left-style: solid;
}

#pietxt{
width: 980px;
height: 18px;
margin-right: auto;
margin-left: auto;
padding: 0px;
padding-top: 5px;
padding-bottom: 5px;
}

#piedepagina{
width: 100%;
height: auto;
float: left;
padding: 0px;
border-style:none;
border-bottom-style:solid;
border-bottom-width:7px;
border-bottom-color:#EBB970;
}

.thumb{
border-style: dashed;
border-width: 1px;
padding: 10px;
position: relative;
display: inline;
float: left;
clear: none;
width: 150px;
margin-left:20px;
}

.piedepagina{
display: block;
margin: 0px;
text-align: center;
}

.acentro{
text-align: center;
}


.layer{
position:absolute;
}

.ej,.ayuda{
cursor: help;	
}

.ej:before{
content: "ej:(";
}
.ej:after,.acl:after{
content: ")";
}
.ayuda{

}

.acl:before{
content: "(";
}





TD IMG {
display: block;
}

/*comentar es para ver los resultados*/
/*#titulo,#
{
border-style: solid;
border-width: medium;
display: block;
width: 40%;
float: right;
}*/


#imgmen{
position: relative;
width: 100%;
}
#imgtit{
height: 100%;
float: right;
}

.controlerr {
border: #FF0000 1px solid;
}


A:visited,A:link {
text-decoration: none;
}
a img{
border:none;
}
#menobrait:hover{
	padding: 2px;
	margin: 10px;
}
.mal,.bien{
 background-repeat: no-repeat;
 background-position: center;
 list-style-position: outside;
}
.parte {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: auto;
	width: auto;
	border-left-width: 20px;
	border-left-style: solid;
	padding: 5px;
}
/*.parte:first-line{
	font-size: 120%;
	font-weight: bold;
}
.parte:first-letter{
	text-transform: uppercase;
}
.pagsel{
 font-size: x-large;
 font-style: italic;
 text-decoration: blink;	
}
.errores{
border-style: dotted;
border-width: 3px;
font-weight: bold;
}*/

SPAN.error:before{
content: "Error:";
text-decoration: underline;
}
.doble{
letter-spacing: 0.3em;
word-spacing: 0.1em;
}
	
.ader{text-align: right;}
.aizq{
text-align: left;
}
.fizq{
float: left;
}

.res{
padding:3px;
}
.nota{
margin-left: 50px;
text-align: justify;
}
.nota:first-letter{
font-weight: bold;
}
.nota:before{
content: "Nota:";	
}

.middle{
vertical-align:middle;
}

.bottom{
vertical-align:bottom;
}

.top{
vertical-align:top;
}

.fecha{
letter-spacing: 0.3em;
padding: 2px;

}
.blqpie{
width: 99%;
margin: 1px;
padding-left: 1%;
display: block;
/*margin-top: 10px;*/
}
.link:hover{
border-style: solid;
border-width: 1px;	
}
.link{
cursor: pointer;
}

.label1{
padding: 2px;
vertical-align: middle;
}

.fullw{
width: 100%;
}

UL.menprinc{
margin: 0px;
padding:0px;
}

UL.menprinc>LI>A>IMG{
display:block;
float:left;
clear:none;
margin:0px;
padding:0px;
}

UL.menprinc>LI{
float:left;
margin:0px;
padding:0px;
text-align:right;
letter-spacing: normal;
}

#menu{
margin:0px;
padding:0px;
display: block;
width: auto;
float:left;
clear: right;
position:absolute;
}
