@import url('generic.css');
@import url('datepicker.css');
@import url('dialog.css');

/*
* {
	outline: 1px dotted black;
}
*/


body, div, td { 
	margin: 0; 
	padding: 0px; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-align: center;
	font-weight: inherit;
	/*tinymce editor de texto*/
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
}

strong {	color: #1c1c1c; }
a { font-size: 11px; color: #003399; text-decoration: none;}
a:hover { color: black; }
a.underline { text-decoration: underline; }
a.underline:hover { text-decoration: none; }
a.green {color: #3fb040; text-decoration: underline;}
a.green:hover {text-decoration: none;}

h1 {
	color: #013669;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 8px;
	background-image: url(../img/li_red.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

h2 {
	color: #999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0px;
	padding: 0px 0px 0px 8px;
	background-image: url(../img/li_red.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

/* HEADER */
div#header {
	width: 100%;
	/*height: 110px;*/
	/*margin: 0px auto 0px auto;*/
	background-image: url(../img/bck_cont.png);
	background-repeat: repeat-x;
	background-position: top left;
}

div#header div#wrap {
	width: 1000px;
	/*height: 101px;*/
	margin: 0px auto 0px auto;
	text-align: left;
}

div#header div#wrap div#menu {
	background-image: url(../img/bck_lg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 980px;	
	height: 30px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

div#header div#wrap div#menu a {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding: 7px;
	margin: 1px 5px 0px 0px;
	display: block;
	float: left;
}
div#header div#wrap div#menu a.active,
div#header div#wrap div#menu a:hover {
	background-color: #e9ed99;
}

ul#menu2 {
	margin: 19px 0 0 10px;
	float: left;
	list-style: none;
	padding: 0px;
	list-style-position:outside;
	/*width: 97%;*/
}

ul#menu2 li {
	float: left;
}

ul#menu2 li a {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	line-height: 23px;
	padding: 0px 10px;
	color: #fff;
	background-color: #dde184;
	border:1px solid #dde184;
	border-bottom: none;
	text-decoration: none;
	margin-right: 4px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;	
}

ul#menu2 li a:hover {
	color: #999;
	background-color: white; 
}

ul#menu2 li a.active {
	color: #000;
	background-color: white;
	border-bottom: 1px solid #fff;
}

div#header div#wrap ul#menu3 li {
	display: inline;
}

div#header div#wrap ul#menu3 { 
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	list-style: none;
}

div#header div#wrap ul#menu3 li a {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../img/bck_menu3.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 131px;
	height: 26px;
	padding: 4px 0px 0px 0px;
	margin-right: 10px;
	text-align: center;
}

div#header div#wrap ul#menu3 li a.active {
	color: #565656;
	background-image: url(../img/bck_menu3_active.png);
}

/* CONTENTS */ 

div#content {
	clear: both;
	text-align: left;
	width: 960px;
	padding: 20px 20px 0px 20px;
	margin: 0px auto 0px auto;
	/* puesto a none para que haga el efecto de entrada */
	display: none;
}


div#content div {
	text-align: left;
	font-family: Tahoma, Arial, Verdana, "Trebuchet MS";
}

div#content #login {
	text-align: left;
	width: 500px;
}

div#content p {
	text-align: left;
	margin: 0px 0px 5px 0px ;
}


div#content div#rows,
div#content div#tools {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	padding: 10px;
	float: left;
}

div#content div.paginate {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	float: right;
	text-align: right;
	width: 400px;
}

div#content div.paginate span {
	text-align: center;
	padding: 0px 3px 0px 3px;
}

div#content div.paginate a {
	font-size: 12px;
	background-color: #f2f2f2;
	padding: 4px 7px 4px 7px;
}

div#content div#tools {
	float: right;
}

div#content div#tools a.new,
div#content div#tools a.select,
div#content div#tools a.unselect,
div#content div#tools a.send,
div#content div#tools a.attachimage,
div#content div#tools a.attachdoc,
div#content div#tools a.wait { 
	font-size: 11px;
	padding: 1px 0px 3px 20px;
	background-image: url(../img/icons/add_off.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-left: 10px;
}

div#content div#tools a.select { 
	background-image: url(../img/icons/compile.png);
}

div#content div#tools a.unselect { 
	background-image: url(../img/icons/compile-error.png);
}

div#content div#tools a.send { 
	background-image: url(../img/icons/arrow-continue.png);
}

div#content div#tools a.attachimage { 
	background-image: url(../img/icons/inbox-image.png);
}

div#content div#tools a.attachdoc { 
	background-image: url(../img/icons/inbox-document.png);
}

div#content div#tools a.wait { 
	background-image: url(../img/indicator.gif);
}

div#content div#tools a.new:hover {
	background-image: url(../img/icons/add.png);
}

div#content div#tools a:hover {
	color: black;
}

div#clearer { clear: both;}
 
 
div#footer {
	clear: both;
	color: #02407f;
	margin: 30px auto 30px auto;
	width: 980px;
	height: 20px;
	padding: 6px 10px 0px 10px;
	background-image: url(../img/bck_footer.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ccc;
}

div#footer span {
	float: left;
	text-align: left;
}

div#footer span.links {
	float: right;
	text-align: right;
}

div#footer span a {
	font-size: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

div#form-msg-ok {
	display: none;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #2B8205; 
	padding: 10px;
	color: white;
	width: 970px;
}

div#form-msg-ko {
	display: none;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #CB292B; 
	padding: 10px;
	color: white;
	width: 950px;
}

div#form-msg-ko a {
	color: white;
	text-decoration: underline;
}

div#form-msg-alert,
div#form-msg-info,
div#flashMessage {
	display: block;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	padding: 0px 0px 0px 8px;
	background-image: url(../img/li_red.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin: 10px 0px;
}

div#flashMessage {
	display: block;
}

div#flashMessage.login-failed { color: red; width: 428px; margin-bottom: 10px;}
div#flashMessage.alert_ok,
div#flashMessage.alert_ko {
	display: block;
	text-align: left;
	background-color: #f2f2f2;
	background-image: url('../img/icons/alert_ok.png');
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding: 15px 5px 15px 55px;
	margin-bottom: 10px;
}

div#flashMessage.alert_ko {
	background-image: url('../img/icons/alert_ko.png');
}


div#form-msg-info { background-color: #00693E; }

label {
	width: 220px;
	display: block; 
	float: left;
	padding: 10px 0px;
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
}

label a {
	font-size: 10px;
	font-weight: normal;
	color: #c7d300;
	text-decoration: none;
}

label a:hover {
	color: #666;
}

label span.label {
	display: block;
	width: 240px;
	padding-bottom: 5px;
	float: left;
}

label span.label span { font-weight: normal; }
label span.required { color: red; font-weight: bold; }

label input,
label select { 
	display: block; 
	float: left;
	font-size: 11px;
	font-weight: normal;
}

label select {
	width: 200px;
	padding: 2px;
	border: solid 1px #c0c0c0; 
}

label textarea { 
	display: block;
	font-size: 12px;
	font-weight: normal;
	clear: both;
	width: 900px;
	height: 100px;
	text-align: left;
}

input, textarea, select { 
	font-family: Tahoma, "Courier New", Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}
input.textbox, textarea.textbox { 
	width: 200px;
	padding: 3px;
	border: solid 1px #c0c0c0; 
}

textarea.textbox { width: 900px; font-size: 11px; max-width:900px}

input.validation-failed, textarea.validation-failed { 
	background-color: #fae9e9;
	font-weight: normal;
}
input.button {
	color: white;
	background: #9ca500;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #f9fbe5;
	border-left: 1px solid #f9fbe5;
	border-bottom: 1px solid #333300;
	border-right: 1px solid #333300;
	background-image: none; 
	font-weight: normal;
	/*height: 22px;*/
	width: 85px;
	margin-right: 5px;
}

input.buttonBuscar {
	color: white;
	background: #9ca500;
	text-align: center;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #f9fbe5;
	border-left: 1px solid #f9fbe5;
	border-bottom: 1px solid #333300;
	border-right: 1px solid #333300;
	background-image: none; 
	font-weight: normal;
	/*height: 22px;*/
	width: 85px;
	margin-right: 5px;
	background-color: #02407f;
}

div.toolbar { clear: both; padding-top: 15px; margin-bottom: 10px;}

div.validation-inline-error-message{ 
	clear: both;
	display: block; 
	padding: 5px 0px 10px 6px; 
	color: red; 
	font-size: 9px; 
	font-weight: normal;
	font-family: Tahoma;
	background-image: url(../img/li_red.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	width: 230px;
}


div#loading {
	clear: both;
	color: #02407f;	
	text-align: center;
	width: 970px;
	height: 300px;
	padding: 80px 0px 0px 30px;
	margin: 10px auto 0px auto;
	background-image: url(../img/loading.gif);
	background-position: 490px 30px;
	background-repeat: no-repeat;
}

div#doc,
div#foto {
	float: left;
	font-size: 10px;
	width: 156px;
	height: 70px;
	background-color: #f8f8f8;
	border: 1px solid #f2f2f2;
	padding: 10px 10px 10px 20px;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
}

div#doc img,
div#foto img { border: 1px solid #ccc; margin: 5px 0px; padding: 2px;}

div#doc a,
div#foto a { font-size: 11px; }

div#doc a,
div#foto a {
	color: #003399;
}

div#doc a:hover,
div#foto a:hover {
	color: black;
	text-decoration: underline;
}

div#foto a.arrow,
div#doc a.arrow,
div#doc a.wait {
	display: block;
	padding: 0 0 0 13px;
	background-image: url(../img/icons/arrow-right.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin: 3px 0 0 0;
}

div#doc a.asociar {
	color: #333;
}

div#doc a.asociar:hover {
	color: #003399;
	text-decoration: none;
}

div#doc a.wait {
	padding: 3px 0 4px 20px;
	background-image: url(../img/indicator.gif);
}

div#doc a.wait:hover {text-decoration: none;}

/* ----- Buscar ----- */
#buscar {
	/*width: 920px; */
	height: 50px;
	padding: 10px;
	border: 1px solid #cad1e2;
	background-color: #edeff4;
	margin-bottom: 10px;
}

/* ---- Modulo Contenidos HTML ---- */
#map-name {
	float:left;
}

#map-edit {
	float:right;
	width: 30px;
	margin-left: 10px;
}

#map-doc {
	float:right;
	width: 110px;
	margin-left: 10px;
}

/* ---------- Checkboxes ----------- */
.checkbox {height:16px;width:16px;cursor:pointer;margin:5px;background:url('../img/checkbox-unchecked.gif') no-repeat;float:left;}
.checkbox input{display:none;}
.checkbox.checked{background:url('../img/checkbox-checked.gif') no-repeat;}
.checkboxlabel{width: 20px;}

/* ---------- Subir ficheros -------- */
a#upload.nyroModal {
	color: white;
	background: #9ca500;
	text-align: center;
	padding: 10px 20px;
	border-top: 1px solid #f9fbe5;
	border-left: 1px solid #f9fbe5;
	border-bottom: 1px solid #333300;
	border-right: 1px solid #333300;
	background-image: none; 
	font-weight: normal;
	/*height: 22px;*/
	width: 85px;
	margin-right: 5px;
	background-color: #02407f;
	cursor: default;
	
}

div#edit, div#play,
div#asociar_fichero_no,
div#asociar_fichero_video,
div#asociar_fichero_foto {
	background-repeat: no-repeat;
	background-position: top left;
	float:left; 
	width: 100px;
	padding-left: 20px;
	height: 20px;
}

div#asociar_fichero_foto {
	background-image: url('../img/ic_fotos.png');
}

div#edit {
	background-image: url('../img/ic_edit.png');
}

div#play {
	background-image: url('../img/ic_play.png');
	padding-left: 25px;
}

div#asociar_fichero_no {
	background-image: url('../img/ic_no.png');
}

div#asociar_fichero_video {
	background-image: url('../img/ic_videos.png');
}

div#foto_left {
	float:left;
	margin-right: 10px;
}

div#ficha_video {
	float:left;
	width: 800px;
	margin-bottom: 4px;
	height: 68px;
}

a.close {
	display: block;
	width: 80px;
	background-image: url('../img/icons/inexistente.png');
	background-repeat: no-repeat;
	padding: 0px 0 2px 10px;
}

/* features */
#features {
	float:right;
	width: 400px;
}

#features a {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 7px;
	margin: 5px 0px 5px 5px;
	display: block;
	float: right;
}

#features a.area:hover,
#features a.area.active {
	background-color: #d63333;
}

#features a.active,
#features a:hover {
	background-color: #e9ed99;
	color: white;
}

#features a.active {
	cursor: default;
}

/* end features*/

.alert {
	width: 355px;
	display: block;
	text-align: left;
	background-color: #eee;
	background-image: url('../img/icons/exclamation.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding: 5px 5px 3px 30px;
	border: 1px solid #eee;
	height: 16px;
	margin-bottom: 10px;
}

.item {
	float: left;
	background-color: #eee;
	padding: 5px 5px 5px 30px;
	width: 190px;
	border: 1px solid #ccc;
	margin: 0px 5px 5px 0px;
	text-align: left;
	background-image: url('../img/icons/label.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

.pendientes a {
	display: block;
	float: left;
	background-color: #eee;
	padding: 5px 5px 5px 30px;
	width: 190px;
	border: 1px solid #ccc;
	margin: 0px 5px 5px 0px;
	text-align: left;
	background-image: url('../img/icons/label.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	cursor: default;
}
.pendientes a.noimg {
	background-image: none;
	width: 80px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: none;
	background-color: transparent;
}

.item-container-one,
.item-container-two,
.item-container-three,
.item-container-four {
	float:left;
	margin-right: 5px;
	width: 230px;
}

.item-left {
	float:left;
	width: 490px;
	margin-right: 5px;
}

.item-right {
	float:left;
	width: 490px;
}


.itemList {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px 10px 5px 30px;
	width: 450px;
	height: 23px;
	margin: 0px 5px 2px 0px;
	text-align: left;
	background-image: url('../img/icons/label.png');
	background-position: 5px 3px;
	background-repeat: no-repeat;
}

.itemSelected {
	background-color: #eee;
	float:left;
	width: 196px;
	padding: 5px;
	border: 1px solid #ccc; 
}

.list-number {
	padding: 5px;
	/*background-color: #eee;*/
	float:left;
	margin-left: 10px;
	margin-top: 22px;
}

.list-number a {
	color: #c7d300;
	font-size: 14px;
	margin-right: 10px;
}

.list-number a:hover {
	color: #000;
}

/* FICHAS */
#ficha {
	clear: both; 
	border: 1px solid #e5e5e5; 
	margin: 0px 0px 10px 0px; 
	padding: 10px 10px 10px 10px;  
	background-color:#eee;
}

#ficha .main  {
	font-size: 10px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
}


#ficha .elem  {
	float: left;
	font-size: 10px;
	padding: 0px 10px 0 0;
	margin: 0px 10px 0px 0px;
	width: 250px;
}

#ficha .foto  {
	width: 60px;
	margin: 0px 10px 0 0;
	padding: 0px;
}

#ficha .fecha {
	width: 140px;
}

#ficha .right {
	float:right;
	text-align: right;
	margin-right: 0px;
	padding: 0px;
	width: 100px;
}

#ficha .elem .elem-title {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
}

#ficha .elem .elem-title span {
	font-weight: normal;
}

#ficha .elem .flecha,
#ficha .elem .autor,
#ficha .elem .bookmark,
#ficha .elem .elem-item-right,
#ficha .elem .elem-item {
	font-size: 10px;
	background-image: url(../img/icons/document.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 3px 3px 17px;
}

#ficha .elem .flecha {
	background-image: url(../img/icons/arrow-right.png);
	background-position: left 5px;
}

#ficha .elem .bookmark {
	background-image: url(../img/icons/document-bookmark.png);
}

#ficha .elem .noimg {
	background-image: none;
	font-size: 10px;
	padding: 3px 3px 3px 17px;
}

#ficha .elem .autor {
	background-image: url(../img/icons/user-white.png);
	padding-left: 20px;
}

#ficha .elem .elem-item-right {
	background-image: url(../img/icons/arrow-right.png);
	background-position: left 2px;
	padding: 0 0 4px 14px;
}

#ficha .elem a,
#ficha .elem .elem-title a,
#ficha .elem .elem-item-right a,
#ficha .elem .elem-item a {
	color: #c7d300;
}

#ficha .elem .elem-title a {
	font-weight: normal;
}

#ficha .elem a:hover,
#ficha .elem .elem-title a:hover,
#ficha .elem .elem-item-right a:hover,
#ficha .elem .elem-item a:hover {
	color: #000;
}

#ficha img { float:left; border: 1px solid #e5e5e5; padding: 2px;}

a.year {
	display: block;
	float:left;
	padding: 4px 12px;
	background-color: #edeff4;
	border: 1px solid #cad1e2;
	margin: 0 5px 5px 0;
}

a.yearActive,
a.year:hover {
	display: block;
	float:left;
	padding: 4px 12px;
	background-color: #cad1e2;
	border: 1px solid #cad1e2;
	margin: 0 5px 5px 0;
	color: #fff;
}

div.bloque {
	clear: both; border: 1px solid #f2f2f2; margin: 5px 0px; padding: 20px;
}

div.bloque div.fotos {
	float: left;
	width: 80px;
	margin: 0 10px 0px 0;
}

div.bloque div.edit {
	float: right;
	text-align: right;
	margin: 0 0 10px 10px;
}

div.bloque p {
}

div.bloque div.fotos img {
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 10px;
}

div.subseccion {
	clear: both; border: 1px solid #f2f2f2; margin: 5px 0px; padding: 10px;
}

div.subseccion div.edit {
	float: right;
	text-align: right;
}

div.docslist {
	clear: both;
}

div.docslist ul.list {
	margin: 0 0 10px 10px;
	padding: 0px;
	list-style: none;
}

div.docslist ul.list li {
	padding-left: 15px;
	margin: 0 0 5px 0;
	background-image: url(../img/icons/arrow-right.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}
div.docslist ul.list li a {
	color: #003399;
	font-size: 11px;
}

div.docslist ul.list li a:hover {
	color: black;
	text-decoration: underline;
}

div.newsletter_bottom {
	margin: 30px 0 100px 10px;
	text-align: left;
}

span.newsletter_count { 
	color: #666;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Trebuchet MS';
}

span.newsletter_count strong {
	color: #3fb040;
}

span.newsletter_count a {
	font-size: 20px;
}

div.newsletter_loading { 
	color: #666;
	background-image: url(../img/indicator.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 25px;
	margin: 20px 0 20px 10px;
}

div.newsletter_ok,
div.newsletter_ko {
	background-image: url(../img/icons/smalltick_on.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	display: none;
	color: green;
	line-height: 25px;
	padding-left: 18px;
	margin: 3px 0;
	float:right;
	width: 710px;
}
div.newsletter_ko {
	color: red;
	background-image: url(../img/icons/smalltick_off.png);
}

input.newsletter_email {
	padding: 4px;
	margin: 0 10px;
	width: 200px;
}