@charset "utf-8";

	#principal {
    width: 100%;
	height: 100%;
	background-image: url(../images/fondo_web.jpg); 
	background-attachment:fixed; 
	background-position:center; 
	background-repeat:no-repeat;
	}
	
	#cintillo {
    width: 100%;
	height:39px;
	border-bottom:double #F60;
	background-color:#666;
	}
	
	#pie {
    width: 100%;
	height:20px;
	background-color:#333;
	border-top:double #F60;
	position:absolute;
	bottom:0px;
	}


	#marco {
    width: 900px;
	table-layout:auto;
	height:90%;
	margin:auto;
	background-color:#FC3;
	border-left:dotted #FFF;
	border-right:dotted #FFF;
	}
	
	#creditos {
    width: 900px;
	height:10%;
	margin:auto;
	background-color: #666;
	border-left:dotted #FFF;
	border-right:dotted #FFF;
	
	}
	
	#noWeb {
    width: 600px;
	height:300px;
	margin:auto;
	background-color: #666;
	border:dotted #FFF;
	}
	
	#noWeb_de {
    width: 300px;
	height:200px;
	display:block;
	float:left;
	background-color: #000;
	}
	
	#noWeb_iz {
    width: 300px;
	height:200px;
	display:block;
	float:right;
	background-color: #FFF;
	}
	
	.texto1{
		font-weight:bolder;
		font-size:8px;
		color:#FFF;
		margin-top:-5px;
	}

