/* SITE LAYOUT */
body {
	margin: 0;
	padding: 0;
	color: #353535;
	background: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
}

body#bd {
	margin: 10px 0;
	background: #585C68;
	text-align: center;
}

#container {
	width: 780px!important;
	margin: 0 auto;
	padding: 0px 0px;
	background-image:url(images/container-bg.gif);
	text-align: left;
}

#topnav {
	width: 780px!important;
	padding: 0 0px;
	margin: 0 auto;
	background: url(images/topnav-bg.gif) repeat-x bottom left #585C68;
	height: 16px;
	position: relative;
	padding: 0 0px 0px;
	font-size: 12px;
	text-align: left;
}

#header {
	width: 100%;
	position: relative;
}

h1.header-logo {
	font-size: 20px;
	margin: 0;
	padding: 4px 10px;
	background: url(images/logo.gif) no-repeat 10px 4px;
	height: 40px!important;
	height: 48px;
	z-index: 1;
}

h1.header-logo img {
	visibility: hidden;
}
.Tituloseccion {
	padding-bottom: 12px;
	margin-bottom: 12px;
	color: #255EA8;
	background: url(images/seperator.gif) repeat-x bottom left;
	font-size: 20px;
	font-weight: bold;
}
.Tituloenlace {
	padding-bottom: 2px;
	margin-bottom: 14px;
	margin-top:14px;
	text-align:center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.Subtituloenlace {
	padding-bottom: 2px;
	margin-bottom: 6px;
	margin-left:8px;
	margin-top:6px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.Titulofecha{
	padding-bottom: 2px;
	margin-bottom: 12px;
	padding-left:10px;
	color: #FF9900;
	background: url(images/fondoanio.jpg) repeat-x bottom left;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
	
}
.Subtitulo{
	padding-bottom: 2px;
	margin-bottom: 12px;
	padding-left:10px;
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	line-height:18px;
}

.tablacont{
margin-top:4px;
margin-bottom:4px;
}
#main {/*donde aparecen los contenidos a la derecha*/
	width: 760px;
}

#tablaenlace{
	padding-left:0px;
	padding-bottom:40px;
	line-height: 14px;
	background-color:#dfdcdc;
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
	position: relative;
}
#tablaenlace a:link{
	color:#333333;
	display:block;
	padding-left:12px;
	margin-top:4px;
	margin-bottom:4px;
	background-color:#dfdcdc;
	background: url(images/arrow.png) no-repeat 2px 5px;
}
#tablaenlace a:visited {
	color: #B91919;
	font-weight:bold;	
	margin-left:0px;
	padding-left:12px;
	display:block;
	margin-top:4px;
	margin-bottom:4px;
	background-color:#dfdcdc;
	background: url(images/arrow.png) no-repeat 2px 5px;
}
#tablaenlace a:hover{
	color: #B91919;
	display:block;
	font-style:italic;
	font-weight:bold;	
	margin-left:0px;
	padding-left:16px;
	margin-top:4px;
	margin-bottom:4px;
	background-color:#dfdcdc;
	
}

#tablaenlace a:active{
	color: #B91919;
	display:block;
	font-style:italic;
	font-weight:bold;	
	margin-left:0px;
	padding-left:16px;
	margin-top:4px;
	margin-bottom:4px;
	background-color:#dfdcdc;
	background: url(images/arrow.png) no-repeat 2px 5px;
}

#content {
	float: left;
	margin-right:40px;
	width: 90%;
	margin: 12px 20px ;
	clear: right;
	padding-bottom:20px;
	padding-right:20px;
	
}

#footer {
	width: 760px!important;
	margin: 0 auto;
	color: #ABABAB;
	background: #353535;
	clear: both;
	text-align: center;
	padding: 12px 6px 6px 0px;
}

#copyright {
	padding: 6px 12px 0;
}

#botshad {
	width: 760px!important;
	padding: 0 10px;
	margin: 0 auto;
	background: url(images/bot-shadow.gif) repeat-x bottom left #585C68;
	height: 16px;
}

/* NAVIGATION */

#footer li {
	display: inline;
	line-height: normal;
	background: none;
	padding: 0;
}

ul#mainlevel li, ul#mainlevel-nav li {
	padding: 0;
	margin: 0;
	background: none;
}

#topnav a#active_menu-top {
	color: #FFFFFF;
	background: url(images/topnav-bg-2.gif) repeat-x bottom left;
	text-decoration: none;
}

#footer a {
	padding: 0 12px;
	border-right: 1px solid #585C68;
	color: #CCCCCC;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
}



/* LINKS */

#content a {
	color: #FF9900;
	text-decoration: none;
}

#content a:hover, a:active {
	color: #B91919;
	text-decoration: underline;
}
a {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #B91919;
	text-decoration: underline;
}



/* GENERAL */
textarea {
	padding-left: 4px;
	font: 11px/1.3em Arial, sans-serif;
}

th {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	
}

td {
	font-size: 11px;
}

fieldset {
	width: 538px;
	border: 0;
	margin: 0;
	padding: 6px 0 0 0;
	background: url(images/seperator.gif) repeat-x top left;
}

fieldset a {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 12px 0;
	font-size: 16px;
	color: #666666;
}

h2 {
	margin: 12px 0;
	font-size: 14px;
	color: #666666;
}

h4 {
	margin: 12px 0;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

hr {
	border-top: 1px solid #D3CCC2;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

input {
	margin-bottom: -1px;
	font: 11px Arial, sans-serif;
}

p {
	margin: 12px 0;
}

select {
	font: 11px Arial, sans-serif;
}

ul {
	margin: 12px;
	padding: 0;
	list-style: none;
}

ul li {/*enlaces izquierda*/
	padding-left: 22px;
	background: url(images/arrow.png) no-repeat 10px 4px;
	line-height: 140%;
}

ol {
	margin: 12px auto;
}

#search {
	float: right;
	padding: 6px 16px 6px;
	background: url(images/h3-bg.gif) repeat-y center right;
	position: absolute;
	top: 8px;
	right: 0;
}

.search {
	padding-left: 16px;
	background: url(images/search-icon.gif) no-repeat center left;
}

/* MIS. */


.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
