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


.clear{
clear:both;
}

.columna{
	background-image: url(img/telanaranja.jpg);
	background-repeat: repeat;
	background-position: left top;
	width:330px;
	float:left;
	margin:10px;
	padding:5px;
	
}

.columnota{
	
	width:630px;
	min-height:400px;
	float:left;
	margin:10px;
	padding:5px;
	
}

.sac{
	width:130px;
	padding:5px 0 0 0;
	margin:2px;
	float:left;
	border: 2px solid #000;
	background-color: #FFF;
	-moz-box-shadow: 1px 1px 12px #aaa;
	-webkit-box-shadow: 1px 1px 12px #aaa;
	box-shadow: 1px 1px 12px #555;
}


.flota {
	float:left;
	margin:0px 20px 10px 25px;
	}
	
.flotad {
	float: right;
	margin:0px 25px 10px 20px;
	}
	
#indextemporario{
	width:400px;

	margin:auto;
	padding:0;
	display:block;
	background-color: #06C;	
	
}

.lien a {
	height:80px;
	width:216px;
	float:left;
	margin:5px;
	border: 2px solid #A10F11;
	background-color: #9E9541;
	text-align:center;
	}
.lien img{
	float:left;
	margin:0 10px 0 0;
	}
.lien a:hover {
	-moz-box-shadow: inset 5px 5px 10px 0px #003532;
-webkit-box-shadow: inset 5px 5px 10px 0px #003532;
-o-box-shadow: inset 5px 5px 10px 0px #003532;
box-shadow: inset 5px 5px 10px 0px #003532;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#003532, Direction=134, Strength=10);
}