* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	font: normal 11px/15px arial, helvetica, sans-serif;
	text-align:center;
	color: #333;
	padding:0;
	margin:0;
}
img {
	border:0;
}
ul,
li  { list-style-type: none; }

a   { 
	outline: none;
	color: #ffa324;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #00527e;
}

table,
tr,
td {
	border: 0;
 	border-collapse: collapse;
 	vertical-align: top;
}

div.clear {
	position: relative;
	clear: both;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:18px;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
.icon {
	vertical-align: middle;
}
.hide {
	display:none;
}
#msg_suscription {
	padding: 2px;
	color: #fff;
	margin-bottom: 5px;
}
#msg {
	padding: 4px;
	color: #fff;
	margin-bottom: 5px;
}
.error {
	background: #F00;
	display:block;
}
.ok {
	background: #ffa324;
	display:block;
}
.send {
	background: #999;
	display:block;
}
/* LAYOUT */
#header {
	margin: 0 auto;
	width: 770px;
}
#big-central {
	height: 250px;
	background: #e5e5e5;
	margin-top:10px;
}
#title {
	height: 60px;
	background: #ffa324;
	margin: 10px auto 0 auto;
	width: 770px;
}
#content {
	margin: 25px auto 0 auto;
	width: 770px;
	text-align:left;
}
#sidebar {
	float: left;
	width: 160px;
}
#maincontent {
	float: right;
	width: 590px;
}
#foot {
	margin: 10px auto 0 auto;
	width: 770px;
	border-top: 2px solid #ffa324;
	padding: 5px 0;
	color: #666;
}
/* HEADER */
#submenu {
	background: #ffa324;
	padding: 10px;
	color: #FFF;
	text-align:right;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#submenu a{
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
}
#logo {
	float:left;
	margin-top: 5px;
	width: 197px;
}
#menu {
	float: right;
	width:556px;
	text-align:right;
}
/* BIG-CENTRAL */
#big-central #banner {
	height: 250px;
	width:770px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ffa324;
	margin:0 auto;
}
/* TITLE */
#title {
	position: relative;
	overflow:hidden;
}
#title h1{
	position: absolute;
	left: 15px;
	bottom: -2px;
	padding:10px 0;
	font-size: 48px;
	font-weight: normal;
	color: #FFF;
}
#title h2{
	position: absolute;
	right: 15px;
	bottom: -2px;
	padding:4px 0;
	font-size: 30px;
	font-weight: normal;
	color: #ffd192;
	text-align:right;
}

/* CONTENT */
#sidebar .banner {
	margin-bottom: 5px;
}
.block {
	width: 160px;
	background: #e5e5e5;
	margin-bottom: 2px;
}
#home .block {
	float:left;
	margin-right: 8px;
	height: 200px;
}
.block h3{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffa324;
	border-top: 2px solid #ffa324;
	background: #FFF url(/images/border-dashed.gif) repeat-x left bottom;
	padding: 4px;
}
.block div {
	padding: 10px 5px;
}
.block p{
	margin-bottom: 18px;
}
.block .input-text {
	padding: 2px;
	width: 145px;
 	border-top:1px solid #7c7c7c;
 	border-left:1px solid #c3c3c3;
 	border-right:1px solid #c3c3c3;
 	border-bottom:1px solid #ddd;
 	background:#fff url(/images/inputbg.gif) repeat-x left top;
	font-size: 11px;
}
.block .btn {
	display:block;
	margin: 5px auto 0 auto;
}
.block img.foto {
	display:block;
	margin: 0 auto;
	border: 1px solid #ffa324;
}
.block ul{
}
.block ul li{
	list-style:none;
	background: transparent url(/images/pixel-grey.gif) no-repeat 5px 8px;
	margin-bottom: 2px;
	padding-left:20px;
}
.block ul li a {
	color: #666;
	font-weight:normal;
	text-decoration: none;
}
.block ul li a:hover{
	color: #000;
}
#lastnews {
	background: #a3abc2;
	padding: 10px 5px 5px 5px;
	color: #FFF;
	width: 240px;
	height: 185px;
}
#lastnews h3{
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#lastnews ul{

}
#lastnews ul li{
	list-style:none;
	background: transparent url(/images/pixel-white.gif) no-repeat 5px 5px;
	margin-bottom: 2px;
	padding-left:20px;
}
#lastnews p{
	text-align:right;
	margin-top: 10px;
}
#lastnews a{
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
}

/* MAINCONTENT */
#maincontent {
	line-height: 18px;
}
#maincontent h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ffa324;
	margin-top: 5px;
	margin-bottom: 18px;
}
#maincontent h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 18px;
}
#maincontent h2 span{
	color: #ffa324;
}
#maincontent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ffa324;
	margin-bottom: 10px;
}
#maincontent h3.fecha {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
#maincontent p {
	margin-bottom: 18px;
}
#maincontent ul {
	margin-bottom: 18px;
}
#maincontent ul li{
	margin-bottom: 5px;
	line-height: 18px;
	list-style:none;
	background: transparent url(/images/pixel-grey.gif) no-repeat 5px 8px;
	margin-bottom: 2px;
	padding-left:20px;
}
#maincontent ul ul{
	margin-top:10px;
}
#maincontent ul ul li{
	list-style:none;
	background: transparent url(/images/pixel-grey.gif) no-repeat 5px 8px;
	margin-bottom: 2px;
	padding-left:20px;
}
#maincontent span.cap {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 50px;
	font-size: 55px;
	line-height: 45px;
	font-weight: normal;
	color: #999;
}
#maincontent img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #ffa324;
}
#t-publicidad {
	width: 510px;
	margin: 10px auto 20px auto;
}
#t-publicidad th{
	padding:4px 0;
	font-size: 14px;
	text-align:left;
}
#t-publicidad .separa{
	width: 20px;
}
#t-publicidad .cell{
	border: 1px solid #ffa324;
	padding:4px;
	vertical-align:top;
	font-weight: bold;
	font-size: 12px;
}
#t-galery {
	width: 510px;
	margin: 10px auto;
}
#t-galery td{
	padding-right: 15px;
	padding-bottom: 10px;
	color: #999;
	vertical-align:bottom;
	position: relative;
}
#t-galery td img{
	border: 1px solid #ffa324;
}
#t-galery td img.play{
	border: 0;
	position:absolute;
	margin-top: 80px;
	margin-left: 5px;
}
#t-galery td a{
	display: block;
}
#paginacion {
	text-align: right;
}
#paginacion span{
	color: #999;
}
#foto-presentation {
	margin: 0 auto;
}
#foto-navegation {
	margin: 10px auto;
	width: 220px;
}
#ruta-search {
	background: #e5e5e5 url(/images/bg-search-ruta.gif) no-repeat right center;
	border-bottom: 2px solid #ffa324;
	border-top: 2px solid #ffa324;
	padding: 8px 20px;
	margin-bottom:18px;
}
#ruta-search label {
	font-weight: bold;
	margin-right: 10px;
}
#ruta-search select {
	font-size: 11px;
	width: 250px;
}
#ruta-search input {
	margin-left:10px;
}
/* ----- FORMULARIOS ----- */
.form-table {
	border-collapse: collapse;
	width: 510px;
	margin: 0 auto 10px auto; 
}
.form-table th{
	color: #333;
	padding: 2px 0;
	text-align: left;
}
.form-table td{
	padding: 2px 0;
}

.form-table .input-text {
	width: 215px;
	padding: 2px;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(/images/bg-input.gif) repeat-x top;
    font: 11px/13px Arial, Helvetica, Verdana, sans-serif;
}
.form-table textarea {
	width: 470px;
	height: 95px;
	padding: 2px;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(/images/bg-input.gif) repeat-x top;
    font: 11px/13px Arial, Helvetica, Verdana, sans-serif;
}
.form-table td.buttom {
	text-align: center;
	padding: 10px 0;
}
.form-table td.titleform {
	font-size: 14px;
	font-weight: bold;
	color: #ffa324;
	padding: 4px 0;
}
.msg {
	margin: 10px 0;
	background: #e5e5e5;
	color: #000;
	padding: 10px;
}
.error {
	color: #F00;
}
/* FOOT */
#foot a{
	color: #666;
	font-weight: normal;
	text-decoration: none;
}