body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:;
background-repeat:repeat-x;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#ffffff;

}


/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: scroll;
		
	}
	
	#flashcontent {
		height: 80%;
	}
	/* end hide */




/*lay out*/

#contenedor {background-color:#181818;
border-style: solid;
border-color:#181818;
border-width:2px;
width:820px;
margin:0 auto;

}

.encabezado {
background-position: center;
background-image: url(../galeria/ganadores/Untitled-2.jpg);
background-repeat:no-repeat;
width:820;
height:75px;
}


.cprincipal {
       width:100%;
	   height: auto;
       background-color: #99CC00;
       border-style: ridge;
       border-width:1px;
       border-color:#CCC;
       margin:5px 5px 5px 5px;
       padding:20px 5px 10px 5px;
		}

.cderecha {
		width:580px;
		height:auto;
		background-color:#181818;
		float:right;
		position:relative;
		margin:0;
		padding-top:100px;
		}

.cizquierda{
       width:300px;
       height:auto;
	   width:20px;   
       margin:0 0 0px;
       float:left;
	   padding-top:50px;
		}

	  
/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background: #181818;
      line-height:normal;
      }
    #tabsB ul {
	margin:0;
	padding:10px 10px 0 350px;
	list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
	  /*background:url(/galerias/imagenes/tableft.gif) no-repeat top;
      background:url("tableft.gif") no-repeat left top;*/
	  background-image:url(../tableft.gif);
	  background-repeat:no-repeat;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("../tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#ccc;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
	
	
	/*Sub Menu*/

					
/*flash content			
					
#flashcontent {
		height: 100%;
	}
	*/
	
	
	
	 #submenu {
      float: left;
      width:100%;
	  height:30px;
      background: #181818;
      line-height:normal;
	  margin-left:50px;
      }
    #submenu ul {
	margin:0;
	padding:5px 1px 0 150px;
	list-style:none;
	
      }
    #submenu li {
      display:inline;
      margin:0;
      padding:0;
	 
      }
    #submenu a {
      float:left;
	  /*background:url(/galerias/imagenes/tableft.gif) no-repeat top;
      background:url("tableft.gif") no-repeat left top;*/
	  
	  height:20px;
	  
      padding:0px 2px 0px 0px;
      text-decoration:none;
	  
      }
    #submenu a span {
      float:left;
      display:block;
      
      padding:5px 15px 15px 5px;
      color:#000;
	  height:20px;
	  background-color:#333333;
	  
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #submenu a span {float:none;}
    /* End IE5-Mac hack */
    #submenu a:hover span {
      color:#ccc;
	  background-color: #927F1C;
      }
    #submenu a:hover {
      background-position:0% -42px;
      }
    #submenu a:hover span {
      background-position:100% -42px;
      }
	
	/*  Menu Videos   */
	

/*Menu*/
.menu { margin:0px;
		height: 100%;
		font-size: 11px;
		
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color:#CCCCCC;
		text-align: left;
		position: relative;
		border-top:#CCCCCC thin;

		 }
		 
.menu ul { margin: 0pt;
			padding: 0pt;
			position: relative;
			z-index: 500;
			list-style-type: none;
			width: auto;
			 }
.menu li { background-color: #181818;
			float: left;
			width: 20em;
			border-bottom: #CCCCCC solid thin;
			
			padding-left: 0em;
		     			
			}
				
.menu a, .menu a:visited {  
							display: block; 
							text-decoration: none; 
							height: auto; 
							line-height: 2em; 
							width: auto; 
							color: #CCCCCC;
							padding-left: 1em;
							}


.menu a, .menu a:visited { width: 20em;
 }

.menu a:hover { color: #CCCCCC; 
						background-color: #000000; 
						position: relative; 
						width: auto;
						
						}
.menu li:hover { position: relative;
				border-left-color: #99CC99;
					 }

.menu li:hover > a { color: #CCCCCC; 
					background-color: #000000;
					border-left-color: #99CCCC;
					}	
	
	
	
