body {
	margin: 0;
	padding: 0;
	background: #7d7a7b url(images/img01.png) repeat-x left top;
	/*background: url(images/fondoBody.jpg);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#banner{
	background: url(images/banner_inf_anim.jpg);
	height:200px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #00235A;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FF7200;
}

a:hover {
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#swfcentro {
	clear: both;
	width: 980px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	clear: both;
	width: 980px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	/*background: url(images/img03.jpg) no-repeat left top;*/
}

/* Logo */

#logo {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
}

#logo h1 {
	padding-top: 120px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 4.8em;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	width: 280px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	background: url(images/img08.jpg) no-repeat 20px 11px; 
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 190px;
	padding: 6px 5px 2px 5px;
	outline: none;
	background: none;
	border: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000E1F;
}

#search-submit {
	width: 40px;
	height: 22px;
	border: none;
	background: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 980px;
	height: 61px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	position:relative;
	float: left;
}

#menu h1 {
	display: block;
	height: 17px;
	margin-right: 1px;
	padding: 0px 30px 0px 30px;
	text-decoration: none;
	text-align: center;
	/*text-transform: uppercase;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	cursor:pointer;
	letter-spacing: -0.5px;
}

#menu h1.submenu {
	font-size:11px;
	text-align: center;
	height: 12px;
	padding: 0px 10px 0px 10px;
}

ul.menu
{
   list-style:none;
}

ul.menu ul {
   position:relative; 
   left:30px; 
   top:-1px;
   display:none;
   list-style:none;
}

ul.menu li:hover > ul {
   display:block;
}

ul.menu li {
	float: right;
   /*position:relative;*/
   /*width:70px;*/
}

/* Page */

#page {
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(images/img06.jpg) repeat-y left top;
}

#page-bgtop {
	/*background: url(images/img04.jpg) no-repeat left top;*/
}

#page-bgbtm {
	padding: 0px 10px 0px 40px;
	/*background: url(images/img05.jpg) no-repeat left bottom;*/
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 30px 0px 0px 0px;
	text-align: justify;
	/*height:500px;
	overflow: auto;*/
}

.item{
	display:block;
	margin-top:20px;
	height:180px;
	width:290px;
	border: 2px solid #00235A;
	border-radius:5px;
	position:relative;
	padding:10px 10px 10px 310px;
	text-align:justify;
	cursor:pointer;
}

.item h2{
	text-align:center;
	font-size:1.5em;
}

.item .footer{
	background-color:#00235A;
	color:#fff;
	padding:3px;
}
.post {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000;
}

.post .title a {
	border: none;
	color: #000;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0px 0px 20px 0px;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	margin: 0px 30px;
	border-left: none;
	background: url(images/img10.gif) repeat-x left bottom;
}

#sidebar li li h3 {
	padding-left: 20px;
	background: url(images/img09.jpg) no-repeat left;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #00235A;
	cursor:pointer;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar h3 {
	border: none;
	color: #001EFE;
	font-size:1em;
	cursor: pointer;
}

#sidebar h3:hover {
	text-decoration: underline;
	color: #001EFE;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 980px;
	height: 70px;
	margin: 0px auto 30px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/img07.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #3185EB;
}

#footer a {
	color: #3185EB;
}

#contact-wrapper {
	width:400px; 
	border:1px solid #C0C0C0; 
	/*background:#C0C0C0;*/
	padding:20px;
	margin: 20px auto;
}
#contact-wrapper div {
	clear:both; 
	margin: 0.5em 0;
	font-size:11px;
}
#contact-wrapper label {
	float:none; 
	font-size:11px; 
	width:auto; 
}
form#contactform input { 
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7; 
	border-style:solid; 
	border-width:1px;
	background:#f1f1f1;
	padding:5px; 
	font-size:11px; 
	color:#333;
	width:390px;
}
form#contactform select {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7; 
	border-style:solid; 
	border-width:1px; 
	padding:5px; 
	font-size:11px; 
	color:#333;
} 

form#contactform textarea { 
	font-family:Arial, Tahoma, Helvetica, sans-serif; 
	font-size:100%; 
	padding:0.6em 0.5em 0.7em; 
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7; 
	border-style:solid; 
	border-width:1px;
	width:390px;
	background:#f1f1f1;
}

#contactform .boton{
	width:150px;
	cursor:pointer;
}

.error {
	color: red;
	font-weight: bold;
}