/****************************/
/* 		Greeen House Portada		*/
/****************************/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	   margin: 0;
	   padding: 0;
	   border: 0;
	   outline: 0;
	   font-weight: inherit;
	   font-style: inherit;
	   font-size: 100%;
	   font-family: inherit;
	   vertical-align: baseline;
	} 
	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	html, body { height:100%; }
	#contenidoflash {
		height:130%;
		min-height: 553px;
		min-width: 921px;
	}

	/* end hide */

	body {
		overflow:hidden;
		font-family: sans-serif;
		background-color: transparent; 
		margin: 0px; 
		padding: 0px; 
		height: 100%; 
		border-top: 1px transparent solid; 
		margin-top: -1px; 
		z-index:0; 
		position:relative; 
	}
	

	
	#contenido { 
		font-family: Lucida,sans-serif;
		font-size: 16px; 
		padding: 10px; 
/*		overflow: auto; */
		background-image: url(../imagenes/general/portada/capa-blanca.png); 
		background-repeat:no-repeat;
		width: 760px; 
		height: 410px; 
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -205px;
	    margin-left: -380px;
	}
     
     
	#texto{
		margin-top: 120px;
    	height:80px;	
    	width: 700px;
	}
	#menu{
    	margin-left: 130px;
    	height:auto;
		position: relative;
		height: 150px;
		width: 500px;
    }
	#banderas{
    	margin-top: 40px;
    	margin-left: 30px;
    	height:50px;
		position: relative;
    }
    
    
    
	#banderas ul{
		list-style: none;
	}
	#banderas ul li{
		float:left;
		height: 55px;
	}
	.bandera{
		float:left;
		width: 38px;
		padding-top: 5px;
	}

	#menu ul{
		list-style: none;
	}
	#menu ul li{
		float:left;
	}


	a {
		border: none;
		text-decoration: none;
		border:0px;
		cursor:hand;
		cursor:pointer;
	}
	
	a img{
		border:0;
	}
	li:hover a{
		color: #2B2A01;  
		display:block;
	}
	

	h1{
		font-weight: bolder;	
		font-style: inherit;
		font-size: 150%;
		color: #8B8B76;
		font-family: Calibri, sans-serif;
		margin-left: 30px;
	}
	h2{
		font-weight: bold;	
		font-style: inherit;
		font-size: 150%;
		font-family: Calibri, sans-serif;
		color: #8B8B76;
		margin-left: 130px;
	}
