@charset "utf-8";

body {
  margin-top:0 !important;
  padding-top:0 !important;
}
a:link { color: #FFF; }
a:visited { color: #FFF; }
a:hover { color:#FF0; }
a:active { color: #FFF; }  

.contenedor {
	
	width:382px;
	height:auto;
		
	}

.cabecera {
	pading	: 10px;
	margin-top:15px;
	width: 100%; /* Ancho */
	height:100px; /* Alto* */
	}
.menu {
	margin-top:0px;
	padding:5px;
	width: auto;  /* Ancho */
	height:20px; /* Alto* */
	background-color:#F90;
	font-size:14px;
	color: #FFF;
	text-align:right;	

}
.cuerpo {
	pading	: 10px;
	margin-top:15px;
	width: 100%; /* Ancho */
	height: auto; /* Alto* */
	}
.pie {
	pading	: 10px;
	margin-top:15px;
	width: 100%; /* Ancho */
	height:auto; /* Alto* */
	}

/* CSS Document */

