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

}





* {
	margin: 0;
	padding: 0;
}

html,body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	height:100%;
	margin:0;
	padding:0;
}



h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 18px;
	margin-bottom:12px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	background-color:#CCC;
	padding:5px 10px;
	margin:15px 0;
}

p, ul, ol {
	color:#333333;
	margin:10px 0;
}


ul, ol {
	margin-left: 3em;
}



a {
	color: #346086;
	cursor:pointer;
}



a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Logo */
#cabecera{
	background-color:#F93;
	width:100%;
}
#logo_ampa{
	width:1200px;
	margin:0 auto;
}

/* Menu */
#men_cont{
	background-color:#F60;
	background:url(images/menu_04.png) repeat-x;
	font-family:eurofurence_regular;
	box-shadow:0px 4px 2px rgba(68, 68, 68, 0.71);
}
#menu {
	width: 1050px;
	height: 42px;
	margin: 0 auto;
}

#menu ul {
	
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 10px 18px 0 22px;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a{
	cursor:pointer;
}

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

/* Page */

#page {
	position:relative;
	min-height:100%;
}

/* Content */

#content {
	width: 970px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:150px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

/* duda no se usa */
.post .entry {
	padding: 0 20px;
}

/* duda no se usa */
.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}


/* Footer */

#footer {
	position:absolute;
	width:100%;
	background-color:#333;
	clear: both;
	height: 100px;
	margin: 0 auto;
	bottom:0;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

/* duda no se usa */
#footer .legal {
	float: left;
}

/* duda no se usa */
#footer .credit {
	float: right;
}

#footer #foot_cont{
	width:900px;
	margin:10px auto;
}


/* Otros */
.nivel_1{
}
.nivel_2{
	width:250px;
	position:absolute;
	margin:0 0 0 -22px;
	padding:0 10px 10px 5px !important;
	display:none;
	background-image:none !important;
	background-color:#FFAD33;
	box-shadow:3px 3px 2px rgba(68, 68, 68, 0.71)
}
.nivel_2 a:hover{
	
}
.relleno{
	width:80px;
	height:16px;
}
.despl .padre{
	background-image:url(images/flecha.png);
	background-repeat:no-repeat;
	background-position:95% 58%;
	padding-right:20px;
}
.despl:hover{
	/*color:#666666 !important;*/
}
.despl li{
	background-image:none !important;
	padding:10px 0 5px 0 !important;
	margin:0 0 0 15px !important;
	height:auto !important;
}

