@charset "utf-8";
/* CSS Document */
/* html */
*{
	margin:0px;
	padding:0px;
}
body{
	background-color: #000000;
	background-image: url(../imagenes/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	}
h1{
	color:#FFFFFF;
	font-size:1.5em;
}
/* clases y estilos */
#tira{
	position:relative;
	float:left;
	height:270px;
	width:100%;
	background-image: url(../imagenes/tira_fondo.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	margin-top:30px;
	}

#tira .logo{
	float:left;
	position:relative;
	margin-left:320px;
	background-image: url(../imagenes/logo.png)!important;
	background-repeat: no-repeat;
	background-position: center center;
	height:100px;
	width:240px;
}

#tira .texto{
	position:relative;
	float:left;
	margin-left:380px;
	margin-top:0px;
	height:200px;
	width:600px;
}

#contacto{
	position:relative;
	float:left;
	margin-left:380px;
	height:auto;
	width:600px;
	margin-top:10px;
	height:250px;
}

	
	

	


