 /* CSS Document */
/*Inicio de reset*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; /* text-align: left; */ }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal;}
ul { padding-left: 1.4em; /* list-style:disc; */}
q:before, q:after { content:''; }
/* Fin del reset */
@charset "utf-8";
 body{
   
   background-image:url(../../varios/baraja.jpg);
  }
  

  /*************************************************************************************/
  /*AQUI, EN #CONTENEDOR, SE CAMBIA EL COLOR DEL FONDO #F3E2A9; por #FFFFFF;*/
/*************************************************************************************/
p[name="1"]{font-size:25px;}
#contenedor{
	width:80%;
	font-family: Verdana,  Geneva, sans-serif;
	margin-top:100px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:100px;
    border-width: thin;
    border-style:solid;
    border-color:#000000;
    padding: 10px;
	background-color:#FFFFFF;
	padding-left:50px;
	padding-right:50px;
 }

#cabecera{
	text-align: center;
	font-style:oblique;
	margin:  center;
    font-size:40px;
  }
 
 a{
    font-size: 15px;
	padding-right:50px;
 } 
 
#contenido{
	font-size:22px;
	padding-left: 25px;
	padding-right: 25px;
	text-align:justify;
  }
  #esquemas{
	 font-size:20px;
	text-align: center;
   }
	
	 
 #fichafinal a{
	 font-size:20px;
	text-align: center;
   }
#barraesquemasmitchel ul{
   list-style-type: none;
   text-align: center;
}
#barraesquemasmitchel li{
   display: inline;
   text-align: center;
   margin: 0 10px 0 0;
}
#barraesquemasmitchel li a {
   padding: 2px 7px 2px 7px;
   color: #666;
   background-color: #eeeeee;
   border: 2px solid #ccc;
   text-decoration: none;
}
#barraesquemasmitchel li a:hover{
   background-color: #333333;
   color: #ffffff;
}
#esquema{
	width:50%;
	margin-left: auto;
    margin-right: auto;
}
#tablaorganizacion{
	 font-size:12px;
	 margin-bottom:20px;
	  
	
} 
a:link { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: blue; }
a:hover{font-weight:bold; font-size:20px;}