﻿@font-face {
	font-family: 'icomoon';
	src:url('../fuentes/icomoon.eot');
	src:url('../fuentes/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fuentes/icomoon.woff') format('woff'),
		url('../fuentes/icomoon.ttf') format('truetype'),
		url('../fuentes/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-palomita:before {
	content: "\e600";
}

html{
	position: relative;
}

body{
	background: url(../images/fondo.jpg) fixed repeat-x;
	font-family: 'Arvo', serif;
}

#menu-ayuda{
	background: #303B8B;
	position: absolute;
	top: 270px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 40px;
}

#cintillo{
	background: black;
	width: 100%;
	height:5px;
}

#cintillo-conten{
	background: black;
	width: 1100px;
	height: 5px;
	color: white;
	margin: 0px auto;
}

#wrapperP{
	border: 0px solid black;
	width: 1100px;
	margin: 10px auto 0 auto;
}

#pagina{
	border: 0px solid red;
	background-color: white;
	width: 1100px;
	margin: 0 0 20px 0;
	float: left;

	-webkit-box-shadow: 0px 0px 40px rgba(77, 70, 74, 0.69);
	-moz-box-shadow: 0px 0px 40px rgba(77, 70, 74, 0.69);
	box-shadow: 0px 0px 40px rgba(77, 70, 74, 0.69);
}

#cintillo-cabecera{
	background-color: #303B8B;
	width: 100%;
	height: 40px;
}

#cintillo-cabecera-conten{
	border: 0px solid red;
	width: 1050px;
	color: white;
	font-weight: bold;
	margin-left: 25px;
	padding: 11px 0px;
}

#cintillo-cabecera-conten a{
	color: white;
	text-decoration: none;
}

#cintillo-cabecera-conten a:hover{
	text-decoration: underline;
}

#contenido{
	border: 0px solid red;
	width: 1050px;
	float: left;
	margin: 0px 0px 0px 25px;
}

#cabecera{
	border: 0px solid red;
	width: 1050px;
	height:200px; 
	margin: 0px auto 10px auto;
}

#menu{
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
	width: 1050px;
	padding: 5px 0px;
	float: left;
}

#menu a{
	text-decoration: none;
	color: black;
}

#menu ul li{
	position: relative;
	float: left;
}

.menu{
	border: 0px solid red;
	width: 150px;
	text-align: center;
	float: left;
	padding: 10px 10px;
}

.menu:hover, .activo{
	background-color: #303B8B;
	color: white;
}

.menu-sep{
	padding: 0px 15px;
}

#efecto{
	border:0px solid red;
	width: 1050px;
	height: 370px;
	float: left;
	margin: 20px 0px 0px 0px;
}

h1.titulo-pestana, h2.titulo-pestana{
	width: 1050px;
	font-family: arial;
	color: #303B8B;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding: 10px 0px;
	float: left;
	margin: 10px 0 0 0;
}

#banner{
	width: 1050px;
	color: #303B8B;
	text-align: center;
	font-size: 25px;
	padding: 10px 0px;
	float: left;
	margin:30px 0 0 0;
}

#titulo{
	background: #f7f7f7;
}

.banner-pequeno{
	background: #527E87;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 20px;
	padding: 10px 0px;
	float: left;
	margin: 0px 0 20px 0;
}

footer{
	border: 0px solid red;
	background: #303B8B;
	width: 100%;
	float: left;
}

#footer-conten{
	border: 0px solid red;
	width: 1050px;
	float: left;
	margin: 0 0 0 25px;
}

#ligas{
	border-bottom: 1px solid black;
	color: white;
	padding: 5px 10px 15px 10px;
	margin: 10px 0 0px 0;
}

#ligas a{
	text-decoration: none;
	color: white;
}

#ligas a:hover{
	text-decoration: underline;
}

#footer-leyenda{
	background: black;
	width: 1050px;
	color: white;
	padding: 10px 25px;
	float: left;
}

.seccion-footer{
	border: 0px solid white;
	float: left;
	margin: 10px 25px 0px 0px;
}

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	border-bottom: 1px dotted white;
	text-align: center;
	font-size: 19px;
	color: white;
	padding: 0 0 10px 0;
}

.desarrollo-seccion-footer{
	color: white;
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0px 0px 0px;
}

#footer-leyenda a{
	text-decoration: none;
	font-size: 14px;
	color: white;
}

#footer-leyenda a:hover{
	text-decoration: underline;
}

table{
	width: 675px;
}

table:first-child tr:first-child td{
	font-weight: bold;
	text-align: center;
}

tr td[class='icon-palomita']{
	text-align: center;
}

td{
	border: 1px dotted #ddd;
	padding: 2px 2px 2px 10px;
}