/* CSS Document */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	text-decoration: none;
}

a {
	color: black;
	text-decoration: none;	
}

a:hover {
	color: black;
	text-decoration: underline;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#header {
	width: 775px;
	background-color: white;
	border-width: 0px 1px 1px 1px;	
	border-style: solid;
	border-color: #707173;
	font-family: Arial;	
	font-size: 12px;
	font-weight: bold;
}

#header table{
	margin-bottom: 5px;
	padding: 10px 20px 10px 20px;
	background-image: url(img/bg_header.gif);
	border-bottom: 2px solid #CC3333;
}

#header td {
	color: #CC0000;	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

#header .title {
	text-align: left;
	vertical-align: bottom;
}

#header td a, #header td a:hover {
	color: white;
	vertical-align: top;
	text-decoration: none;
}

#subheader {
	width: 775px;	
	background-color: #707173;
	border-width: 0px 1px 0px 1px;	
	border-style: solid;
	border-color: #707173;
	overflow: hidden;
}

#subheader td {
	padding: 10px 20px 0px 20px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}

#content {
	width: 775px;	
	background-color: white;
	border-width: 0px 1px 0px 1px;	
	border-style: solid;
	border-color: #707173;
}

#content a:hover{
	text-decoration: none;
}

#content th {
	padding: 10px 20px 10px 20px;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

#content td {
	padding: 10px 20px 10px 20px;
	vertical-align: top;
	font-family: Arial;
	font-size: 10px;
}

#content .title {
	color: #CC3333;
	font-size: 12px;
	font-weight: bold;
}
#content .subtitle {
	font-size: 12px;
	font-style: italic;
}
#content .proximamente td {	
	padding: 0px 40px 0px 0px;
	color: #CC3333;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;	
	vertical-align: top;
}

#footer {
	width: 775px;	
	background-color: #707173;
	border: 1px solid #707173;
}

#footer td {
	padding: 10px 20px 10px 20px;
	color: white;
	font-family: Arial;
	font-size: 12px;	
	vertical-align: top;
}

#footer a, #footer a:hover {
	color: white;
	text-decoration: none;
}