@charset "utf-8";

/* CONTENIDO CENTRAL */

.centro {
	width: 98%;
	margin-top:75px;
	margin-bottom:15px;
	padding-left:15px;
	display:flex;
}

h1 {
	clear: both;
	margin-left: 2px;
	width: 100%;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #999999;
}

h2 {
	clear: both;
	margin-left: 25px;
	margin-right: 10px;
	width: 90%;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	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;
}

.texto {
	width: 75%;
	height: auto;
	margin-top:10px; 
	margin-left: 20px;
	margin-right:5px;
	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:#069;
	height:305px;
	margin-bottom:1px;
}

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

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

.abajocol3 {
	width: 20%;
	font-size: 14px;
	color: #CCC;
	background-color: #069;
	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: #001A66;
	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;
}

.btnenvio {
background: #0066A2;
color: white;
border-style: outset;
border-color: #666666;
height: 30px;
width: 70px;
font: bold15px arial,sans-serif;
text-shadow: none;
}
.btnenvio:hover {
background: #016ABC;
color: #fff;
border: 1px solid #eee;
border-radius: 20px;
box-shadow: 5px 5px 5px #eee;
text-shadow: none;
}


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


/* CONTENIDO CENTRAL */

.centro {
	margin-top:0px;
	margin-bottom:15px;
	padding-left:5px;
	font-family: "Arial"
	text-decoration: none;
    display: block;   
    /* display:flex; */
}

embed {
	float: none;
	display:none;
}

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

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

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:905px;
	margin-top:1px;
	margin-bottom:15px;
	background-color:#069;
	margin-bottom:1px;
	display:block;
	overflow:visible;
	padding:10px;
}

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

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

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