







BODY {
        width:1000px;
        margin:10px auto 20px auto;
        border:solid black 1px;
        font-family:sans-serif;
		background:#ffcc66;
    }
    
    H1, H2, H3, H4, H5, H6 {
        padding:0;
        margin:0;
    }

    .cabecera {
        background:url('../../imagenes/0019/00000084iadyk.jpg') no-repeat white;
    }
            
    .cabecera .titulo {
        height:0;
        overflow:hidden;
        padding-top:70px;
    }
	
	.cabecera .anuncio {
		color:red;
		text-align:right;
		height:26px;
		padding-top:4px;
		padding-right:10px;
		overflow:hidden;
		font-size:14px;
	}
	
	.cabecera .menu_idiomas {
		height:30px;
		text-align:right;
		overflow:hidden;
		padding-right:10px;
	}
    
    /*                           MENU                           */
    .cabecera .menu {
        overflow:auto;
        //height:100%;
        font-size:14px;
    }
    
    #menu1 {
        background-image:none;
        padding-left:20px;
    }
    
    .menu UL {
        list-style:none;
        display:block;
        padding:0;
        margin:0;
        padding-right:20px;
        background:url('../../imagenes/0019/00000070ceeel.gif') no-repeat right top;
        overflow:auto;
        //height:100%;
        float:left;
    }
    
    .menu LI {
        display:inline;
    }
    
    .menu A {
        display:block;
        float:left;
        padding:2px;
        padding-left:40px;
        padding-right:20px;
        color:black;
        text-decoration:none;
        background:url('../../imagenes/0019/00000071ziscl.gif') #FFCC00 no-repeat left top;
    }
    
    .menu A:hover, .menu_sel {
        color:red;
    }
    
	.marco {
		background:white;
		overflow:auto;
		//height:100%;
	}
	
    /*                          CUERPO                              */
    .cuerpo {
        padding:10px;
        overflow:auto;
        height:100%;
		font-size:14px;
    }
    
	.cuerpo A {
		color:#009900;
	}
	
    #columna1 {
        width:33%;
        float:left;
    }
    
    #columna2 {
        width:33%;
        float:left;
    }
    
    #columna3 {
        width:33%;
        float:left;
    }
    
    .margen_columna {
        padding:10px;
		text-align:justify;
    }
    
    .imagen {
		
    }
    
    .imagen IMG {
    	cursor:pointer;
    }
    
	.imagen_galeria {
		margin:25px auto 25px auto;
		display:block;
		cursor:pointer;
	}
	
    .imagen IMG {
        /*display:block;
		margin:0 auto 0 auto;*/
		
		width:100%;
		
    }
    
    .pie_imagen {
        font-size:75%;
        text-align:center;
        color:gray;
        padding:10px;
        padding-top:0;
    }
    
    /*                           PIE                                */
    .pie {
        border-top:solid black 1px;
        padding:10px;
        text-align:center;
        font-size:80%;
        margin:10px;
    }

A.powered { margin-left:10px; display:block; float:right; background-repeat:no-repeat; background-position:top center; text-decoration:none; }

/* Rounded DIVs */
.rounded {
	-webkit-border-top-left-radius:20px; /** EL K MANDA **/
	-webkit-border-top-right-radius:20px; /** EL K MANDA **/
	-webkit-border-bottom-left-radius:20px; /** EL K MANDA **/
	-webkit-border-bottom-right-radius:20px; /** EL K MANDA **/
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
}

