/* ************************************************************
                           jdea.css 
***************************************************************
                   CALIBRACIÓN DE MÁRGENES
***************************************************************/
* { padding: 0;margin: 0; }

/**************************************************************
                      SECCIONES DIV
***************************************************************/
html { height: 101%; } 
body {
  color: white;
  background-color: #8c8c8c;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: small;
}
#wrapper {
  color: black;
  background-color: white;
  width: 720px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto; 
}
/****************************/
 
/*body {
	font-family: verdana,helvetica;
	color: bgcolor= #000000;
	background-color:#f8e8a0; 
	font-size: 12px;
}
#cajacentrada {
    color: black;
	background-color: #FFFEE8;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
body.n {
	font-family: verdana,helvetica;
	color: #000000;
	background-color: FFFAE8; 
	margin-left:-8px; 
	margin-top:-8px;
	font-size: 10px;
}
body.white {
	font-family: verdana,helvetica;
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
}*/


/******************************************************************
                   ELEMENTOS GENERALES HTML
*******************************************************************/
.celda_tabla {
	font-family:  Tahoma,Arial,Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height: normal;
	color:#000000;
	TEXT-ALIGN: center;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight:bold;
	color: #333333;
}
th{
text-align:center;
background:red;
color:white;
}
td{
text-align:left;
   padding-top:0
   padding-bottom:0;
   padding-left:0;
   padding-right:0;
}
p{
   margin-top:8;
   margin-right:8;
   margin-bottom:8; /* 1em */
   margin-left:8;
   text-align:justify;
   font: 9pt/11pt "Arial", "Verdana"    
   }
ul{
   margin:0;
   text-align:justify;
   text-indent:8pt;
   font: 9pt/11pt "Arial", "Verdana" 
   }
   
li{
   margin-top:0;
   margin-right:0;
   margin-bottom:0;
   margin-left:1em;
   font-weight:bold; 
   }   

P.intro {text-indent:0;font: italic bold}
P.link {
    text-indent:0;
	text-align:center;
	font: 11pt/11pt "Arial", "Verdana"
	font-weight:bold; 
	}

P.intro EM {font-style:normal}

A:link {background:#FFFFCC;color:green;
text-decoration:none}

A:visited {background:#FFFFCC; color:green;
text-decoration:none}

A:hover {background:red;color:white;
text-decoration:none}

A:active {background:#25CCFC;color:white;
text-decoration:none}


