@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(menu.css);
@import url(banner.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	/* background-image: url(../../imagenes/f19.jpg); */
}

header {
	width: 100%;
	height: 50px;
	background: #333;
	color: #fff;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.contenedor {
	width: 98%;
	margin: auto;
}

.contenedor h1 {
	float: left;
	font-family: Monotype Corsiva;
}

/*
h1 {
	float: left;
	font-family: Monotype Corsiva;
}
*/

UL.col3
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 15px 0px;
WIDTH: 100%;
PADDING-TOP: 0px;
LIST-STYLE-TYPE: none
}

UL.col3 LI
{
PADDING-RIGHT: 2px;
DISPLAY: inline;
PADDING-LEFT: 2px;
FLOAT: left;
PADDING-BOTTOM: 15px;
WIDTH: 50%;
PADDING-TOP: 2px
}

header .contenedor {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

#bienvenidos {
	text-align: left;
}

#bienvenidos h1 {
	float: none;
	padding: 7px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

#bienvenidos h2 {
	padding: 7px;
	font-family: 'Open Sans', sans-serif;
}

p {
	/* font-size: 20px; */
    text-align: justify;
	padding: 7px;
}

#bienvenidos a {
	color: blue;
	height: 20px;
	text-decoration: none;
}

#bienvenidos a:hover {
	color: #FFF; background: #006699; border-radius: 8px; padding-left: 3px; padding-right: 3px;
}

#bienvenidos p {
	/* font-size: 15px; */
    text-align: justify;
}

#enlaces h4 {
	color: blue;
	height: 20px;
	text-decoration: none;
	text-align: right;
}

#enlaces a {
	color: blue;
	height: 20px;
	text-decoration: none;
}

#enlaces a:hover {
	color: #FFF; background: #006699; border-radius: 8px; padding-left: 3px; padding-right: 3px;
}

#paginasfb a {
	color: blue;
	height: 20px;
	text-decoration: none;
	text-align: center;
}

#paginasfb a:hover {
	color: #FFF; background: #006699; border-radius: 8px; padding-left: 3px; padding-right: 3px;
}

#contacto a {
	color: blue;
	height: 20px;
	text-decoration: none;
}

#contacto a:hover {
	color: #FFF; background: #006699; border-radius: 8px; padding-left: 3px; padding-right: 3px;
}

footer {
	width: 100%;
}

footer .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 15px;	
}

.copy {
	font-size: 20px;
}

.copy h6 {
	font-size: 50px;
}

.sociales {
	width: 100%;
	text-align: center;
	font-size: 28px;
}

.sociales a {
	text-decoration: none;
	color: #333;
	
}

@media (min-width:768px) {
UL.col3 LI
{
WIDTH: 30%;
}
}

@media (min-width:1024px) {
	.contenedor {
		width: 1000px;
	}
UL.col3 LI
{
WIDTH: 25%;
}

}

