body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    overflow-x:hidden;
}

#marco {
	width:798px;
	height:400px;
	text-align:center;
}

#menu {
	width:796px;
	height:100px;
}

ul,li {
	list-style: none; 
	}

.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
}  

.kwicks li {  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
    height: 100px;  
    margin-right: 5px; 
	position:absolute;
}  

#kwick1 {   
	margin-left:5px;
	text-align:center;
	width: 160px; 
        background-color: #A80000;
}  

#kwick2 {  
	text-align:center;
    background-color: #A80000 ; 
	width: 150px; 
	left:0px;
	}  

#kwick3 {  
	text-align:center;
        background-color: #C00000 ;
	width:190px;
}  

#kwick4 {  
	text-align:center;
    background-color: #DF0101 ;
	width:150px;
}  

#kwick5 {  
	text-align:center;
    background-color: #F00000 ; 
	width: 150px; 	
    margin-right: 0px;  
}  
     
a,a:hover,a:visited,a:active,img  {
	border:0px;
	color:#575757;
	font-size:9pt;
}
	 
#contenido {
	vertical-align:middle;
	height:350px;
	border-bottom:2px solid #e5e5e5;
	padding:4px;
}

#nosotras {
	text-align:justify;
	padding:4px;
	border:8px #FAFAFA solid;
	color:gray;
	font-size:9pt;
}	

#dockContainer { 
	position: fixed; 
	top: 0px; 
	left: 0px; 
	}
	
#jqDock { 
	bottom: 48px; 
	position: absolute; top: 0px; left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; overflow-x: visible; overflow-y: visible; width: 48px; height: 583px; margin-top: 0px;
	}

.jqDockLabel { 
	background: #333; 
	color: #fff; 
	padding: 3px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; 
	}
	
.scroll{
	height:338px;
	overflow:auto;
	padding:15px;
}

#bnosotras {
	border:3px #e5e5e5 solid;
	width:100%;
	height:340px;
	font-size:9pt;
	color:#575757;
}

h1{
    font-size:12pt;
    font-weight:bold;
    margin-right:5px;
    text-align:right;
}

.ordenar {
    width:100%;
    color:#666666;
    font-size:9pt;
    font-family:verdana;
}



