* {
	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%
}

.clear {
	clear: both;
}

#container {
	padding: 0 18px 0 18px;
	width: 1000px;
	margin: auto;
	background-image: url(../img/default/bg/container.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	_height: 100%;
}

	#header {
		height: 127px;
		background-image: url(../img/default/bg/header.jpg);
		background-repeat: no-repeat;
	}
	
		#header .lang {
			float: right;
			padding: 10px 20px;
		}
		
			#header .lang a {
				color: #FFF;
				font-size: 1.2em;
			}
	
		h1 { float: left; }
	
		h1 a {
			display: block;
			text-indent: -9999px;
			width: 184px;
			height: 127px;
		}
	
		#header #buscar {
			width: 250px;
			height: 22px;
			background-image: url(../img/default/bg/buscar.gif);
			background-repeat: no-repeat;
			float: right;
			margin-top: 50px;
			margin-right: 0;
		}
		
			#header #buscar #searchString {
				padding-left: 5px;
				width: 172px;
				height: 20px;
				vertical-align: middle;
				background-color: transparent;
				border: 0 none;
			}
			
			#header #buscar #searchButton {
				width: 25px;
				height: 20px;
				background-color: transparent;
				border: 0 none;
				text-indent: -9999px;
				cursor: pointer;
			}
	
	#menu {
		padding-left: 23px;
		height: 31px;
		list-style-type: none;
		background-image: url(../img/default/bg/menu.gif);
		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 15px;
			color: #4a4a4a;
			text-decoration: none;
			cursor: pointer;
		}
		
		#menu a:hover, #menu span:hover {
		/*	border-top:1px solid #f1f1f1!important;
			line-height:30px;*/
		}
	
	.submenu {
		padding-left: 23px;
		height: 25px;
		list-style-type: none;
		/*background-image: url(../img/default/bg/submenu.gif);*/
		background-color: /*#902F58*/#F3EAED;
		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: #8d1f46;
		text-decoration: underline;
	}	
		
	#contenidoPagina.home {
		padding: 347px 0 0 0;
		background-image: url(../img/default/bg/main.jpg);
		background-repeat: no-repeat;
	}
	
		.homeBlock {
			width: 329px;
			float: left;
			padding-bottom: 50px;
		}
		
			.homeBlock p, .homeBlock h2 {
				padding: 0 20px !important;
			}
		
		.home h2 {
			font-size: 1em;
			font-weight: normal;
			color: #8d1f46;
			margin-left: 20px;
		}
		
		#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
		}
		
		.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 69px;
		background-repeat: no-repeat;
		padding-left: 168px;
		color: #5d5d5d;
		font-size: 1.2em;
		line-height: 1.7em;
		clear: both;
	}

		#footer h3 {
			font-size: 1.3em;
			color: #8d1f46;
		}
		
		#footer a {
			color: #5d5d5d;
			text-decoration: none;
		}
		
		#footer h3 a {
			color: #8d1f46
		}
		
		#footer a.sub {
			text-decoration: underline;
		}
		
		#footer .info {
			width: 505px;
			float: left;
			padding-top: 69px;
			padding-left: 50px;
		}
		
			#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:-170px;
 
		}
		
			#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
				}

.grayFolleto{
	background-color:#fefefe;
}