@charset "utf-8";
/* CSS Document */
.body{background:url(../img/fondodiv.png) repeat-x; margin-top:12px;
}
.h2{color:#D20000; font-size:18px; font-weight:300; }
.texto_contenido{
	font-family: 'Arial Narrow', sans-serif; 
	text-align:justify}
.frames{
	color:#555;
	font-family: sans-serif;
	height:100%;
	background:url(../img/pix.jpg) repeat; 
	position: relative; 
	margin: 0px auto;
	font-size:14px;
	}
	
#contenedor{
	color:#555;
	font-family: sans-serif;
	margin:auto;width:900px;
	height:100%;
	background:#FFF; 
	position: relative; 
	margin: 0px auto;
	font-size:14px;

	/* ***************** equinas redondas ***************/
	-ms-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;

	/* ****************** Sombra *************/
	-moz-box-shadow: 0 0 20px #111; 
	-webkit-box-shadow: 0 0 20px #111; 
	box-shadow: 0 0 20px #111;
}
.banner{
	font-family:sans-serif;
	color:#090;
	text-shadow: 2px 2px 3px  #030;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#060,direction=90);
 For IE 8 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=150), Color='#111'";
*/
}

#menu{width:100px;height:400px float:left; position:relative}
#info{width:698px;height:400px float:left; position:relative}

#contenido{ 
text-align:justify; 
background:#FFF;
overflow:auto;
height:495px;
}
#slideshow {
  width: 100%;
  height: 250px;
}

.pie{ color:#FFF; text-align:center; font-size:12px;
background:url(../img/nav-bg.png) repeat-x #212121; height:45px;
 text-shadow: 1px 1px 2px #000}
.pie a{ color:#FFF;}

.sombra{
		/* ****************** Sombra *************/
	-moz-box-shadow: 0 0 20px #222; 
	-webkit-box-shadow: 0 0 20px #222; 
	box-shadow: 0 0 20px #222;
}




.button {
	border:none;
   border-top: 1px solid #7a0707;
   background: #780505;
   background: -webkit-gradient(linear, left top, left bottom, from(#f50a0a), to(#780505));
   background: -webkit-linear-gradient(top, #f50a0a, #780505);
   background: -moz-linear-gradient(top, #f50a0a, #780505);
   background: -ms-linear-gradient(top, #f50a0a, #780505);
   background: -o-linear-gradient(top, #f50a0a, #780505);
   padding: 3px 6px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #a60505;
   background: #a60505;
   color: #ccc;
   }
.button:active {
   border-top-color: #5e0707;
   background: #5e0707;
   }
   
   
   .tab { font-size:12px}
	.tab thead { 
	font-size:14px;
	background:url(../img/pie.jpg);
	color:#FFF;
	text-shadow:1px 1px #111;
	text-align:center
	}
	.tab thead:hover{
		background:url(img/pie.jpg);
		}
	.tab tr td{ 
	border-bottom:1px solid #900;
		text-align:left;

	}

	.tab td{ padding:3px 8px 3px 8px}
	
	.tab tr:hover{
		 background:#900; 
		 color:#FFF; 
		 }
.trans{
      position:absolute;
      padding:65px;
      width:550px;
	  height:100%;
    }