@charset "UTF-8";
/* CSS Document */

#contenedor{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	position:relative;
	height:100%;
	border-left:black solid 1px;
	border-right:black solid 1px;
	top:0px;
}


#header{
	width:1024px;
	text-align:center;
	height:85px;
	padding-top:20px;
}
	
	#botonera{
		height:80px;
		width:1024px;
		z-index:9999;
	}
	
	
	
	#texto img{
		top:10px;
		position:relative;
	}
	
		
		#footer{
			background-color:black;
			text-align:right;
			color:white;
			    font-family: 'droid_sansregular';
				font-size:10px;
		}

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

}

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

}
body {
	top: 0px;
	margin-top:0px;
}




#body_main_content{
	width:995px;
	height:290px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	border-bottom:gray 1px solid;
	border-top:gray 1px solid;
}

#catalogo{
	width:995px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
}


#catalogo_tabla{
width:995px;	
margin-left:auto;
margin-right:auto;
margin-top:20px;
padding:0px;
}

#catalogo h1{
   font-family: 'LeagueGothicRegular';
  color:black;
  font-size:36;
  text-transform:capitalize;
}

.catalogue{
width:995px;
height:650px;
padding-left:0px;
}

.catalogue li{
width:241px;
height:236px;	
border-right: 1px solid gray;
float:left;
margin-top:50px;
margin-left:0px;
list-style:none;
}

.catalogue li a{
text-decoration:none;
text-align:center;
list-style:none;
margin-left:0px;
}

.catalogue .inner{
width:228px;
height:219px;
margin-left:auto;
margin-right:auto;
border-bottom:10px solid #E2E2E2;
text-decoration:none;
}

.inner:hover{
border-bottom:10px solid black;
list-stlye:none;
}

.inner h3{
    font-family: 'LeagueGothicRegular';
color:black;
font-size:24px;
text-decoration:none;
top:20px;
font-weight:200;
}


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

}

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

}
