/* Documento CSS */

/* ------------------------------- formato ----------------------------- */

body {
	margin: 0;
	padding: 0;
     }
#tablamain
   {
   border-left: 0px solid #000; 
   border-right: 0px solid #000; 
   border-top: 0px solid #000; 
   border-bottom: 1px solid #9BA4C2;
   }
#tabla1
     {
   border-left: 1px solid #000; 
   border-right: 1px solid #000; 
   border-top: 0px solid #000; 
   border-bottom: 1px solid #000;
     }
#tabla2
   {
   border-left: 0px solid #000; 
   border-right: 0px solid #000; 
   border-top: 0px solid #000; 
   border-bottom: 1px solid #000;
   }
.td1
  {
  border-right: 1px solid #000; 
  padding: 6px;
  }
.td2
  {
  border-right: 1px solid #000;
  padding: 8px;
  background:"#EEF5F5";
   }
.td3
  {
   padding: 8px;
   } 
.td4
  {
   border-bottom: 1px dotted #D8008C;
   padding: 2px;
   }  
.tdinterior
  {
   padding: 5 10 10 15;
   }  
.tdinterior2
  {
   padding: 5 10 10 30;
   }  

.tdmigas
  {
    font-family : Arial, Tahoma, Verdana, "Sans Serif";
    font-size : 10px;
   }
.tdestaca
  {
   background-color: #EEF5F5;
   }
a:link, a:visited 
   { 
   text-decoration: none; 
   color: #0000FF; 
   }  
a:hover 
   { 
   color: #ff0000;
   text-decoration: underline;
   color: #C815D0;  
   }   
   /*da estilo a los enlaces*/
   
a.2:link, a.2:visited 
   { 
   text-decoration: none; 
   color: #FFF; 
   font-size : 9px;
   }  
a.2:hover 
   { 
   color: #FFC;
   text-decoration: underline; 
   font-size : 9px;
   }   

   /*da estilo a los enlaces del menu superior*/

a.migas:link, a.migas:visited 
   { 
   text-decoration: none; 
   color: #FFF; 
   font-size : 9px;
   }  
a.migas:hover 
   { 
   color: #FFC;
   text-decoration: underline; 
   font-size : 9px;
   }   
   /*da estilo a los enlaces del menu de migas*/


.titular1
    {
	font-family : Arial, Tahoma, Verdana, "Sans Serif";
    color: #536AA2;
    font-size : 18px;
	text-decoration : none;
	Font-weight: bold;
	margin-right: 7px;
	}
.titular2
    {
	font-family : Arial, Tahoma, Verdana, "Sans Serif";
    color: #fff;
    font-size : 18px;
	text-decoration : none;
	Font-weight: bold;
	margin-right: 7px;
	}

.textonormal, p, td
    {
	font-family : Arial, Tahoma, "Sans Serif";
    font-size: 12px;
    Font-weight: normal;
	text-decoration : none;
	/*da estilo al texto general*/
	}
.textoazul 
    {
	font-family : Arial, Tahoma, "Sans Serif";
    font-size: 12px;
    Font-weight: bold;
	text-decoration : none;
	color: #536AA2;
	/*da estilo al texto general*/
	}
	
.textomini
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #000000;
    font-size : 10px;
    Font-weight: normal;
	text-decoration : none;
	/*da estilo al texto general pero mas pequeño*/
	}
.textodate
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #000000;
    font-size : 9px;
    Font-weight: normal;
	text-decoration : none;
	/*da estilo al texto general pero mas pequeño*/
	}
	
li, ul
    {
	font-family : Arial, Tahoma, "Sans Serif";
    font-size: 11px;
    Font-weight: normal;
	text-decoration : bold;
	/*da estilo al texto de viñetas*/
	}
	
.textonegrita
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #000000;
    font-size : 12px;
    Font-weight: bold;
	text-decoration : none;
	}
.textogris
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #808080;
    font-size : 12px;
    Font-weight: bold;
	text-decoration : none;
	}
span.textonegrita 
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #000000;
    font-size : 12px;
    Font-weight: bold;
	text-decoration : none;
	/*hace un span con texto negrita*/
	}
	
span.textolow
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #808080;
    font-size : 12px;
    Font-weight: bold;
	text-decoration : none;
	/*hace un span con texto gris*/
	}
	
span.texto2
   {
    font-family : Arial, Tahoma, "Sans Serif";
    color: #000000;
    font-size : 10px;
    Font-weight: normal;
	text-decoration : none;
	/*hace un span con texto mini*/
	}
.textodot1
   {
	border: 1px dashed #536AA2;
	padding: 5px;
	font-family : Arial, Tahoma, Verdana, "Sans Serif";
    color: #7070B6;
    font-size : 12px;
	text-decoration : none;
	/*texto enmarcado*/
    }
.trdot1
   {
	border-top: 1px dashed #000;
	padding: 5px;
	/*fila-celda con borde superior*/
    }	

	
.migas {
	
	border-top: 1px dashed #61714;
	border-bottom: 1px dashed #619714;
	font-family : Arial, Tahoma, Verdana, "Sans Serif";
    color: #000000;
    font-size : 11px;
	/*menu de migas*/
	}

              
/* ---------------------------------------------------------------------*/
