@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{
		width:1024px;
		height:105px;
		text-align:center;
		background-image:url(../img_web/index/pleca_gris.png);
		background-position:center;
		background-repeat:no-repeat;
	}
	
	#texto img{
		top:10px;
		position:relative;
	}
	
	#descripcion{
		width:450px;
	    font-family: 'caviar_dreamsbold';
		font-weight:300;
		font-size:11px;
		margin-left:auto;
		margin-right:auto;
	top:25px;
	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;
}
