@import url("bootstrap.min.css");
/*--------------------------------------------------------------------*/

/* Llamar las Fuentes */

/* Trebuchet-Regular */
@font-face {
 font-family: Trebuchet;
 src: url("fonts/trebuc.eot")
}
@font-face {
 font-family: Trebuchet;
 src: url("fonts/trebuc.ttf")
}

/*Trebuchet-Bold*/
@font-face {
 font-family: Trebuchet bold;
 src: url("fonts/trebucbd.eot")
}
@font-face {
 font-family: Trebuchet bold;
 src: url("fonts/trebucbd.ttf")
}

/*Trebuchet-Bold-Italic*/
@font-face {
 font-family: Trebuchet bold italic;
 src: url("fonts/trebucbi.eot")
}
@font-face {
 font-family: Trebuchet bold italic;
 src: url("fonts/trebucbi.ttf")
}

/*Trebuchet-Bold*/
@font-face {
 font-family: Trebuchet italic;
 src: url("fonts/trebucit.eot")
}
@font-face {
 font-family: Trebuchet italic;
 src: url("fonts/trebucit.ttf")
}




/*--------------------------------------------------------------------*/

/* Estilos del Sitio */
body {
	width: 100%;
	margin: 0px;
}
div {
	display: block;
}


/* Estilos Header */

header {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
#logo {
	max-width: 450px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

#Contenido {
	width: 200px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

#ContenedorFooter {
	max-width: 150px;
	height: auto;
	margin: 20px auto;
	overflow: hidden;
}

.TitSiguenos {
 	font-family: Trebuchet;
	font-size: 0.8em;
	font-weight: bolder;
	color: #9c9b9b;
	float: left;
	margin:0 auto;
}


