/* @override http://tecnologias-avanzadas.net/css/midori.css */

/* @override http://www.wadboard.com/css/style_black.css */

/* Cleaning */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
  	border: 0;
  	font-weight: inherit;
  	font-style: inherit;
  	font-size: 100%;
  	font-family: inherit;
  	vertical-align: baseline;
  	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
}

a { 
white-space:nowrap;
	cursor: pointer;
 }
a img { border: none;
cursor: pointer; }

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Defaults & New Classes */

/* Align */

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

/* Decoration */

.bold { font-weight: bold; }
.bolder { font-weight: bolder; }
.italic { font-style: italic; }
.stroke { text-decoration: underline; }
.overline { text-decoration: overline; }

/* Titles */

h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	font-weight: normal;
	border: none;
	font-size-adjust: none;
}

body {
background: url(../bgMain.jpg);
background-repeat: repeat-x;

}

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

#header {
	height: 510px;
	width: 272px;
	color: #fff;
	text-align: center;
	background-image: url(../wait.jpg);
	float: left;
	margin-top: 80px;
}

#header ul {
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -450px;
		
		font-size: 60%;
}

#header li {
	float: right;
	padding: 3px 10px 5px 10px;
	font-size: 1.1em;
	list-style-type: none;
}

#header li + li {
	margin-right: 10px;
}

#header li:hover {
	color: #fff;
	background-color: #a3a3a3;
}

.miniact {
	background-color: #444;
	color: #fff;
	font-weight: bold;
}

.mininon {
	background-color: #cecece;
}

/*#toggle {
	width: 160px;
	padding: 10px 10px 0px 10px;
	background-color: #DCF2FB;
}

#toggle h1 {
	color: #7f787f;
	text-align: center;
}
*/

#toggle {
	display: none;
}

.toggleron {
	background-color: #3c5969;
	padding: 10px;
}

.toggleroff {
	background-color: #95c751;
}

#side
{
	font-size: 60%;
	float: right;
	width: 180px;
    display: block;
	margin-top: 80px;
}

#sideslide {
	float: right;
}

#side p {
	padding: 10px;
}

#side h1 {
	color: #7f787f;
	margin-bottom: 5px;
	text-align: center;
}

#side ul {
	/*border-top: 1px solid #1495b9;*/
}

#side ul + ul {
	/*#border-bottom: 1px solid #1495b9;*/
}

#side li {
	background-image: url(../menuinmain.png);
	border-top: 1px #8e8e8e solid;
	border-left: 1px #8e8e8e solid;
	border-bottom: 1px #bebebe solid;
	border-right: 1px #bebebe solid;
	font-size: 1.2em;
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;
	list-style-position: inside;
	color: #222;
	cursor: pointer;
}

#side li:hover {
	background-image:url(../over.png) !important;
}

#side .menu1 li {
	background-color: #fff;
	background-image: none;
	height: 19px;
	cursor: pointer;
	border-top: 0px;
	color: #333;
}
/* hack perro */
#side .menu2 li, .tabact {
	background-color: #708d9b !important;
	cursor: pointer;
	color: white !important;
	
}

.fadact {
	font-weight: bold;
}

#side .menu3 li {
	background-color: #51656f;
	cursor: pointer;
}



.mcontent0 li {
	background-color: #1f3c4c;
	cursor: pointer;
}

.mcontent1 li {
	background-color: #1f3c4c;
	cursor: pointer;
}

#content {
	font-size: 60%;
	margin-top: 80px;
	padding: 10px;
	float: left;
	width: 500px;
}

#content h1 {
	font-size: 2em;
	color: #444;
}

#content h2 {
	color: #7f787f;
	font-size: 1.5em;
	
}

#content p {
	font-size: 1.2em;
	line-height: 140%;
	color: #111;
	margin-top:10px;
}

#content li {
	list-style-type: circle;
	list-style-position: inside;
	color: #3e6477;
	font-size: 1.2em;
}

blockquote {
	background-color: #f8fdf2;
	padding: 10px;
	margin: 0px 20px 10px 20px ;
	font-size: 1.2em;
	text-align: left;
	line-height: 18px;
	color: #33669b;
	border-top: 1px solid #dcf2fb;
	border-bottom: 1px solid #dcf2fb;
}

.summary {
	margin-top: 10px;
}

.datadiv {
	margin: 5px 0px;
	color: #417693;

}

.catdiv {

	color: #898989;
	cursor: pointer;
}

.taglist {
	margin-top: 10px;
	display: inline-table;
	color: #7f787f;

}

.tag a {
	background-color: #f5f9fd;
	color: #417794;
	text-decoration: none;
	padding: 2px 8px;
	margin-right: 4px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #417693;
	border: 1px solid #aad4e8;
}

.tag a:hover {

	background-color: #aad4e8;

}

#footer {
	clear: both;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	color: #444;
	font-size: .8em;
	border-top: 1px solid #DDD;
}



#ajaxHelperContent {
	padding: 15px 25px;
	background-color: #bbb;
	max-width: 500px;
	margin-top: 30px;
	color: #fff;
	border-bottom: 4px solid #182d39;
	border: 1px solid #333;
	border-top: 0px;
}

#loginItems {
	
}

#loginItems h1 {
	color: #444;
}

#loginItems label {
	font-size: .7em;
	cursor: pointer;
}

#loginForgot.comment {
	color: #333;
	margin: 0px 15px;
	font-size: .8em;
	cursor: pointer;
	border-bottom: 1px dotted #444;
}

input#pacsrc {
	margin-left: 10px;
	margin-bottom: 5px;
}

.photo {
	padding: 7px;
	border: 1px solid #d1d1d1;
}

#tablas a {
	color: #0af;
}

#tablas {
	border-collapse:collapse;
	margin: 5px 0px 10px 0px;
	color: #8f8f8f;
}

.evenZebra {
	background: #0c0c0c;
}

.oddZebra{
	background: #131313;
}

.grupo_eoddZebra {
	background-color: #1c1c1c;
	border-top: 1px solid #222;
	text-transform: uppercase;
}

.grupo_eevenZebra {
	background-color: #1c1c1c;
	border-top: 1px solid #222;
	text-transform: uppercase;
}
	
#tablas caption {
	background-color: #1f3c4c;
	border-bottom: 3px solid #444;
	color:#FFF;
	padding:10px;
}
	
#tablas thead th{
	background-color: #444;
	border-bottom: 3px solid #690;
	color:#FFF;
	padding:5px;
}

#tablas tbody tr td {
	padding: 3px 8px;
	border-top: 1px solid #ababab;
	/* Oversized tables (:*/
	height: 25px;
	/*background-color: #0c0c0c;*/
	
}
	
#tablas tfoot tr td {
	background-color: #e6e6e6;
	color: #757575;
	padding:4px;
	text-align:center;
	border-top: 1px solid #ababab;
}

#tablas a.bleu {
	color: #1495b9;
	border-bottom: 1px dotted #1495b9;
}

#tablas a {
	color: #1495b9;
}

/**/

table caption {
	background-color: #1f3c4c;
	border-bottom: 3px solid #444;
	color:#FFF;
	padding:10px;
}


table {
   border-collapse: collapse;
}	
	
table thead th{
	background-color: #444;
	border-bottom: 3px solid #690;
	color:#FFF;
	padding:5px;
	border-spacing: 0px;
}

table tbody tr td {
	padding: 3px 3px;
	border-top: 1px solid #ababab;
	/* Oversized tables (:*/
	height: 25px;
	color: #636363;
	border-spacing: 0px;
}

table tfoot tr td {
	background-color: #e6e6e6;
	color: #757575;
	padding:4px;
	text-align:center;
	border-top: 1px solid #ababab;
	border-spacing: 0px;
}

table a.bleu {
	color: #1495b9;
	border-bottom: 1px dotted #1495b9;
}

table a {
	color: #1495b9;
}

hr {
	background-color: #7fa842;
	height: 0px;
	border: none;
}

.agregar {
	display: inline-table;
	padding: 8px 5px;
	font-weight: bold;
	background-color: #d0e1a4;
	color: #690;
	border-bottom: 2px solid #7fa842;
}

.agregar:hover {
	background-color: #1f3c4c;
	color: #fff;
	border-bottom: 2px solid #7fa842;
}

.breadcrums {
	display: inline-table;
	padding: 5px 15px;
	background-color: #f0f0f0;
	border: 1px solid #d5d5d5;
	color: #727272;
}

.breadcrums a {
	color: #1495b9;
	border-bottom: 1px dotted #1495b9;
}

#filtro {
	padding: 5px 15px;
	background-color: #f0f0f0;
	color: #727272;
	border: 1px solid #d5d5d5;
}

#addmenu {
	background-color: #f0f0f0;
	border: 1px solid #d5d5d5;
	color: #727272;	
}

#addmenu legend {

}

#malditostaff li {

}

#loading {
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -60px;
	margin-top:-17px;
	width: 120px;
	color: white;
	text-align: center;
	font-size: 14px;
	padding:10px;
	background-color: #1f3c4c;
	border-bottom: 3px solid #162833;
	display: none;
}