* { margin: 0; padding: 0; }
@font-face
{
	font-family: 'miFuenteIE';
	src: url('font.eot');
}
@font-face
{
	font-family: 'miFuente';
	src: url('font.ttf');
}
html, body {
	width: 100%;
}
::selection {
	background-color: #00FFFF;
	color: #000066;
}
:focus {
	outline: 0px;
}
body {
	color: #000;
	background: #fff url('bg01.png');
	font-family: miFuente, miFuenteIE;
	font-size: 12pt;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	border: 0px solid #000;
}

#pagina {
	width: 75%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 1px 25px #222222;
}

#content {
	width: 100%;
	height: 450px;
	position:relative;
	background:#FFF;
}
.imageslider {
	border-radius: 12px;
}
#menureality {
	position: absolute;
	bottom:0;
	width: 100%;
	min-height: 100px;
	z-index: 99;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	background: rgba(0, 0, 0, .5) url('logo.png') bottom left no-repeat;
	background-position: 25px 0;
}
.logo {
	position: relative;
	float: left;
	text-align: left;
	width: 25%;
}
.logo p {
	display: none;
}
.menu {
	position: relative;
	float: right;
	width: 90%;
	text-align: right;
	line-height: 100px;
	padding-right: 30px;
}
.menu2 { 
	position: relative;
	float: right;
	width: 90%;
	text-align: right;
	line-height: 100px;
	padding-right: 30px;
	display: none;
	font-size: 28pt;
}
ul#menure {
    padding: 0;
}

ul#menure li {
    display: inline;
	padding: 0 5px;
}


ul#menure li a {
    /*background-color: rgba(0, 163, 245, .6);*/
    color: white;
	padding: 39.5px 15px;
    text-decoration: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul#menure li a:hover {
    background-color: rgba(255, 255, 255, .8);
	color: #000;
	text-shadow: none;
}
#contenido {
	width: calc(100% - 50px);
	padding: 55px 25px;
	min-height: 500px;
	background-color: #fff;
	color: #000;
}
#piedepagina {
	width: calc(100% - 50px);
	padding: 35px 25px;
	background-color: rgba(0, 0, 0, .7);
	color: #FFF;
	overflow: auto;
}
#piedepagina .peu-esq {
	position: relative;
	float: left;
	width: 45%;
}
#piedepagina .peu-dre {
	position: relative;
	float: right;
	width: 35%;
}
.en {
	text-decoration: none;
	color: #00a5f8;
}
.en:hover {
	color: #00d5ff;
	background: rgba(0, 165, 248, .1);
}

/* Formulario */
:focus {
	outline: 0px;
}
input, select, textarea {
	font-family: miFuente, miFuenteIE;
}
select {
	height: 30px;
}
input[type="text"], select {
    background-color: rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #00a5f8;
}
input[type="text"]:focus, select:focus, textarea:focus {
	border: 1px solid #00d5ff;
	border-radius: 5px;
}
textarea {
    background-color: rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #00a5f8;
	padding: 15px;
	width: calc(100% - 30px);
	height: 250px;
}
.form-btn{
	outline:none;
	border:2px solid #2b2b2b;
	color:#fff;
	text-transform:uppercase;
	padding:4px 8px;
	text-align:center;
	background:#313131;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 6px;
	border-radius: 5px;
	width: 49%;
}
.form-btn:hover{
	background:rgba(0, 165, 248, .1);
	color: #000;
	border: 2px dashed #00d5ff;
	cursor: pointer;
}

.form-btn:active{
	background:#313131;
	color: #fff;
}

/* Seguimos */

.videosindex {
	width: 48%;
	height: 315px;
}
#desplegable:hover {
	cursor: pointer;
	color: #00d5ff;
	background: rgba(0, 165, 248, .4);	
}
#secciones-desp {
	display: none;
	position: absolute;
	top: 520px;
	right: 0;
	width: 100%;
	background: rgba(0, 165, 248, 1);
	text-align: center;
}
#secciones-desp a p { 
	color: #FFF;
	line-height: 20pt;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
}
#secciones-desp a { 
	text-decoration: none;
}
#secciones-desp a p:hover {
	cursor: pointer;
	background: rgba(255, 255, 255, .5);
	color: #000;
}