
	
	body {
		text-align:center;
                font-family:Trebuchet Ms,Verdana,Arial;
                background-color:#ccffff;
		}
div#encabezado
	{
		margin: 0 auto 0 auto; /* centrar en DIV */
		width: 1000px; /* ancho del DIV */
		height: 122px;/* Especificamos el alto resultante después de haber cortado la imagen (header.png)*/ 
		background-image: url("/paginaweb/img/logo.jpg");
		background-repeat: no-repeat; /* Evitamos que se repita la visualización de la imagen*/
	}
div#cuerpo
	{
		margin: 0 auto 0 auto;
		width: 1000px;
		background-image: url("/paginaweb/img/body.jpg");
		background-repeat: repeat-y; /* Especificamos que se repita de forma vertical */
	}
div#pie
	{
		margin: 0 auto 0 auto;
		width: 1000px;
		height: 52px; /* alto de la imagen (foot.png) después de haberla cortado */
		background-image: url("/paginaweb/img/foot.jpg");
		background-repeat: no-repeat; 
	}
	
	



		
	#contentleft{	
	width:202px;
	float:left;
        margin-left:15px;
        }

       #left_head{
                float:left;
                width:202px;
                height:38px;
                background-image: url("/paginaweb/img/mini_head.jpg");
                background-repeat: no-repeat; 
                clear:both;
        }
         #left {
		width:202px;
		float:left;
              
                background-image: url("/paginaweb/img/mini_body.jpg");
                 clear:both;
		}
	#left_foot{
        float:left;
        width:202px;
        height:28px;
        background-image: url("/paginaweb/img/mini_foot.jpg");
        background-repeat: no-repeat;  
        clear:both;
        }
	
       #contentcenter {
		width:550px;
		padding:0px;
		float:left;
		background-color:white;
               
		}
	
	#contentcenterform{
		width:1000px;
		padding:0px;
		float:left;
	
		
	}	

	#contentright {
		width:200px;
		padding:0px;
		float:left;
                margin-right:15px;
		}
	
	#cabecera {
		/* background:#000000; */
                height:100px;
                width:auto;
                /*background:  url(/paginaweb//paginaweb/img/header.jpg) no-repeat; */ 
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
   
#tabsJ {
	FONT-SIZE: 80%; 
        FLOAT: left;
        WIDTH: 100%;
        LINE-HEIGHT: normal;
        color:#339999;
}
#tabsJ UL {
	PADDING-RIGHT: 10px;
        PADDING-LEFT: 200px; 
        PADDING-BOTTOM: 0px; 
        MARGIN: 0px;
        PADDING-TOP: 10px;
        LIST-STYLE-TYPE: none;
        color:#339999;
}
#tabsJ LI {
	PADDING-RIGHT: 0px;
        DISPLAY: inline;
        PADDING-LEFT: 0px;
        PADDING-BOTTOM: 0px;
        MARGIN: 0px;
        PADDING-TOP: 0px;
        color:#339999;
}
#tabsJ A {
	PADDING-RIGHT: 0px;
        PADDING-LEFT: 4px;
        BACKGROUND: url(/paginaweb/img/tableftJ.gif) no-repeat left top;
        FLOAT: left;
        PADDING-BOTTOM: 0px;
        MARGIN: 0px; 
        PADDING-TOP: 0px;
        TEXT-DECORATION: none;
       color:#339999;
}
#tabsJ A SPAN {
	PADDING-RIGHT: 15px;
        DISPLAY: block;
        PADDING-LEFT: 6px;
        BACKGROUND: url(/paginaweb/img/tabrightJ.gif) no-repeat right top;
        FLOAT: left;
        PADDING-BOTTOM: 4px;
         color:#339999;
        PADDING-TOP: 5px
}
#tabsJ A SPAN {
	FLOAT: none
}
#tabsJ A:hover SPAN {
	COLOR: #fff
}
#tabsJ A:hover {
	BACKGROUND-POSITION: 0% -42px
}
#tabsJ A:hover SPAN {
	BACKGROUND-POSITION: 100% -42px
}
.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:bold 11px Arial;
color: white;
background: black url(/maquetas/albareda/img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
 padding: 4px 0 4px 0px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/maquetas/albareda/img/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/maquetas/albareda/img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

