/* 
    Documento   : general
    Creado : 30/12/2009
    Autor     : Sosa
    Description: Clases generales del documento, prohibida su modificación sin autorización
*/

root { 
   display: block;
}

body{
   background-color:#333333;
   margin-top:-1px;
   font-size:12px;
   font-family:arial;
   color:#333333;
   text-align: center;
}

.logo{
   width:700px;
   height:80px;
   padding-left: 10px;
}

.tableFather{
   width:700px;
   background-color:white;
   border:1px black solid;
}

.encabeza{
   width:700px;
   height:150px;
   text-align:center;
}

.botonera{
   background-color:black;
   text-align:left;
   height:30px;
   color:white;
}

.ctndo{
   text-align:center;
   height:500px;
}

.bottom{
   width:700px;
   height:100px;
   background-color: #E5E5E5;
}

.btn1off{
   width:120px;
   height:21px;
   color:white;
   font-weight: bold;
   background-color:black;
   text-align: center;
   cursor: pointer;
   font-size:17px;
}

.btn1on{
   width:120px;
   height:21px;
   color:black;
   font-weight: bold;
   background-color:red;
   text-align: center;
   cursor: pointer;
   font-size:17px;
}

a:visited{
	color:blue;
	font-size:12px;
	font-family:arial;
	text-decoration:none;
}
a:link{
	color:blue;
	font-size:12px;
	font-family:arial;
	text-decoration:none;
}
a:hover{
	color:#fa9100;
	font-size:12px;
	font-family:arial;
	text-decoration:underline;
}
.imgbox{
   border:1px #D4D4D4 solid;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
}
.infoBox{
   text-align: left;
   left:50%;
   margin-left:-200px;
   width:420px;
   height:450px;
   position:absolute;
   border:1px gray solid;
   background-color: white;
   visibility:hidden;
   padding-left: 10px;
   padding-right: 10px;
}
.contBox{
   text-align: left;
   width:390px;
   height:400px;
   position:absolute;
   padding-left: 15px;
   padding-right: 15px;
   background-color: white;
   border-top:1px gray dotted;
   overflow: auto;
}