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

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	outline: 0;
}
html {
	width: 100%;
}
body {
	width: 100%;
	background: #ffffff;
	margin: 0 0 0 0;
	font-size: 80%;
	font-family: "Trebuchet MS", Verdana, Helvetica;
}
img {
	border: 0;
}
a:link, a:hover, a:visited {
	text-decoration: none;
}
#wrapper {
	background: #ffffff;
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
/*======================================================*/
/* TEXTO - HEADERS */
/*======================================================*/
#logo {
position:absolute;
height:200px;
width:300px;
margin:-100px 0px 0px -150px;
top: 50%;
left: 50%;
text-align: left;
padding: 0px;
overflow: auto;
}

#sublogo{
clear: both;
height:50px;
width:900px;
position:absolute;
bottom: 0;
text-align: center;
}
