@CHARSET "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* añadidos a la plantilla reset por juanjo */
.right {
	float: right;
}
.left {
	float: left;
}

/*-------------------*/
/* estilos genéricos */
html, body {
	height: 100%;
}
body {
	border-top: 4px solid #48BAE0;
}
body, table {
	font-family: Arial;
	color: #444444;
}
thead {
	border-bottom: 4px solid #48BAE0;
	background-color: #E9F7FB;
}
th {
	color: #006688;
	font-size: 0.88em;
	padding: 8px 12px;
	border: 1px solid #48BAE0;
	font-weight: normal;
}
td {
	font-size: 0.75em;
	padding: 8px 12px;
	border: 1px solid #48BAE0;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
h1 {
	color: #0099CC;
	font-size: 1.15em;
}
h2 {
	/*margin: 0px 324px 16px 0px;*/
	margin: 0px 0px 16px 0px;
	color: #FFFFFF;
	font-size: 1.15em;
	line-height: 1em;
	text-transform:lowercase;
	padding-top: 12px;
}
h2:first-letter {
	text-transform:uppercase;
}
h2 span {
	background-color: #0099CC;
}
p {
	font-size: 0.75em;
	line-height: 1.33em;
	/*margin: 12px 264px 16px 0px;*/
	margin: 12px 0px 16px 0px;
}
a {
	color: #006688;
}
a:hover {
	color: #0099cc;
	background-color: #E5FFFF;
	text-decoration: overline;
}
input.classtxt {
	border: 1px solid #CCCCCC;
	border-top: 2px solid #48BAE0;
	background-color: #F4F4F4;
	color: #444444;
	padding: 3px;
	
}
.nbt { 	border-top: 0px; }
.nbb { 	border-bottom: 0px; }
.nbr { 	border-right: 0px; }
.nbl { 	border-left: 0px; }

/* estructura general */
#cnt_general {
	margin: 0px auto;
	width: 976px;
}
#cnt_cabecera {
	height: 80px;
	border-bottom: 1px solid #48BAE0;
}
#cnt_leftcol {
	display: block;
	float: left;
	width: 160px;
	border-top: 4px solid #48BAE0;
}
#cnt_contenidos {
	display: block;
	float: left;
	width: 760px;
}
#cnt_rightcol {
	display: block;
	float: left;
	width: 56px;
	border-top: 4px solid #48BAE0;
}
#cnt_pie {
	clear: both;
	padding-top: 40px;
}
/* cabecera */
#path {
	color:#006688;
	font-size:0.6em;
	font-weight:bold;
	padding:62px 0px 0px 204px;
}
#path a {
	font-weight:normal;
}
/* leftcol */
#cnt_leftcol ul {
	margin-top: 16px;
	font-size: 0.75em;
}
#cnt_leftcol ul li {
	margin-top: 12px;
	font-weight: bold;
}
#cnt_leftcol ul a {
	color: #444444;
	text-decoration: none;
	padding: 2px;
}
#cnt_leftcol ul a:hover {
	color: #006688;
	text-decoration: overline;
}
#cnt_leftcol ul a.on, #cnt_leftcol ul a.on:hover {
	color: #FFFFFF;
	background-color: #0099CC;
	text-decoration: none;
}
#cnt_leftcol ul.infouser {
	border-top: 1px solid #48BAE0;
	margin-top: 32px;
	background-color: #E9F7FB;
	padding: 4px 8px 12px 8px;	
}
#cnt_leftcol ul.infouser li {
	margin-top: 6px;
	color: #444444;
	font-weight: normal;
}
#cnt_leftcol ul.infouser li.txt {
	padding: 2px;
	font-weight: normal;
}
#cnt_leftcol ul.infouser li.user {
	padding: 2px;
	color: #006688;
	font-weight: bold; 
	margin-bottom: 18px;
}
#cnt_leftcol ul.infouser a {
	color: #006688;
	text-decoration: none;
	padding: 2px 2px 2px 16px;
	background: url(../img/ico_close.gif) 2px 4px no-repeat;
}
#cnt_leftcol ul.infouser a:hover {
	color: #006688;
	text-decoration: overline;
	background: #E5FFFF url(../img/ico_close.gif) 2px 4px no-repeat;
}
/* contenidos */
#contenidos {
	padding: 0px 44px;
}
#contenidos ul {
	/*margin: 0px 264px 20px 0px;*/
	margin: 0px 0px 20px 0px;
}
#contenidos ul.tb {
	margin: 0px 24px 0px 0px;
}
#contenidos ul.vistafinal {
	margin: 0px 24px 0px 0px;
}
#contenidos li {
	line-height: 1.33em;
	font-size: 0.75em;
	padding: 0px 0px 8px 24px;
	background: url(../img/list_img.gif) 0px 2px no-repeat;
}
#contenidos ul.tb li {
	font-size: 0.90em;
}
#contenidos li.nolistimg_tit {
	font-size: 0.88em;
	padding: 8px 0px 4px 24px;
	background-image: none;
	color: #006688;
}
#contenidos li.nolistimg_subtit {
	padding: 8px 0px 4px 24px;
	background-image: none;
	color: #006688;
}
#contenidos ul.tb li.nolistimg_subtit {
	font-size: 0.75em;
}
#contenidos li.nolistimg_tit_pri {
	font-size: 0.88em;
	background-image: none;
	color: #006688;
	padding: 0px 0px 4px 24px;
}
#contenidos li.nolistimg_tit_pri_black {
	font-size: 0.88em;
	background-image: none;
	color: #444444;
	padding: 0px 0px 4px 24px;
}
#contenidos li.nolistimg {
	padding: 0px 0px 4px 24px;
	background-image: none;
}
#contenidos li.nolistimg_float {
	padding: 8px 0px 4px 24px;
	background-image: none;
	float: left;
	width: 300px;
	/*color: #006688;*/
}
#contenidos li.nolistimg_float strong {
	/*color: #666666;*/
}
#contenidos li.nolistimg_error {
	padding: 0px 0px 4px 24px;
	color: #CC0000;
	background-image: none;
}
#contenidos li.nolistimg_noerror {
	padding: 0px 0px 4px 24px;
	color: #009900;
	background-image: none;
}
#contenidos li.listimg2 {
	padding: 4px 0px 8px 48px;
	background: url(../img/list_img.gif) 24px 8px no-repeat;
}
#contenidos li.nolistimg2_tit {
	font-weight: bold;
	padding: 8px 0px 4px 48px;
	background-image: none;
	color: #006688;
}
#contenidos li.nolistimg2_tit_pri {
	font-weight: bold;
	background-image: none;
	color: #006688;
	padding: 0px 0px 4px 48px;
}
#contenidos li.nolistimg2 {
	padding: 0px 0px 4px 48px;
	background-image: none;
}
#contenidos ul.menu li {
	background: url(../img/list_img_gris.gif) 0px 2px no-repeat;
	text-transform:lowercase;
}
#contenidos ul.menu li:first-letter {
	text-transform:uppercase;
}
#contenidos ul.menu li a:hover {
	color: #FFFFFF;
	background-color: #0099CC;
	text-decoration: none;
}

#titulo {
	height: 40px;
}
#titulo h1 {
 	display: block;
	float: left;
	border-top: 4px solid #48BAE0;
	padding: 4px 0px;
}


/* rightcol */
#cnt_rightcol ul li {
	margin-top: 8px;
}

/* pie */
#pie {
	border-top: 1px solid #48BAE0;
}
#pie p {
	float: left;
	width: 100%;
	font-size: 0.65em;
	line-height: 1.33em;
	margin: 4px 0px 0px 0px;
}

/* +estilos */
a.btnup {
	display: block;
	float:left;
	width: 20px;
	height: 28px;
	background: url(../img/btn_arriba.gif) top left no-repeat;
}
a.btnup span {
	display: none;	
}


