@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin-bottom: 20px;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	color: #8A8A8A;
}

h2 span {
	color: #004575;
}

h3 {
	margin: 0px;
	font-size: 11px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 16px;
	line-height: 150%;
}
P span {
	color: #004575;}
ul span{
	color:#004575;
}

.punteado{
border-style: solid;
border-width: 1px;
border-color:#CCC;
border-collapse:collapse;
font-family:corbel,'helvetica neue','trebuchet ms',arial,helvetica,sans-serif; 
font-size:1.1em; 
line-height:1.5em;
 
-webkit-border-radius:6px; 
-moz-border-radius:6px; 
border-radius:6px; 
-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.3); 
-moz-box-shadow:1px 1px 10px rgba(0,0,0,0.3);
} 
	
a {
	color: #004575;
}

a:hover {
	text-decoration: none;
}

.more {
	text-align: right;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 4px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 4px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	padding: 2px;
	border: 1px solid #8E8E8E;
}

hr {
	display: none;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	color: #004575;
}

.list1 li {
	float: left;
	width: 50%;
	
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** MENU */

#menu {
	width: 742px;
	height: 68px;
	background: url(images/homepage03.gif) no-repeat left top;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#topmenu {
	float: center;
}

#topmenu p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	line-height: normal;
	text-align: center;
	color: #939393;
}

#topmenu a {
	padding: 0px 15px;
	color: #939393;
}

#mainmenu {
	float: left;
	width: 742px;
	height: 52px;
}

#mainmenu ul {
	height: 52px;
	margin: 0px;
	padding: 0px 2px 0px 1px;
	background: url(images/homepage04.gif) no-repeat right top;
	list-style: none;
}

#mainmenu li {
	float: left;
}

#mainmenu a {
	float: left;
	width: 86px;
	height: 45px;
	padding: 15px 0px 0px 37px;
	background: #FFFFFF url(images/homepage02.gif) no-repeat left top;
	font-weight: bold;
	color: #3D3D3D;
}

/** HEADER */

#header {
	width: 735px;
	height: 237px;
}

/** PAGE */

#page {
	width: 716px;
	background: url(images/homepage08.gif) repeat-y 480px 0px;
}

.home #page {
	background-position: 324px 0px;
}

.single #page {
	background: none;
}

/** CONTENT */

#content {
	width: 450px;
}

.home #content {
	width: 306px;
}

/** SIDEBAR */

#sidebar {
	width: 216px;
}

.home #sidebar {
	width: 370px;
}

/** FOOTER */

#footer {
	background: url(images/homepage09.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	color: #9A9999
}

