@import url(template_pol.css);
@import url(icons_pol.css);

#link_int {
	font-size: 0.7em;
	margin: 20px 0px;
}


#link_int LI {
	background: url(../img/bullet-link-int.gif) no-repeat 3px 2px;
	font-weight: bold;
	padding-left: 17px;
	margin-bottom: 5px;
}

* html #link_int LI {
	background: url(../img/bullet-link-int.gif) no-repeat 3px 7px;
}

#link_int A {
	color: #595959;
}

#link_int A:hover {
	color: #00347d;
	text-decoration: underline;
}


#rojo
{
    color:#9E0000;
    
}


/**************ENLACES A DOCUMENTOS***************************/

#link_doc {
	font-size: 0.7em;
	margin: 0px 0px;
}

#link_doc LI {
	background: url(../images/icons/icodoc.gif) no-repeat 3px 1px;
	padding-left: 22px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
	
	
}


* html #link_doc LI 
{
    background: url(../images/icons/icodoc.gif) no-repeat 3px 0px;
    
/*	background: url(../img/bullet-link-int.gif) no-repeat 3px 7px;*/
}

#link_doc A {
	color: #595959;
}

#link_doc A:hover {
	color: #00347d;
	text-decoration: underline;
}

/**************ENLACES A DOCUMENTACION***************************/

#link_docu {
	font-size: 0.7em;
	margin: 0px 0px;

}

#link_docu LI {
	background: url(../images/icons/icodoc.gif) no-repeat 3px 1px;

	padding-left: 22px;
	margin-bottom:5px;
	margin-top:5px;
	border-bottom:1px solid #9D9D9D;
	
}


* html #link_docu LI 
{
    background: url(../images/icons/icodoc.gif) no-repeat 3px 0px;
/*	background: url(../img/bullet-link-int.gif) no-repeat 3px 7px;*/
}

#link_docu A {
	color: #595959;
}

#link_docu A:hover {
	color: #9F0100;
	text-decoration: underline;
}



/**************ENLACES A DOCUMENTOS ZIP ***************************/

#link_zip {
	font-size: 0.7em;
	margin: 0px 0px;
}

#link_zip LI {
	background: url(../images/icons/ico_zip.gif) no-repeat 3px 1px;

	padding-left: 22px;
	margin-bottom:5px;
	margin-top:5px;
}

* html #link_zip LI 
{
    background: url(../images/icons/ico_zip.gif) no-repeat 3px 0px;
/*	background: url(../img/bullet-link-int.gif) no-repeat 3px 7px;*/
}

#link_zip A {
	color: #595959;
}

#link_zip A:hover {
	color: #9F0100;
	text-decoration: underline;
}



/**************ENLACES A DOCUMENTOS tipo tabla***************************/

#l_doc {
	font-size: 0.7em;
	margin: 0px 0px;
}

#l_doc LI {
	background: url(../images/icons/icodoc.gif) no-repeat 3px 1px;

	padding-left: 22px;
	margin-bottom:10px;
	margin-top:0px;

	border-top: 1px;
}

* html #l_doc LI 
{
    background: url(../images/icons/icodoc.gif) no-repeat 3px 0px;
/*	background: url(../img/bullet-link-int.gif) no-repeat 3px 7px;*/
}

#l_doc A {
	color: #595959;
}

#l_doc A:hover {
	color: #9F0100;
	text-decoration: underline;
}


/**************FLECHA SUBIR***************************/

#link_up {
	font-size: 0.7em;
	margin: 10px 0px;
	padding-top:10px;
	border-top:1px solid #9D9D9D;
}
#link_up LI {
	background: url(../img/bullet-link-up.gif) no-repeat 3px 2px;
	font-weight: bold;
	padding-left: 17px;
	margin-bottom: 5px;
}

#link_up A {
	color: #595959;
}

#link_up A:hover {
	color: #9F0100;
	text-decoration: underline;
}

* html #link_up LI {
	background: url(../img/bullet-link-up.gif) no-repeat 3px 7px;
}

/*********************/


/**************FLECHA VOLVER***************************/

#link_back {
	font-size: 0.7em;
	margin: 10px 0px;
	padding-top:10px;
	
}
#link_back DIV 
{
    border-top:1px solid #9D9D9D;

	
}
#link_back LI {
	background: url(../img/bullet-link-back.gif) no-repeat 3px 2px;
	font-weight: bold;
	padding-left: 17px;
	margin-bottom: 5px;
}

#link_back A {
	color: #595959;
}

#link_back A:hover {
	color: #9F0100;
	text-decoration: underline;
}

* html #link_back LI {
	background: url(../img/bullet-link-back.gif) no-repeat 3px 7px;
}


/*************************************************************/


#result {
	color: #5A5A5A;
	font-size: 0.7em;
}

#result LI {
	background: url(../img/bullet-result.gif) no-repeat 10px 18px;
	padding: 0px 17px 10px 17px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
}

* html #result LI {
	background: url(../img/bullet-result.gif) no-repeat 10px 23px;
}

#result A {	
	font-weight: bold;
	color: #5A5A5A;
}

#result A:hover {
	color: #00347d;
	text-decoration: underline;
}

/*********************/

#cont-main LABEL {
	color: #585858;
	font-size: 0.7em;
	margin-left: 17px;
}

#pages {
	color: #585858;
	font-size: 0.7em;
}


#pages UL {
	display: inline;
	margin-left: 5px;
}

#pages LI LI {
	background: url(../img/bullet-pages.gif) no-repeat center left;
	display: inline;
	padding-left: 5px;
}

#pages LI.first {
	background: none ! important;
	padding-left: 0px ! important;
}

#pages A {
	color: #585858;
	padding: 1px 3px;
}

#pages A:hover, #pages A.sel {
	background-color: #E8E8E8;
	color: #A00004;
}

/* AGENDA */
#search-agenda {
	background-color: #ECECEC;
	width: 393px;
	margin-bottom: 20px;
	border: 1px solid #9D9D9D;
	padding: 5px;
}

#search-agenda H4 {
	background-color: #9E0000;
	color: #FFFFFF;
	padding: 2px 5px;
}

#search-agenda FORM {
	padding: 5px;
}

#search-agenda LABEL {
	color: #5A5A5A;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#search-agenda LABEL.first {
	float: left;
	margin-right: 10px;
}

#search-agenda INPUT {
	font-size: 0.8em;
	color: #919191;
	padding: 1px 3px;
	margin: 4px 0px;
	border: 1px solid #9D9D9D;
}

#search-agenda INPUT.single {
	width: 211px;
}

#search-agenda INPUT.double {
	width: 151px;
}

#search-agenda SELECT {
	font-size: 0.8em;
	color: #919191;
	width: 218px;
	margin: 5px 0px;
	padding: 1px 0px 1px 3px; 
	border: 1px solid #9D9D9D;
}

#search-agenda OPTION {
	color: #919191;
}

#search-agenda BUTTON {
	background-color: #9E0000;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 30px 1px 5px;
	margin-top: 10px;
	text-align: left;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	
}



.submit {
	background-color: #9E0000;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 0px 1px 0px;
	cursor:pointer;
	margin-top: 10px;
	text-align: center;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;

}


.votar {
	background-color: #9E0000;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 0px 1px 0px;
	cursor:pointer;
	margin-top: 10px;
	text-align: center;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;

}



* html #search-agenda BUTTON {
	padding-right: 15px;
}
