@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
html {
}
body {
margin:0;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background:url(bg.jpg);
}

#centeredcontent {
position:absolute;
top: 50%;
left: 50%;
width:400px;
height:340px;
margin-top: -170px; /*set to a negative number 1/2 of your height*/
margin-left: -200px; /*set to a negative number 1/2 of your width*/
border: 2px solid #F89321;
text-align: center;
background:url(header_bg.jpg) repeat-x top #F89321;
}
p {
margin:0;
padding:0;
}
img {
border:none;
margin:0 5px 0 5px;
}

/**************** COLORES	

violeta = 8a327f
violeta tipogra = a04495
rojo tipogra = ab2000
naranja tipo = f79321
amarillo = e4c51c
gris tipogra = 595959
gris claro = bdbdbd
gris bg = dee5df

*/