body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f5f5f;
}

html,body {
	height: 100%;
}

img {
	border: none;
	border: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#container {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
	/* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 72px;
}

#header {

}

#header .menu {
	float: left;
}

#header .menu_right {
	float: right;
}

#header .menu_right ul li{
    display:block;
    list-style: none;
    background: url(../images/separador.gif) left center no-repeat;
    padding:0 8px; /* bullet image width */
    margin-left:-8px; /* bullet image width */
    margin-right:0.5em;
}

#header .menu_right ul li:FIRST-CHILD{
	background: none;
}
#header .menu ul li a {
	text-decoration: none;
}

#header .menu_right ul li a {
	text-decoration: none;
}

.header_content{
	width: 750px;
}



.content_width{
	width: 750px;
}

.logo_left{
	padding-top: 20px;
}

.logo_right{
	padding-top: 80px;
}

.background_azulclaro {
	width: 100%;
	background-color: #BDDBDE;
	height: 1px;
}

.background_azulescuro {
	width: 100%;
	background-color: #007584;
	height: 1px;
}

.background_tracejado {
	width: 100%;
	background-image: url(../images/tracejado.gif);
	background-repeat: repeat-x;
}

.menu_bottom{
	margin-top: 25px;
}

* html .menu_bottom{
	margin-top: 10px;
}

*:first-child+html .menu_bottom{
	margin-top: 10px;
}


.menu_top{
	margin-top: 15px;
	margin-bottom: 5px;
}


#footer {
	height: 80px;
	width: 750px;
	margin: 0 auto;
}
.left{
	float: left;
}

.right{
	float: right;
}

a{
	text-decoration: none;
	color:#666666;
	font-size:11px;
}

#Cms_Contacto table tr td{
	text-align: left;
}