@charset "utf-8";

/* CONTENIDO CENTRAL */

.centro {
	margin-top:75px;
	margin-bottom:20px;
	display:flex;
}

h1 {
	clear: both;
	margin-left: 2px;
	width: 100%;
	display: block;
	font-size: 25px;
	color: #999999;
}

h2 { 	
	margin-top:0px;
	padding-left:15px;
	font-family: verdana;
	text-decoration: none;
	font-size: 28px;
	color: #999999;
}

.imagen {
	align:center;
	margin-left: 50px;
	width: 450px;
	height: 425px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-left: 25px;
}
.video {
	margin-left:20px;
}

.texto {
	width: 75%;
	height: auto;
	margin-top:10px; 
	margin-left: 20px;
	margin-right:20px;
	margin-bottom:10px; 
	padding: 10px;   
}

.abajo {
	width: 100%;
	display: block;
	background-color: #FFF;
	height: auto;
	margin-bottom:1px;
}

.imgfun {
    clear: both;
	float: left;
	margin-left: 0;
	display: block;
}

.img {
	float: left;
}


/* Columnas */
.abajocol {
	margin-top:1px;
	margin-bottom:15px;
	padding:20px;
	display:flex;
	background-color:#111;
	height:305px;
	margin-bottom:1px;
}

.abajocol1 {
	width: 35%;
	font-size: 14px;
	color: #CCC;
	background-color: #111;
	height: 270px;
	margin-top: 15px;
	margin-left:15px;
	float:left;
}

.abajocol2 {
	width: 45%;
	font-size: 14px;
	color: #CCC;
	background-color: #111;
	height: 270px;
	margin-top: 15px;
	margin-left:15px;
	float:left;
}

.abajocol3 {
	width: 20%;
	font-size: 14px;
	color: #CCC;
	background-color: #111;
	height: 270px;
	margin-top: 15px;
	margin-left:15px;
	float:left;
}

.abajocol3 a {
	text-align:center;
	font-size: 14px;
	color: #CCC;
}

.abajocol3 a:hover {
	color: #FFF;
}

.pie {
	width: 100%;
	background-color: #000;
	font-size: 12px;
	color: #999;
	text-align: center;
	height: 60px;
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 1px;
}
/* Enlaces */
a{
	color: #999;
	text-decoration:none;
}


@media screen and (max-width : 1024px ){
	body {
		padding-top: 1px;    /*Menu aparece abajo de la cabecera */
	}

/* CONTENIDO CENTRAL */

.centro {
	margin-top:25px;
	margin-bottom:15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"
	text-decoration: none;
    display: block;   
    /* display:flex; */
}

embed {
	float: none;
	display:none;
}

.imagen {
	display:none;
	align:center;
	float: left;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 40px;
	margin-right: 5px;
	width: 450px;
	height: 425px;
	background-color: #FFFFFF;
	padding-left: 25px;
}
.texto {
	width: 100%;
	height: auto;
	padding: 20px;	
	margin-top:0px; 
	margin-left: 20px;
	margin-right:20px;
	margin-bottom:10px; 
}

h1 { 	
	margin-top:0px;
	font-family: verdana;
	text-decoration: none;
	font-size: 28px;
}

h2 { 	
	margin-top:0px;
	padding-left:15px;
	font-family: verdana;
	text-decoration: none;
	font-size: 28px;
	color: #999999;
}

p {
	width: 100%;
	display: block;
	font-family:verdana;
	text-decoration: none;
	font-size: 16px;
}
.abajo {
	width: 100%;
	display: block;
	background-color: #FFF;
	height: auto;
	font:Verdana, Geneva, sans-serif;
}

/* Columnas */

.abajocol {
	width:100%;
	height:730px;
	margin-top:1px;
	margin-bottom:15px;
	background-color:#111;
	margin-bottom:1px;
	display:block;
	overflow:visible;
}

.abajocol1 {
	width:100%;
	height:auto;
	background-color:#111;
	margin-bottom:10px;
}

.abajocol2 {
	width: 60%;
	height: auto;
	background-color: #111;
}

.abajocol3 {
	width:100%;
	height:auto;
	background-color:#111;
	padding-top:10px;
}
	