body
{
	text-align: center;
	font-family: Calibri;
	background: transparent url('/img/fondo.jpg') repeat fixed;
	margin: 0;
	line-height: 1.3em;
	min-height: 700px;
        background-size: cover;
}

@media only screen and (orientation : portrait)
{
	body
	{
		min-height: 1200px;
	}
}

#color
{
	padding-top: 1em;
	width: 100%;
	display: table;
}

img
{
	border: 0;
}

#contenedor
{
	width: 1080px;
	margin: 0 auto 8em;
}

#cabecera
{
	text-align: left;
}

#logotipo
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 2em;
}

#logotipo img
{
	width: 175px;
}

#menu
{
	float: right;
	margin: 7px 2em 0 0;
	/* fallback */
	background-color: #E3000F;
	background: url(images/linear_bg_2.png);
	background-repeat: repeat-x;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E3000F), to(#CF0216));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #E3000F, #CF0216);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #E3000F, #CF0216);
	/* IE 10 */
	background: -ms-linear-gradient(top, #E3000F, #CF0216);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #E3000F, #CF0216);
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 4px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 4px; 
    border-radius: 4px;
	/* Prevent background color leak outs */
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#menu ul
{
	list-style: none;
	font-size: 15px;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

#menu li
{
	display: table-cell;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#menu li a
{
	text-decoration: none;
	color: #EEE;
	padding: 0.85em;
	display: block;
}
#menu li:first-child,
#menu li:first-child a
{
	border-radius: 4px 0 0 4px;
}

#menu li:last-child,
#menu li:last-child a
{
	border-radius: 0 4px 4px 0;
}

#menu li a:hover
{
	background: #EA0017;
}

#menu li a.activo
{
	color: #E3000F;
	background: #FFF;
}

#contenido
{
	text-align: left;
	font-size: 0.85em;
	background: #FFF;
	-moz-box-shadow:    2px 2px 0.5px 0.25px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 0.5px 0.25px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 2px 0.5px 0.25px rgba(0, 0, 0, 0.2);
	padding: 1em 2.5em;
	width: 945px;
	margin: 1em auto 0;
}

h2
{
	font-size: 1.2em;
	color: #2F2483;
	text-transform: uppercase;
}

#pie
{
	background: grey;
	font-size: 0.8em;
	padding: 1em 0;
	height: 20px;
	width: 100%;
	display: table;
	position: fixed;
	bottom: 0;
}

#pie #links {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#pie #links a {
	margin: 0 20px;
	text-decoration: none;
	color: black;
}

#contenido_pie
{
	width: 1080px;
	margin: 0 auto;
	display: inline-block;
}

#cookies {
	background: rgba(255, 255, 255, 0.9);
    	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cookies > div {
        background: white;
	padding: 20px;
	border-radius: 20px;
	margin: 50px;
	border: 5px solid #2F2483;
}

span.resaltado
{
	color: #2F2483;
	font-weight: bold;
}

table {
	border: 1px solid grey;
	table-layout: fixed;
	border-collapse: collapse;
}

table th, table td {
	padding: 10px;
}

table th {
	text-align: center;
	min-width: 60px;
}

.justified p {
	text-align: justify;
}

a.button,
button.button {
	display: inline-block;
	padding: 10px 30px;
	margin: 10px;
	background: #E3000F;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-decoration: none;
        cursor: pointer;
	border: 0;
	font-size: 15px;
	font-family: Arial;
}

a.button:hover,
button.button:hover {
	background: #CF0216;
	box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, 0.5);
	border: 0;
}

ul.unmarker {
	list-style: none;
}

form {
	display: inline-block;
}

input[type="checkbox"] {
	vertical-align: -2px;
	height: 14px;
	margin-right: 5px;
}

.centered {
	text-align: center;
	padding: 50px;
}
