@charset "utf-8";
/* CSS Document */
body {
	background:#eeeeee;
}

#titulo{
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#F00;
}

#contenido{
	margin: 10px;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	line-height:20px;
	text-indent:25px;
}

.subtitulo{
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	margin-left:10px;
	color:#F00;
}

#licontenido{
	margin:10px;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	line-height:20px;
}
#acceso{
	text-align:center;
	padding:50px;
	
	
	}
.acceso{
	background:#018D37;
	color:#FFF;
	width:150px;
	height:45px;
	border:0px;
}
.acceso:active{
	top:1px;
}
.acceso:hover {
background-color: #007F38;
color: #FFF;
}
#inf{
	height:450px;	
	
	}
h2{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:20px;
	color:red;
	padding:10px 10px 0 10px;	
}
.imghua{
	float:left;
	margin:5px 10px 0 15px;
}

.parrafo1{
	font-family:"Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:15px;
	text-align:justify;
	padding:0 20px;
	line-height:20px;
}