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

body{
	margin:0px;
	background-color:#000;
}

p{
	margin:0;
}

#contenedor{
	position:relative;
	width:1024px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
}

#menuflash{
	position:absolute;
	width:353px;
	height:405px;
	margin-top:167px;
}

#columnaderecha{
	position:relative;
	height:768px;
	width:456px;
	background-color:#FFF;
	float:left;
}

#columnaizquierda{
	position:relative;
	height:768px;
	width:568px;
	float:left;
}

#logo{
	position:relative;
	width:241px;
	height:61px;
	margin-top:12px;
	margin-left:108px;
}

#cabecera{
	position:relative;
	width:561px;
	height:206px;
}

#tira{
	position:absolute;
	width:8px;
	height:639px;
	margin-top:129px;
	z-index: 50;
}

#textosuperior{
	position:absolute;
	width:333px;
	height:43px;
	margin-top:183px;
	margin-left:16px;
	z-index: 48;
	left: -1px;
	top: 2px;
}

.textoblanconormal{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:justify;
}

.textoladillo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000;
	text-align:justify;
}
