@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
}
body {
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#content {
	margin: auto;
	width: 1000px;
}
#content #header {
	background-image: url(images/bg_header.jpg);
	height: 115px;
}
#content #header #logo  {
	width: 260px;
	height: 95px;
	vertical-align: bottom;
	padding-top: 20px;
	float: left;
}
#content #header #social_icons {
	float: right;
	width: 500px;
	text-align: right;
	font-size: 15px;
	color: #E4E4E4;
	padding-top: 25px;
	margin-right: 20px;
}
#content #header #menu {
	float: right;
	height: 35px;
	width: 582px;
	margin-top: 36px;
	background-image: url(images/bg_menu.png);
	font-size: 11px;
	color: #fdf5ea;
	margin-right: 20px;
}
#content #pie {
	font-size: 11px;
	color: #85a9bb;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content table tr td table tr td #columna1 {
	padding-left: 25px;
}
#content table tr td table tr td #main {
	text-align: justify;
	padding-right: 25px;
	font-size: 12px;
}
#content table tr td table tr td #main #tit {
	font-size: 15px;
	color: #4a4d50;
	height: 25px;
	width: 468px;
	background-image: url(images/bg_title.png);
	padding-top: 4px;
	padding-left: 10px;
}
.title {
	font-size: 20px;
	font-style: italic;
	color: #333333;
}

.type_menu {
	font-size: 11px;
	color: #fdf5ea;
}
.second_title {
	font-weight: bold;
	color: #002435;
}
.other_title {
	color: #0F2F44;
}
a {
	font-size: 11px;
	color: #fdf5ea;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fdf5ea;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #fdf5ea;
}
