* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{font-family: Palatino, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	width: 100%;
	margin: 250;
	background: #C24A7E;}

div{background: white;
	margin: 5px;}
	
.fecha {
	background: white;
	border: 1px solid black;
	width: 9%;
	text-align: right;
	float: right;
	margin: 2px;
	font-size: 14px;
}

.element {
	position: relative;
	}

	.menu>ul>li>ul {
		position: absolute;
		background-color: #555;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 1;
	}

.dropbtn{
	display:block;
    background-color: #C24A7E;
    color: black;
    padding: 30px;
    font-size: 24px;
    border: none;
	transition: all 1s ease;
}

.dropbtn:hover{
    border: 2px solid black;
	transition: all 1s ease;
}

.dropdown{
    position: relative;
    display: inline-block;
	transition: all 1s ease;
}

.dropdown-content{
	z-index: 2;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 260px;
	border-color: black;
	border: 2px;
	transition: all 1s ease;
}

.dropdown-content a{
    color: royalblue;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	transition: all 1s ease;
}

.dropdown-content a:hover{
	transition: all 1s ease;
	background-color: white;
	height: 100px;
}

.dropdown:hover .dropdown-content{display: block;}

.dropdown:hover .dropbtn{background-color: rosybrown;}

.photobanner {height: 180px;
	width: 3550px;
	margin-bottom: 40px;}
	
.photobanner img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.photobanner img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
 
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
	
.foto{margin:2px;
	border:1px solid #0000ff;
	height:auto;
	width:auto;
	float:left;
	text-align:center;}
	
.foto img{display:inline;
	margin:3px;
	border:1px solid #ffffff;}
	
.foto a:hover img{border:1px solid #0000ff;}

/* Keyframe animations */
.first {
	-webkit-animation: bannermove 60s linear infinite;
	-moz-animation: bannermove 60s linear infinite;
	-ms-animation: bannermove 60s linear infinite;
	-o-animation: bannermove 60s linear infinite;
	animation: bannermove 60s linear infinite;
}

@keyframes "bannermove" {
0% {
	margin-left: 0px;
}
100% {
	margin-left: -2125px;
}
}

@-moz-keyframes "bannermove" {
0% {
	margin-left: 0px;
}
100% {
	margin-left: -2125px;
}
}

@-webkit-keyframes "bannermove" {
0% {
	margin-left: 0px;
}
100% {
	margin-left: -2125px;
}
}

@-ms-keyframes "bannermove" {
0% {
	margin-left: 0px;
}
100% {
	margin-left: -2125px;
}
}

@-o-keyframes "bannermove" {
0% {
	margin-left: 0px;
}
100% {
	margin-left: -2125px;
}
}

a{text-decoration: none;
	color:blue
	padding: 20px;}
	
a:hover{color: red;}

.gallery {
	width: 530px;
	margin: 0 auto;
	position: relative;
	padding: 3px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.gallery > div {
	position: relative;
	float: left;
	padding: 5px;
}

.gallery > div > img {
	display: block;
	transition: .1s transform;
	transform: translateZ(0); /* hack */
}

.gallery > div:hover {
	z-index: 1;
}

.gallery > div:hover > a img {
	transform: scale(1.7,1.7);
	transition: .3s transform;
}

.cf:before, .cf:after {
	display: table;
	content: "";
	line-height: 0;
}

.cf:after {
	clear: both;
}

.bloque{margin: 0 auto;
	background: #d3a0b6;
	padding: 20px;
	width: 85%;
	clear:both;
	border:1px solid black;
	font-size: 18px;
}
	
.pasado{margin: 0 auto;
	background: #e0d3d9;
	padding: 20px;
	width: 85%;
	clear:both;
	border:1px solid black;
	font-size: 18px;
}

.negrita{font-weight: bold;}

.nota{font-size:10px;}

img.centrada{display: block;
	margin-left: auto;
	margin-right: auto;}

img.logo{display: block;
	margin: 50px;
	float:left;}
	
h1{line-height: 150%}

ul{overflow:auto;
	list-style-type:none;}
	
ul li{display:inline-block;}

ul a:hover img{border:1px solid black;}

.empty{height: 70px;}

#contenedor {width: 1000px;
	overflow: hidden;
	margin: 50px auto;
	background: white;
	border-bottom: 1px solid black}

#page{width: 1000px;
	margin: 0 auto;}

#entrada{font-style: bold;
	font-family: Century-Gothic;
	font-size: 20px;
	background: #d3a0b6;
	border: 1px solid black;
	line-height: 1.3em;
	text-align: center;
	line-height:150%;
	margin: 50px;}

#explica{font-size: 18px;
	text-align: center;}
	
#navicontainer{
	margin: 0 auto;
	text-align: center;;
}

#navicontainer ul{padding: 0;
	margin: 0;
	margin-top: 10px;
	display: inline-block;
	background-color: white;
	color: white;
/*	float: left;*/
	width:100%;
	font-family: Palatino, sans-serif;}

	#navicontainer ul li{display: inline;
		padding: 0;
		margin:  0;
		display: inline-block;}
	
	#navicontainer ul li a{padding: 0;
		margin: 0;
		display: inline-block;
		/*background-color: #d3a0b6;*/
		-webkit-transition: background-color 500ms linear;
		-ms-transition: background-color 500ms linear;
		transition: background-color 500ms linear;
		color: black;
		text-decoration: none;
		font-size: 1.2em;
		/*border-right: 1px solid #fff;*/
	}
	
	#navicontainer ul li a:hover{background-color: #d6ece4;
		color: #036;}
	
	#navicontainer .idioma a{color: green;}

#contenidos{margin-top: 50px;}

#div-actas{min-height: 600px;}

#signup{display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;}

#signup h3 {text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	background-color: red;}

input{margin: 10px;
	padding: 10px;}

#enlaces{padding: 50;
	clear:both;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 90%;}

	#enlaces li{margin: 0;
		display:block;
		padding: 0.25em;
		border-top: 1px solid gray;}
	
	#enlaces li a{text-decoration: none;
		display:table-cell;}
	
#enlacesAncho{padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 600px;}

	#enlacesAncho li{list-style: none;
		margin-top: 10px;
		padding: 0.25em;
		border-top: 1px solid gray;}
	
	#enlacesAncho li a{text-decoration: none;}

#footer{border-bottom: 1px #ccc solid;
	margin-bottom: 10px;}

	#footer p{text-align: right;
		text-transform: uppercase;
		font-size: 80%;}