/******** Base ********/

html {
height: 100%;
	}


BODY { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#f4f4f3;
	font-size: 70%;
	height: 100%;
	margin:0px 0px 0px 0px;
	color:#424242;
	text-align: left;
	}


ul{
	margin:0px;
	padding:0px;
	}
li{
	list-style-type:none;
	padding:0px;
	margin:0px;
	}


/******** Enlaces ********/
a {
	color:#424242;
	text-decoration: none;
}

a:hover{
	color: #ff9500;
	text-decoration: none;
}


/******** Enlaces y parrafo ********/
h1 {
	display:none;
	}

h2 {
	display:none;
	font-size: 1.0em;
	}
	
h3 {
	font-size: 1.0em;
	text-align: left;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	color:#ff9500;
	}
	
h4 {
	font-size: 1.0em;
	text-align: left;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#424242;
	}


	
/******** Capas principales ********/

#contenedor{ 
	width: 500px;
	height: 300px;
	position:absolute;
	margin:auto;
	text-align:center;
	clear:both;
	background-color: #f4f4f3;
	}
	
#centro{ 
	padding: 10px 0px 0px 0px;
	position:relative;
	margin:auto;
	text-align:center;
	clear:both;
	background-color: #f4f4f3;
	}


	
	
/******** Parrafos ********/

p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height:0px;
	}
	