@CHARSET "UTF-8";


body.chorada {
	background-color:#275E9F;
	height: 100%;
	background-image:url(vaya_chorrada2.jpg);
}

div.girante{
background-color: #CC6600;

width: 390px;
height: 376px;

margin: auto;

text-align: center;

border-style: dotted;
border-width: 4px;
border-color: #AA0000;
border-radius: 10%;
-moz-border-radius: 20%;

font-family: sans-serif;
font-size: 14px;
font-weight: 800;

position: absolute;

}
div.girante_background_image{
background-image: url("girante.gif");
background-repeat: no-repeat;
opacity:0.2;
filter:alpha(opacity=20);
width: 390px;
height:376px;
position:relative;
top:-80px;
}

div.girante p.arriba{
	width: 350px;
	position:relative;
	top:10px;
	left: 3px;
}

div.girante p.abajo{
	width: 350px;
	position:relative;
	top:-134px;
	left: 3px;
}
p.texto_absoluto_top{
	color:#AECFA8;
	position:absolute;
	top: 30px;
	width: 50%;
	font-weight: 900;
	margin: auto;
	z-index: 1;
}
p.texto_absoluto_bottom{
	color:#AECFA8;
	position:absolute;
	width: 50%;
	font-weight: 900;
	clear: both;
	z-index: 1;
}


