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

#top{
	display:block;
	position:fixed;
	left:100%;
	margin-left:-65px;
	top:100%;
	color:#000;
	font-size:46px;
	background:#fff;
	border-radius:100%;
	height:34px !important;
	width:34px !important;
	overflow:hidden;
	opacity:0;
	z-index:6001;
	margin-top: -3px;
}
	
	#top i{
		height:45px;
		margin-top: -3px;
		margin-left: -3px;
		display:block
	}
	
		#top:hover{
			color:#dc0000;
		}


body {
	padding:0px;
	margin:0px;
	min-width:1250px;
}

img {
	margin:0px;
	padding:0px;
	border:none;
}

button {
	margin:0px;
	padding:0px;
	border:none;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

.cuerpoDelimitado{
	display:block;
	position:relative;
	width:1150px;
	left:50%;
	margin-left:-575px;
}

/* ----------------------------------------------TEXTOS---------------------------------------------- */
.titulo{
	font: normal 50px 'Fjalla One';
	color:#666;
	margin-bottom:0px;
	margin-top:0px;
}

.subtitulo{
	font-family: "Fjalla One";
	color:#666;
	text-align:center;
}


.parrafo{
	font-family: 'Fjalla One';
	color:#838383;;
	width:320px;
	font-size:14px;
	line-height:17px;
}

.tituloinfo{
	font-family: "Fjalla One";
	font-size:30px;
	color:#4a3185;
}

.tituloinfo:hover{
	color:#e63c24;
}

.homesubtitulo{
	font: normal 30px 'Fjalla One';
	color:#666;
}

.homeparrafo{
	color:#838383;
	font-family: 'Fjalla One';
}

.imp{

}

.textoArticulo{

}

/* ----------------------------------------------LISTAS---------------------------------------------- */

.navH ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

	.navH ul li{
		display:inline-block;
		position:relative;
	}

.listaSIMP{
	list-style:none;
	margin:0px;
	padding:0px;	
}

	.listaSIMP li{
		margin:0px;
		padding:0px;	
	}

/* ----------------------------------------------POSICIÓN---------------------------------------------- */

.derecha{
	float:right;
}

.izq{
	float:left;
}

.centrado{
	text-align:center;
}

.txtIzq{
	text-align:left;
}

.txtDch{
	text-align:right;
}

.enLinea{
	display:inline-block;
	position:relative;
}

/* ----------------------------------------------COLORES---------------------------------------------- */

.blanco{

}