/*Santiago's styles :) */

/*Colors of indice*/

.colmask {background: #AAC4C4 }
#header {background: #CDD}
h1 {color: #CE3100}
h2 {color: #749749}
h3 {color: #974974}
ul.ico li {
	background-color: #F12;
}

ul.ico li a {
	border: 2px transparent solid;
}
ul.ico li a:hover{
		border: 2px solid #fee;
		background-color: transparent;
}
.col1 {min-width: 640px; }

/* Enlazada desde index.html enteros/index.php*/
h1, h2{	font-family: "comics-sans, sans-serif, sans";
	font-weight: lighter;
	font-variant: small-caps;}
 
.credito {color: #aaa; padding: 0; margin: 0;}

/*ordenar esto*/

ul.ico {width: 100%; min-width: 640px; }
ul.ico li {
	background-position: 10% center; 
	background-repeat: no-repeat !important;
	display: block; float: left;
	padding: 20px; padding-left: 60px;
	margin: 20px;  
	
	width: 129px;  height: 80px;
	
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 5px;
	}
	
ul.ico li a.principal {
		font-variant: small-caps;
		font-size: 14pt;
}
ul.ico li a {
	padding: 0 5px;  margin: 3px;
	color: #200;
	text-decoration: none;
}


h3 {clear: both;}

#footer{background: ; font-size: 11pt; color: gray;}

