/*Hoja de estilo index general*/
html { height:100%;
background-color:#FFF;}

body {
	width: 100%;
	height: 100%;
	margin: auto;
	font-size: 10pt;
	padding: 0;
}
	
#fondoindexgeneral {
	width:100%;
	background:#000;
	padding-bottom:10%;
	padding-top:1%;}

div#pagina {
	font-family: 'Varela', sans-serif;
	width: 80%;
	height: 100%;
	position:relative;
	margin-left: 10%;
	padding-top:2%;
}
	
header {
	z-index:2;
	font-family:"Yanone Kaffeesatz", sans-serif;
	width:100%;
	height: 20%;
	border:groove 1px solid;
	padding-left:10%;
}
header a { color:#FFF;
text-decoration:blink;}
header a:hover {color:#9C0;}

ul.boto { width:100%;}
ul.boto ul { float:left; }
ul.boto li { font-size:2rem;
   text-align:center;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	float:left;
	padding-right:3%;
	text-decoration:underline;}	
	
article { widht:100%;}
article a {color: #000;}
article a:hover { color:#FFF; }
h3{ font-family: 'BenchNine', sans-serif;
font-size:1.8rem;}
h1 { font-family:'Yanone Kaffeesatz', sans-serif;
font-size:3rem;
line-height:2.8rem;}
h2 { font-family: 'BenchNine', sans-serif;
font-size:1.3rem;}

#color1 { width:7%; height:7%;
background-color:#000; padding:2%; float:left;}
#color2 { width:7%; height:7%;
background-color:#9C0; padding:2%;float:left;}
#color3 { width:7%; height:7%;
background-color:#3CC; padding:2%;float:left;}
#color4 { width:7%; height:7%;
background-color:#F8F8F8; padding:2%;float:left;}
#color5 { width:7%; height:7%;
background-color:#FFF; padding:2%;float:left;}

#centro {width:55%; float:left; }
#lado { width:22%;
background-color:#9C0;
padding:2%;
color:#FFF;
float:right;
-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	-webkit-box-shadow: 2px 2px 2px 3px #9E9E9E;
	box-shadow: 2px 2px 2px 3px #9E9E9E;}

footer img {padding-right:2%;}
footer { width:100%;
	height:120px;
	float:left;
	top: 200px;
	padding-top: 2%;}

#textofooter {
	clear:both;
	width:100%;}
	
#textofooter p {
	text-align:left;
	position:relative;
	font-size:0.6rem;
	width:60%;
	float:left;
	padding-right:7%; }
