
/*-------------- Marcos provisionales----------------*/

 /*div{
	border:1px green dashed;
 }
 
 /*span{
	border:1px green dashed;
 }
 
 /*-------------------------------------------------------------*/
 
 body{
 	text-align:center;
	font-family:'Arial narrow';
	background-color: #000;
	/*overflow-x:auto;*/
 }
 
 a{
 	text-decoration: none;
   color: #C4C4C4;
 }
 
 a img{
   border: 0px;
	float: left;
	width:185px;
	height:28px;
 }
 
 /*---------------------------------- Página Index -------------------------------------*/
 
 /*---Divs contenedores principales---*/
 
 /*#general{
   margin:auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width:1024px;
	height:705px;
	background:#000;
	border-right:1px #333 solid;
	border-left:1px #333 solid;
 }*/
 
 #general{
 	width:1024px;
	height:auto;
   margin:auto;
	margin-top:0px;
	/*border:1px green dashed;*/
 }
 
 /*#cabecera{
 	float:left;
	width:1024px;
	height:125px;
	background-image: url(../img/cabecera3.jpg);
	background-color:#333;
 }*/
 
 #cabecera{
 	float:left;
	width:99%;
	height:125px;
	background-image: url(../img/cabecera.jpg);
	background-color:#333;
 }
 
 #firma{
 	float:right;
	border:none;
	margin-top:45px;
	margin-right:30px;
 }
 
 /*#menu{
 	float:left;
	width:185px;
	height:550px;
	background-color:#111;
	border-right:1px #222 solid;
 }*/
 
 #menu{
 	float:left;
	width:185px;
	height:540px;
	background-color:#000;
	border-right:1px #222 solid;
	*border:none;
 }
 
 /*#filoSup{
   width:60%;
	height:20px;
	margin:auto;
	background:#000;
 }*/
 
 /*#contMonitor{
 	float:left;
	width:81%;
	height:550px;
	text-align:center;
 }*/
  
 #contMonitor{
   float:left;
	width:81%;
	height:75%;
	text-align:center;
	min-height:540px;
	*height:expression(document.body.clientHeight<540?"540px":"100%");
	/*border:1px green dashed;*/
 }
 
 /*#monitor{
   float:left;
	width:830px;
	height:510px;
	*height:506px; /* CSS HAck para IE */
  /*}*/
  
 #monitor{
   float:none;
   width:830px;
	margin:auto;
	height:510px;
	*height:506px; /* CSS HAck para IE */
  }
 
 /*.filoInf{
 	float:left;
	width:832px;
	height:20px;
	background:#000;
 }*/
 
  /*#botones{
   width:1000px;
   height:30px;
   margin:auto;
   padding-top:4px;
	padding-left:6px;
 }*/
 
 #pie{
 	float:left;
	clear:both;
	width:99%;
	height:30px;
	border-top:1px #333 solid;
 }
 
 #credito{
 	float:right;
 }
 
 /*---Elementos---*/
 
 #inicio{
   color:#bbb;
   float: left;
   margin-top: 10px;
	margin-left: 100px;
	font-size: 10pt;
 }
 
 
 
 
  /*---------------------------------- Página IndexFrame -------------------------------------*/
  
 .gen_iframe{
  	width:810px;
	height:500px;
	margin:auto;
	text-align: center;
	background-image: url(../html/img/indexfondo3.jpg);
	background-color:#000;
  }
  
  #divabstracta{
   float: left;
	margin-top:55px;
	margin-left:50px;
  	width:240px;
	height:300px;
	border: none;
  }
  
  #divrealismo{
   float: left;
	margin-top:60px;
	margin-left:208px;
  	width:230px;
	height:110px;
	border: none;
  }
  
  #divtaller{
   float: left;
	margin-top:20px;
	margin-left:-10px;
	width:278px;
	height:128px;
	border: none;
  }
  
  #divsurrealismo{
   float: left;
	margin-top:10px;
	margin-left:385px;
	clear: left;
  	width:256px;
	height:131px;
	border: none;
  }
  
  /*---------------------------------- Página Elecccion -------------------------------------*/
  
  .elec{
  	float:left;
	width:100px;
	height:200px;
	margin-top:150px;
	padding-top:5px;
	border-top:1px #222 solid;
	margin-left:100px;
	background-color: #080808;
  }
  
  /*---------------------------------- Página formuEnviado -------------------------------------*/
  
  #enviado{
   float: left;
  	width:400px;
	height:100px;
	font-size: 14pt;
	color:#bbb;
	margin-left:105px;
	margin-top:150px;
  }
  

  
  