@charset "utf-8";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
	background: #B3D4FC;
	text-shadow: none;
}

::selection {
	background: #B3D4FC;
	text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
	margin: 1em 0;
	padding: 0;
}

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
	resize: vertical;
}

/* ==========================================================================
Browse Happy prompt
========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #CCCCCC;
	color: #000000;
	padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */


body {
	background-color: #EEEEEE;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: inherit;
}

.fieldError {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0.75);
	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0.75);
	box-shadow: 0px 0px 1px 1px rgba(255,0,0,0.75);
	border: 2px solid #FFFFFF;
}

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}

#dialog{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	z-index: 3;
	width: 740px;
}

#header {
	z-index: -1;
	position: absolute;
	height: 350px;
	width: 100%;
	overflow: hidden;
}

#header img {
	width: 100%;
	min-width: 100%;
	min-height: 350px;
}

#logo {
	margin: auto;
	max-width: 1020px;
}

#logo img{
	width: 250px;
	height: 250px;
	background-color: #EEEEEE;
	margin: 50px 0px;
}

#main {
	padding-top: 20px;
	max-width: 1020px;
	margin: auto;
}

#menu {
	width: 240px;
	font-size: 20px;
	float: left;
}

#menu a, #menu .button {
	padding: 10px;
	display: block;
	cursor: pointer;
}

#menu .menu {
	color: #0094DC;
}

#menu .menu:hover, #menu .submenu a:hover, #menu .submenu .button:hover {
	background-color: #0094DC;
	color: #FFFFFF;
}

#menu  span {
	float: right;
}

#menu .submenu, #content .text .estatutos .capitulo{
	display: none;
}

#menu .submenu a, #menu .submenu span {
	color: #777777;
	background-color: #DDDDDD;
}

#menu .submenu form {
	text-align: center;
	padding: 10px;
}

#menu .submenu input:not(.button) {
	padding: 5px;
	width: 210px;
	color: #666666;
	vertical-align: top;
	font-size: 16px;
	margin-bottom: 10px;
	border: none;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
}

#menu .submenu .button {
	width: 220px;
	border: none;
	margin: 0px;
	color: #0094dc;
	background-color: #EEEEEE;
}

#menu .submenu .smallLink {
	background: none;
	font-size: 15px;
	padding: 0px;
	margin-top: 10px;
    text-decoration: underline;
}

#menu .submenu .smallLink:hover {
	background: none;
	color: #666;
}

#content {
	width: 750px;
	padding-left: 14px;
	float:left;
}

#content #growl {
	width: 400px;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0;
	margin: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#content #growl.success {
	background-color: #009900;
}

#content #growl.info {
	background-color: #0033CC;
}

#content #growl.warning {
	background-color: #E6E600;
}

#content #growl.error {
	background-color: #CC0000;
}

#content .title {
	color: #0094DC;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	padding-right: 100px;
}

#content .text{
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
	line-height: 120%;
}

#content .text h2, #content .text h3, #content .text h4, #dialog .text h2 {
	line-height: 110%;
	font-weight: 400;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
	margin-top: 0px;
}

#content .text .estatutos h2 {
	margin: 0px;
}

#content .text .estatutos, .pointercursor {
	cursor: pointer;
}

#content .text .festival {
	height: 135px;
}

#content .text a {
	color: #333333;
	display: block;
}

#content .text a:hover {
	background-color: #FFFFFF;
	color: #0094DC;
}

#content .text a.inline {
	color: #0094DC;
	display: inline
}

#content .floatright, #dialog .floatright {
	float: right;
}

#content .floatleft{
	float: left;
}

/* #content .text .floatbox2:nth-child(2n+1), #content .text .floatbox3:nth-child(3n+1) {
margin-right: 0px;
} */

#content .text .floatbox3 {
	float: left;
	margin-right: 10px;
	width: 240px;
}

#content .text .floatbox2 {
	float: left;
	margin-right: 10px;
	width: 365px;
	height: 90px;
}

#content .text .floatboxinicio {
	float: left;
	margin-right: 10px;
	width: 320px;
	height: 350px;
}

#content .text .smallinicio {
	text-align: right;
}

#content .text .img_noticia {
	float: left;
	margin-right: 20px;
	max-height: 160px;
	max-width: 160px;
}

#content .text .img_noticia_big{
	float: left;
	margin: 0px 20px 20px 0px;
	max-height: 360px;
	max-width: 360px;
}

#content .text .noticiainicio {
	height: 220px;
}

#content .text .noticia {
	min-height: 130px;
}

#content .text .logo_cc {
	max-width: 350px;
	max-height: 130px;
}

#content .text .floatbox3 .capa, #content .text .fullimg {
	width: 100%;
}

#content .box, #dialog .box {
	padding: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #DDDDDD;
}

#dialog .box {
	margin-bottom: 0px;
	margin-right: 0px;
}

#content .box textarea, #dialog .box textarea{
	margin-bottom: 10px;
	width: 678px;
	height: 150px;
	padding: 10px;
}

#content .box .smalltext, #dialog .box .smalltext{
	width: 322px;
	height: 60px;
	padding: 10px;
}

#content .box .inputbig, #dialog .box .inputbig{
	margin-bottom: 10px;
	width: 676px;
	padding: 10px;
}

#content .box input[type=file], #dialog .box input[type=file] {
	width: 322px;
	margin-bottom: 10px;
	padding: 8px 10px;
	border: 1px solid rgb(169, 169, 169);
	cursor: pointer;
}

#content .box .input, #dialog .box .input {
	margin-bottom: 10px;
	padding: 10px;
	width: 320px;
}

#content .box .input.last, #dialog .box .input.last, #content .box .inputbig.last, #dialog .box .inputbig.last {
	margin-bottom: 0px;
}

#content .box .line{
	line-height: 170%;
}

#content .box .input_os{
	width: 300px;
	float: right;
	display: none;
}

#content .actionButton, #dialog .actionButton {
	background-color: #EEEEEE;
	padding: 10px;
	margin-top: 20px;
	width: 16px;
	height: 16px;
}

#content .actionButton.last {
	margin-right: 30px;
}

#dialog .actionButton.last {
	margin-right: 20px;
}

#content .actionButton:hover, #dialog .actionButton:hover {
	background-color: #CCCCCC;
}

#content .checkIcon, #dialog .checkIcon {
	margin: -25px;
}

#content .hiddenbox{
	display: none;
}

#content .box .button, #dialog .box .button {
	background-color: #DDDDDD;
	border: none;
	padding: 12px 20px;
}

#content .box .button:hover, #dialog .box .button:hover {
	background-color: #0094DC;
	color: #FFFFFF;
}

#content .box .button.disabled:hover{
	background-color: #DDDDDD;
	color: #CCCCCC;
}

#footer{
	font-size: 11px;
	color: #666666;
	max-width: 1020px;
	margin: auto;
}

#footer div {
	padding: 20px 280px 0px;
	float: left;
}

#footer .gototop {
	margin-right: 10px;
	background-color: #DDDDDD;
	font-size: 20px;
	float: right;
	color: #0094DC;
	padding: 10px 15px;
}


/* ==========================================================================
Helper classes
========================================================================== */

/*
* Image replacement
*/

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/

.invisible {
	visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

@media only screen and (min-width: 50em) {
	#content {
		width: 750px;
		padding-left: 14px;
		margin-left: 15px;
		border-left: 1px solid #DDDDDD;
		float:left;
	}
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	* Don't show links for images, or javascript/internal links
	*/

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
