/*@font-face {
	font-family: 'AsenineRegular';
	src: url('asesine-webfont.eot');
	src: local('☺'), url('asesine-webfont.woff') format('woff'), url('asesine-webfont.ttf') format('truetype'), url('asesine-webfont.svg#webfontQnVQ6oat') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%
}

body {
	/*background-image: url(../img/default/bg/body.jpg);
	background-repeat: no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../img/default/bg/container.jpg);
	background-repeat: repeat-y;
	background-position: center
}

.clear {
	clear: both;
}

.flir {
	font-family: Montserrat !important;
} 

	.flir a {
		text-decoration: none !important;
	}

#container {
	padding: 0 18px 0 18px;
	width: 1000px;
	margin: auto;
	min-height: 100%;
	_height: 100%;
}

	#header {
		height: 103px;
		background-image: url(../img/default/bg/header.jpg);
		background-repeat: no-repeat;
	}
	
		h1 { float: left; }
	
		h1 a {
			display: block;
			text-indent: -9999px;
			width: 184px;
			height: 103px;
		}
	
		#header #buscar {
			height: 22px;
			width: 335px;
			background-image: url(../img/default/bg/buscar.gif);
			background-repeat: no-repeat;
			float: right;
			margin-top: 26px;
			margin-right: 4px;
			margin-bottom: 15px
		}
		
			#header #buscar #searchString {
				padding-left: 5px;
				width: 175px;
				height: 20px;
				vertical-align: middle;
				background-color: transparent;
				border: 0 none;
				float: right;
                                color: #FFF;
			}
			
			#header #buscar #searchButton {
				width: 55px;
				height: 20px;
				background-color: transparent;
				border: 0 none;
				text-indent: -9999px;
				float: right;
				margin-right: 10px;
			}
			
			#header #buscar a {
				width: 22px;
				height: 22px;
				display: block;
				float: right;
				margin-right: 6px;
				text-indent: -9999px;
			}
			
				#header #buscar a.facebook { background-image: url(../img/default/facebook.png); }
				#header #buscar a.twitter { background-image: url(../img/default/twitter.png); }
				#header #buscar a.gplus { background-image: url(../img/default/gplus.png); }
			
		#header p {
			font-weight: bold;
			clear: right;
			text-align: right;
			margin: 5px 10px 0 0;
		}
		
			#header p a {
				color: #202020;
				font-size: 1.2em;
			}

	#menu {
		height: 31px;
		list-style-type: none;
		/* background-image: url(../img/default/bg/menu.gif); */
                background: black;
		border-top:1px solid #f1f1f1!important;
	}
	
		#menu li {
			font-size: 1.3em;
			float: left;
			padding-right: 1px;
			background-image: url(../img/default/bg/menuLi.gif);
			background-repeat: no-repeat;
			background-position: right;
			list-style-type: none;
		}
		
		#menu li:hover {
			/*margin-left:-1px;
			border-left:1px solid #E1E1E1!important;
			border-right:1px solid #E1E1E1!important;
			*/background-image:none!important;
		}
		
		#menu a, #menu span {
			display: block;
			line-height: 31px;
			padding: 0 10px;
			color: #fff !important;
			text-decoration: none;
			cursor: pointer;
		}
		
		#menu a:hover, #menu span:hover {
		/*	border-top:1px solid #f1f1f1!important;
			line-height:30px;*/
                        color: black !important;
		}
	
	.submenu {
		padding-left: 23px;
		height: 25px;
		list-style-type: none;
		/*background-image: url(../img/default/bg/submenu.gif);*/
		background-color: /*#902F58*/#FFF;
		position: absolute;
		z-index: 20;
		width: 977px;
	}
	
		.submenu li {
			font-size: 1.3em;
			float: left;
			padding-right: 1px;
			background-image: url(../img/default/bg/submenuLi.gif);
			background-repeat: no-repeat;
			background-position: right;
			list-style-type: none;
		}
		
		.submenu a, .submenu span {
			display: block;
			line-height: 25px;
			padding: 0 15px;
			color: #4a4a4a;
			text-decoration: none;
			cursor: pointer;
		}
		
		#menu a, .submenu a {
			padding: 0;
		}
			
	#main {
		color: #7b7b7b;
		font-size: 1.2em;
		background-color: #FFF;
	}
	
	#main p {
		margin-bottom: 1.5em;
	}
	
	#main a {
		color: #000;
		text-decoration: underline;
	}	
	
	#social {
		position: absolute;
		margin-left: 353px;
		margin-top: 30px;
	}	
	
		#social.est {
			margin-top: 11px
		}
	
		#social.types {
			margin-top: 127px
		}
		
		#social.typesIndex {
			margin-left: 720px;
			margin-top: 63px;
		}
		
		#social.opiniones {
			margin-top: 26px;
		}
		
		.pag387 #social {
			margin-left: 654px;
			margin-top: 378px;
		}
	
	#main .breadcrumb {
		margin-bottom: 20px;
	}
		
		#main .pag387 .breadcrumb {
			margin-bottom: 50px;
			margin-top: -30px;
		}
		
	#main .breadcrumb li {
		display: inline;
		padding-right: 15px;
		margin-right: 10px;
		background-image: url(../img/default/migas_pan.png);
		background-repeat: no-repeat;
		list-style-type: none;
		background-position: center right;
	}
	
		#main .breadcrumb li:last-child {
			background-image: none
		}
	
	#contenidoPagina.home {
		padding: 347px 0 0 0;
		background-image: url(../img/default/bg/main.jpg);
		background-repeat: no-repeat;
	}
	
		#rightColumn {
			width: 350px;
			float: right;
		}
			
			#rightColumn .block {
				padding: 20px;
			}
			
			#rightColumn input {
				padding: 0 4px;
			}
			
		#leftColumn {
			float: left;
			width: 600px;
			padding-right: 20px;
			_overflow:hidden;
			border: 1px solid #FFF
		}
		
			#leftColumn.pag383,
			#leftColumn.visitar {
				width: 760px;
				padding: 25px 120px;
			} 
		
		.type6 {
			width: 950px;
		}
	
	#footer {
		padding-top: 0;
		border-top: 2px solid #cdcdcd;
		/*background-color: #F9F9F9;*/
		background-image: url(../img/default/logo.gif);
		background-position: 20px 20px;
		background-repeat: no-repeat;
		padding-left: 108px;
		color: #5d5d5d;
		font-size: 1.2em;
		line-height: 1.7em;
		clear: both;
	}

		#footer h3 {
			font-size: 1.3em;
			color: #000;
		}
		
		#footer a {
			color: #5d5d5d;
			text-decoration: none;
		}
		
		#footer h3 a {
			color: #000
		}
		
		#footer a.sub {
			text-decoration: underline;
		}
		
		#footer .info {
			width: 565px;
			float: left;
			padding-top: 69px;
			padding-left: 50px;
		}
		
			#footer .info p {
				font-size: 1.1em
			}
		
			#footer .info a img {
				margin-left: 10px;
				vertical-align: middle
			}
		
		#footer .creditos {
			width: 250px;
			float: left;
			padding-bottom: 20px;
			padding-top: 20px;
		}
		
		
		#footer .derechos {
			clear: both;
			border-top: 1px solid #e6e6e6;
			padding-top: 15px;
			width:1000px;
			margin-left: -109px;
 
		}
		
			#footer .derechos .creditos {
				padding: 10px;
				background-color: #F5F5F5;
				font-size: 0.9em;
				width: auto;
				margin: 0 20px;
			}
			
			#footer .copy {
				margin-right: 50px;
			}
		
			#footer .copy p {
				line-height: normal;
				margin-top: 38px;
				float: left;
			}
			
				#footer .copy p span {
					color: #a6a6a6;
				}
				
			#footer .derechos p.sponsors {
				width: auto;
				font-size: 1em;
				margin-bottom: 5px;
				margin-left: 450px;
			}
				
			#footer .derechos ul {
				list-style-type: none;
				clear: right;
				margin-left: 450px;
			}
			
				#footer .derechos li {
					float: left;
				}
				
				#footer .derechos ul li a img {
					margin-left: 15px;
					margin-top: 2px;
				}
				
			#footer .derechos ul.social {
				clear: left;
				float: right;
				padding-right: 60px;
				margin-top: 10px
			}
			
				#footer .derechos ul.social li {
					margin-left: 20px
				}
				
			#footer .menu {
				margin: 0 0 0 20px;
				width: 971px;
				padding: 10px 0 10px 10px;
				background-color: #F5F5F5;
				font-size: 1.1em;
			}
				
			#footer .menu ul {
				float: none;
				margin: 0;
				color: #000;
				display: block;
				font-weight: bold;
			}
		
				#footer .menu ul ul {
					clear: both;
					width: 971px;
					font-weight: normal;
				}
				
				#footer .menu li {
					margin-bottom: 10px;
					display: block
				}
				
				#footer .menu li a {
					padding: 0 5px
				}
				
				#footer .menu li:first-child > a {
					padding-left: 0
				}
				
			#footer .menu a {
				color: #000;
				text-decoration: underline
			}

.grayFolleto{
	background-color:#fefefe;
}
.folleto {display: none;}
