body {
	color: #000000;
	background-color: #ffffff;
	font-family: arial, helvetica, serif;
	text-align: center;
}

img {
       border: 0px;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#top {
	background-color: #e0e0e0;
	height: 15px;
	position: relative;
	top: -15px;
}

img.logos {
        width: 20px;
        height: 20px;
        margin: 10px;
        float: right;
}

#wallpaper {
	position: relative;
	height: 180px;
	background-image: url('imagenes/fondo.jpg');
}

#button_holder {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-style: solid;
	border-width: 3px;
	border-color: #ffffff;
	border-right: 0;
}

div.button {
	background-image: url('imagenes/button.png');
	float: left;
	width: 110px;
	height: 40px;
	text-align: center;
}

a.oneline-button {
       position: relative;
       top: 7px;
       color: #000000;
       text-decoration: none;
}

a.oneline-button:hover {
       position: relative;
       top: 7px;
       color: #33ccff;
       text-decoration: underline;
}

a.twoline-button {
       color: #000000;
       text-decoration: none;
}

a.twoline-button:hover {
       color: #33ccff;
       text-decoration: underline;
}

#header {
        height: 100px;
	text-align: left;
        background-color: #ffffff;
}

#left {
	float: left;
	width: 200px;
        margin-right: 3px;
}

#date {
	height: 25px;
	color: #ffffff;
	font-size: small;
	text-align: center;
	line-height: 1.8;
	background-color: #a0a0a0;
	background-image: url('imagenes/date_bar.png');
	margin-top: 3px;
}

div.left_content {
	margin-top: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	text-align: center;
}

hr.left_content {
	width: 80%;
}

div.nuevos_productos {
	margin: 20px;
	text-align: left;
}

img.nuevos_productos {
	width: 50px;
	height: 50px;
	float: left;
        margin-right: 3px;
        border-style: solid;
        border-width: 1px;
        border-color: #e0e0e0;
}

#right { 
        float: left;
        width: 544px;
        margin-top: 3px;
        text-align: left;
}

#bottom {
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
        padding-top: 5px;
	width: 750px;
}

.sitemap {
        text-align: center;
        font-size: small;
        background-color: #e0e0e0;
        color: #000000;
        text-decoration: none;
}

span.novalido {
        margin-left: 10px;
        font-size: small;
        color: #0033ff;
}

div.left_menu {
        border-bottom-style: solid; 
        border-width: 1px; 
        border-color: #e0e0e0;
}

div.menu_proyectos {
        border-top-style: solid; 
        border-bottom-style: solid; 
        border-width: 1px; 
        border-color: #e0e0e0; 
        height: 180px; 
        position: relative; 
        margin-bottom: 25px;
}

li {
        list-style-type: square;
}