/* CSS Document */

html, body{
	height:99%;
	background-color:#000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#A61914;
	margin:0;
}

#logo{
	width:295px;
	height:290px;
	margin:auto;
	margin-top:4%;
	/* sin el aviso margin-top:8%;*/
	/*border:1px solid #fff;*/
	background-image:url('../imges/logoP.gif');
	background-position:center center;
	background-repeat:no-repeat;
}
#aviso{
	width:505px;
	margin:auto;
	border:1px dotted #fff;
	padding:10px;
	color:#fff;
}

#idiomas{
	width:295px;
	text-align:center;
	padding-top:20px;
	margin:auto;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#A61914;
}
#flash{
	width:984px;
	height:135px;
	margin:auto;
	margin-top:40px;
}
#logoscalidad{
	text-align:right;
	position:absolute;
	top:5px;
	right:5px;
	width:400px;
	z-index:100;
}
#logoscalidad img{
	margin:0 3px 0 3px;
}
