/*
Menu Administracion Acordeon
Por German Ferrari
*/

/* Reseteo */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, tr, td {margin:0; padding:0;}
img {border:0;}
a {text-decoration:none;}
ol, ul {list-style:none;}

/* Elementos basicos */

body {
	background:#fff;
	color:#757e87;
	font-family:"Lucida Grande", Arial, Verdana;
	font-size:12px;
	}
a {color:#cf141d;}
p {margin-bottom:7px; text-align:justify;}

/* Plantilla Basica */

#pagina {
	width:960px;
	margin:0px auto;
	overflow:hidden;
	height:1%;
	/*background:#FFF url(images/bg-pagina.gif) repeat-y;
	border:1px solid #E7E7E7;*/
	}
	#menu, #contenido, #footer, #banner {
		float:left !important;
		display:inline;
		}
		#menu {
			width:300px;
			margin-bottom:20px;
			border-right:1px solid #fff;
			}
		#banner {
			width:585px;
			padding:0px 25px;
			}
		#contenido {
			width:585px;
			padding:20px 25px;
			}
		#footer {
			width:100%;
			padding:20px 25px;
			}
			#footer p {color:#757e87; padding:5px !important; font-size:10px; line-height:-50%;}
	
	/* Contenido de #menu */	
	
	#logo {
	font-family:"Myriad Pro", Verdana, Arial;
	font-size:25px;
	font-style:italic;
	font-weight:bold;
	padding:58px 20px;
	letter-spacing:-1px;
	color:#ebf1f1;
	background:#fff;
	text-shadow:#000 0px -2px 0px;
		}
	#menu p {color:#666; padding:0px 20px; line-height:150%;}
	#menu p a {color:#47595F; border-bottom:1px dotted #FFF;}
	#menu p a:hover {color:#111; border-bottom:1px dotted #333;}
		
	#menu ul {
		margin-bottom:20px;
		}
	#menu ul li {
		font-family:"Lucida Grande", Verdana, Arial;
		display:inline;
		cursor:pointer;
		}	
	#menu ul li span {
		padding:0px;
		display:block;
		font-size:10px;
		}	
	#menu ul li span a {
	font-family:Arial;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0px;
	background-position:5px 12px;
	background-repeat:no-repeat;
	color:#a0a9a9;
	text-shadow:#FFF 0px 1px 0px;
	padding:10px 25px;
	display:block;
	text-transform: uppercase;
		}
		#menu ul li span a:hover {
			color:#7b8585;
			}
		#menu ul li span.open a {
			color:#cf141d;
			}
		#menu ul li ul li span.open a {
			color:#cf141d;
			}
	#menu a {
		outline:none;
		}
			
	#menu ul li span a#link-posts {
		background-image:url(images/arrow_right_16.png);				
		}		
	#menu ul li ul{
		margin-bottom:0px;
		}	
	#menu ul li ul li {
		display:inline;
		font-weight:normal;
		font-size:11px;
		}
		#menu ul li ul li a {
			display:block;
			color:#A0A9A9;
			padding:11px 10px 11px 60px;
			background-position:25px 11px;
			background-repeat:no-repeat;
			/*background-color:#f1f5f5;
			border-bottom:1px solid #E7E7E7;
			border-top:1px solid #FFF;*/
			}
		#menu ul li ul li a:hover {
			color:#000;
			}
		
		#menu ul li ul li a.add {
			background-image:url(images/add_16.png);
			}
		#menu ul li ul li a.list {
			background-image:url(images/arrow_right_16.png);
			}
			#menu ul li ul li a.current {
			background-image:url(images/arrow_right_16.png);
			color:#cf141d !important;
			}
		#menu ul li ul li a.dir {
			font-family:Arial, Helvetica, sans-serif;
			font-size:24px;
			letter-spacing:0px;
			font-weight:bold;
			color:#cf141d;
			margin-bottom:10px;
			padding-bottom:10px;
			/*border-bottom:5px solid #ebf1f1;*/
			text-transform:uppercase;
			}
		#menu ul li ul li a.bullet {
			background-image:url(images/bullet_blue.png);
			}
	
	/* Contenido de #contenido */			
		
		#contenido h2 {
			font-family:Arial, Helvetica, sans-serif;
			font-size:24px;
			letter-spacing:0px;
			font-weight:bold;
			color:#cf141d;
			margin-bottom:10px;
			padding-bottom:10px;
			/*border-bottom:5px solid #ebf1f1;*/
			text-transform:uppercase;
			}
		#contenido h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			letter-spacing:0px;
			font-weight:bold;
			color:#cf141d;
			/*border-bottom:5px solid #ebf1f1;*/
			text-transform:uppercase;
			}
		#contenido p {
			font-size:12px;
			letter-spacing:0px;
			}
		#contenido cite {
			font-size:10px;
			letter-spacing:0px;
			color:#757e85;
			}
		#contenido li {
			background:url(images/bullet_red.png) left top no-repeat;
			padding:0 0 10px 15px;
			list-style:none;
			}
		
/**/	
.table1 { float: left; margin-bottom: 2.9em; margin-right:2.9em; text-align:justify; }
.table1 caption { color: #fff; text-align: center; padding-bottom: 5px; }
.table1 th, .table1 td { padding: 7px; }
.table1 th, .table1 thead td { background-color: lightyellow; color: #000; }
.table1 tbody tr { border-bottom:solid 1px #fff; }
.table1 tbody td.red{ background-color: #cf161c; font-weight:bold; color: #fff; border-bottom:solid 1px #fff; }
.table1 tbody td.gray { background-color: #ededed; color: #757E87; border-bottom:solid 1px #fff; }
.table1 tbody td.blue { background-color: #045269; color: #fff; border-bottom:solid 1px #fff; }
.table1 tbody td.membg { background: url('images/MEM_01.png')50% 50% no-repeat; height:78px; padding:0 !important; margin:0 !important; color: #fff; border-bottom:solid 1px #fff; }
.table1 tbody th { text-align: justify; }
.bg-blue-tl{background:url(images/bg-blue-tl.png)left top no-repeat;}
.bg-blue-tr{background:url(images/bg-blue-tr.png)right top no-repeat;}
.bg-red-tl{background:url(images/bg-red-tl.png)left top no-repeat;}
.bg-red-tr{background:url(images/bg-red-tr.png)right top no-repeat;}
.bg-red-dl{background:url(images/bg-red-dl.png)left bottom no-repeat;}
.bg-gray-tr{background:url(images/bg-gray-tr.png)right top no-repeat;}
.bg-gray-dr{background:url(images/bg-gray-dr.png)right bottom no-repeat;}

.boton	{padding:3px 10px; float:right !important;}
.box	{width:80%;}
/**/

/*CLASS*/
.fl-der{float:right;}
.padr-15{padding-right:15px;}
.gb-red{background:url(images/bg-red.png) no-repeat;}
.color-gray{color:#757E87;}
.color-f{color:#fff;}
.w100p{width:100%;}

/*paginador*/
div.pagination{float:right; margin:10px 0; width:100%;}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;	
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #045269;
	font-weight: bold;
	background-color: #045269;
	color: #fff;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

/* NUEVOS */

/* PAGINADO */
#paginado {
	margin-top:8px;
	text-align:right;
	padding-top:8px;
}
	a.paginado{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;	
	text-decoration: none; 
	color: #aaa;
}
	
	a.paginado:hover{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}

	a.paginado-marca{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #045269;
	font-weight: bold;
	background-color: #045269;
	color: #FFF;
}

/*MENSAJE DE ERROR*/
.error-message, label.error {
	display:block;
	color:#F00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
    margin:0;
}