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

body {
margin:0;
padding:0;}

.texto {
background:#999;
border-radius:5px;
box-shadow:#333 0 2px 4px;
margin:120px auto;
padding:20px;
width:300px;
height:70px;}

.logos {
background:url(images/logos.jpg) center no-repeat;
margin:0 auto 10px auto;
width:auto;
height:100px;
bottom:-160px;
position:static;
}

.link {
width:100%;
height:100%;
}

p {
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:24px;
text-align:center;
text-shadow:#111 0 2px 2px;}
