@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	/*text-align:center;*/
	width:800px;
	height:auto;
	/*position:absolute;*/
	/*background-image:url(../img/fondomun.jpg);*/
	background-color:#E1E6F4;
	background-repeat:no-repeat;
}

.contenedor{
	background-color:#FFF;
	width:800px;
	height:inherit;
}

.cab{
		width:auto;
		height:auto;	
	}
	
.imagenCabecera{
		
	height:180px;
	}
.pie{

	}
.cuerpo{
		height:530px;
		background:url(../img/fondotrans.jpg) center no-repeat;
	}
.cuerpo2{
		height:680px;
		/*background:url(../img/fondotrans.jpg) center no-repeat;*/
	}
/*transparent slider*/

.clear {  
    clear:both  
}  
  
#gallery {  
    position:relative;  
    height:530px;
}  
    #gallery a {  
        float:left;  
        position:absolute;  
    }  
      
    #gallery a img {  
        border:none;  
    }  
      
    #gallery a.show {  
        z-index:100  
    }  
  
    #gallery .caption {  
        z-index:600;   
        background-color:#000;   
        color:#ffffff;   
        height:100px;   
        width:100%;   
        position:absolute;  
        bottom:0;  
    }  
  
    #gallery .caption .content {  
        margin:5px  
    }  
      
    #gallery .caption .content h3 {  
        margin:0;  
        padding:0;  
        color:#1DCCEF;  
    } 
/*//transparent slider*/
.facebook {  
    position:absolute;
	left:255px;
	top:860px;
}
.youtube {  
    position:absolute;
	left:925px;
	top:860px;
}  