@font-face {
	font-family: 'Conv_tt0140m_';
	src: url('../fonts/tt0140m_.eot');
	src: local('â˜º'), url('../fonts/tt0140m_.woff') format('woff'), url('../fonts/tt0140m_.ttf') format('truetype'), url('../fonts/tt0140m_.svg') format('svg');

}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_ComicSans';
	src: url('../fonts/ComicSans.eot');
	src: local('☺'), url('../fonts/ComicSans.woff') format('woff'), url('../fonts/ComicSans.ttf') format('truetype'), url('../fonts/ComicSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_MTCORSVA';
	src: url('../fonts/MTCORSVA.eot');
	src: local('â˜º'), url('../fonts/MTCORSVA.woff') format('woff'), url('../fonts/MTCORSVA.ttf') format('truetype'), url('../fonts/MTCORSVA.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family:"Arial";
	font-size:10px;
	color:#333;
	overflow-x:hidden;
	background:#FFF;
}
#contenedor{
	position:relative;
	max-width:1024px;
	width:100%;
	margin:0 auto;
}
#header{
	position:relative;
	background: url(../images/backHeader.jpg) 0 0 no-repeat;
	height:210px;
}
#logo{
	position: absolute;
	/*left:50%;*/
	top:42px;
	/*margin-left:-510px;*/
	width:100%;
	font-family:"Conv_MTCORSVA",sans-serif;
	text-align:center;	
}
#logo a{
	text-decoration:none;	
}
#logo span{
	display:block;
	color:#000;
	font-size:2.8em;
	line-height:28px;	
}
#footer{
	position:relative;
	font-family:"Conv_ComicSans", cursive;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
	margin:40px 0;	
}
#footer a{
	color:#000;
}
#footer a:hover{
	color:#474747;
}