/***Generales***/
body,
html {
	margin:0;
   padding:0;
   color: #4f4f4d;
   font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
   font-size: 11px;
	line-height: normal;
	background: #edefe7;
}
body {
   min-width:940px;
}
a:link, a:visited {
	color: #7C8045;
	text-decoration: none;
	outline: 0; 
}
a:hover {
	color: #7C8045;
	outline: none;
	text-decoration: underline;
	outline: 0; 
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
/***Layout***/
#ctd-encabezado, #ctd-presentacion, #ctd-principal, #ctd-pie {
	float: left;
	width: 100%;
}
#ctd-encabezado {
	background: url(imagenes/ctd-encabezado.gif) repeat-x;
	height: 175px;
}
#ctd-principal {
	background: url(imagenes/ctd-principal.gif) repeat-x;
}
#ctd-pie {
	background: url(imagenes/ctd-pie.gif) repeat-x;
	height: 81px;
	margin: 20px 0 0 0;
}
#encabezado, #presentacion, #pie {
	width: 920px;
	margin:0 auto;
}
#encabezado {
	position: relative;
}
#principal {
	width: 948px;
	margin: 0 auto;
}
#sep-top-col {
	float: left;
	width: 100%;
	height: 14px;
	background-image: url("imagenes/sep-top-col.png") !important;
	background-repeat: no-repeat;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/imagenes/sep-top-col.png');
}
#sep-izq-col {
	float: left;
	width: 14px;
	height: 486px;
	background-image: url("imagenes/sep-izq-col.png") !important;
	background-repeat: no-repeat;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/imagenes/sep-izq-col.png');
}
#sep-der-col {
	float: left;
	width: 14px;
	height: 486px;
	background-image: url("imagenes/sep-der-col.png") !important;
	background-repeat: no-repeat;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/imagenes/sep-der-col.png');
}
#ctd-columnas {
	float: left;
	width: 920px;
	background: #edefe7;
	min-height: 500px;
   height: auto !important;
   height: 500px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0px;
}
#buscador {
	position: absolute;
	top: 9px;
	right: 107px;	
	background: url(imagenes/buscador.gif) no-repeat top;
	width: 203px;
	height: 28px;
}
#ctd-ent-buscador {
	position: absolute;
	top: 2px;
	left: 20px;	
	width: 165px;
}
#buscador-entrada {
	float: left;
	width: 113px;
}
#buscador-boton {
	float: right;
	width: 45px;
}
input#cBuscador {
	width: 113px;
	height: 15px;
	border: 0px;
}

#buscador-boton input {
	width: 45px;
	height: 17px;
	border: 0px;
	background: #202112;
	color: #fff;
}
.boton {
	background: url(imagenes/boton.gif) repeat-x;
	border: 1px solid #D2D7C4;
		color: #4F4F4D;
}

#idioma {
	position: absolute;
	top: 9px;
	right: 0px;	
	background: url(imagenes/idioma.gif) no-repeat top;
	width: 80px;
	height: 28px;
}
#idioma a {
	display: block;
	position: absolute;
	top: 2px;
	left: 16px;	
	width: 50px;
	height: 16px;
	color: #fff;
	text-align: center;
}
#menu {
	position: absolute;
	top: 126px;
	left: 0px;
	width: 920px;
}
#menu ul {
	list-style-type:none;
	width:100%;
	position:relative;
	height:38px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:13px;
	text-transform: uppercase;
	margin:0;
	padding:11px 0 0 0;
	letter-spacing: 2px;
}
#menu ul li {
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:38px;
}
#menu ul li.left{
	margin:0;
}
#menu ul li a {
	display:block;
	float:left;
	color:#32331c;
	background:#949852;
	line-height:38px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:38px;
}
#menu ul li.right a {
	padding-right:19px;
}
#menu ul li a:hover {
	background:#C2C493;
}
#menu ul li a.current{
	color: #fff;
	background:#7d8146;
}
#menu ul li a.current:hover {
	color:#32331c;
	background:#7C8045;
}

#col-izq {
	float: left;
	width: 720px;
	background: url(imagenes/col-izq.gif) repeat-x;
	min-height: 500px;
   height: auto !important;
   height: 500px;
}
#col-der {
	float: right;
	width: 200px;
	background: url(imagenes/col-der.gif) repeat-x;
	min-height: 500px;
   height: auto !important;
   height: 500px;
	font-weight: normal;
}
#col-izq h1 {
	margin: 0 0 10px;
	padding: 10px;
	border-bottom: 1px solid #d7d6c8;
	color: #32331c;
	font-size: 23px;
	 font-weight: normal;
	 line-height: 15px;
}
#col-der h1 {
	margin: 0 0 10px;
	padding: 10px;
	border-bottom: 1px solid #d7d6c8;
	color: #7c8045;
	font-size: 23px;
	 font-weight: normal;
	 line-height: 15px;
}
.fecha {
	font-weight: bold;
}
.anuncio {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}
#pie, #pie a {
	color: #fff;
}
#pie {
	position: relative;
}
#arizq {
	position: absolute;
	top: 23px;
	left: 0px;
	width: 510px;
}
#arder {
	position: absolute;
	top: 23px;
	right: 0px;
	width: 80px;
}
#abizq {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 200px;
}
#abder {
	position: absolute;
	top: 45px;
	right: 0px;
	width: 80px;
}

#cakeSqlLog {
	float: left;
}

#ctd-paginador {
	float: left;
	width: 96%;
	padding: 0px 2% 10px;
}
#ctd-paginador #paginador {
	float: right;
	width: auto;
}
#ctd-paginador #paginador div {
	float: left;
	width: auto;
	padding: 0px 0px 0px 3px;
}
#ctd-paginador #paginador div a {
	display: block;
	background: #fdfdfd;
	border: 1px solid #d7d6c8;
	padding: 2px 5px 2px 5px;
	color: #4f4f4d;
	text-decoration: none;
}
#ctd-paginador #paginador div a:hover {
	background: #f0fff0;
	border: 1px solid #434130;
	text-decoration: none;
	color: #4f4f4d;
}
#ctd-paginador #paginador div span {
	display: block;
	background: transparent;
	color: #4f4f4d;
	padding: 3px 5px 2px 5px;
	font-weight: bold;
}
#ctd-paginador #paginador div span.etiqueta {
	background: transparent;
	border: 1px none #dacdbc;
	padding: 3px 6px 3px 6px;
}
#flashMessage {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	color: #f00;
}
.error_message 
{
	float: left;
	width: 100%;	
	color: #f00;
}
.msgerror {
	color: #f00;
	text-align: center;
	font-weight: bolder;
	font-size: 22px;
	width: 720px;
	padding: 0px;
	margin: 50px 0 0;
	line-height: 25px;
}



