                       /* PARA NEUTRALIZAR LOS DIVERSOS NAVEGADORES */
* { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

                               /* HTML: etiquetas del lenguaje HTML */

html {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/fondo_html.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	font-size: 14px;
	color: #000;
}
a:link {
	color: #00F;
}
a:visited {
	color: #900;
}

                   /* MAQUETACI&#211;N */
				   
#contenedor {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}

/* div encabezado */

#encabezado {
	background-image: url(../images/fondo_encabezado.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 166px;
}
#encabezado h1 {
	height: 166px;
	width: 265px;
	position: relative;
	float: left;
}
h1 span {
	background-image: url(../images/logo_sistemasyformacion.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 0em;
	height: 100%;
	position: absolute;
	width: 100%;
}

/* div men&#250; superior */	

#menuSuperior {
	height: 27px;
	display: block;
	clear: both;
	background-image: url(../images/fondo_menu_superior.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 998px;
}
#menuSuperior .menu {
	float: right;
	margin-right: 30px;
	margin-top: 3px;
}
#menuSuperior .menu li {
	display: inline;
	padding-right: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32986B;
}
#menuSuperior .menu li a {
	font-size: 12px;
}
#menuSuperior .menu li a:link, #menuSuperior .menu li a:visited {
	color: #FFF;
	text-decoration: none;
}
#menuSuperior .menu li a:hover {
	color: #F90;
}
#menuSuperior .item76 {
	background-image: url(../images/icono_inicio.jpg);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}
#menuSuperior .item77 {
	background-image: url(../images/icono_contactenos.jpg);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
#menuSuperior .item80 {
	background-image: url(../images/icono_mapa.jpg);
	background-repeat: no-repeat;
	background-position: 12px 6px;
}

/* Buscador */

#menuSuperior form.search {
	float: right;
	padding-right: 20px;
}
#menuSuperior form.search .button {
	margin-left: 5px;
}
#menuSuperior form.search label {
	display: none;
}


/* div cuerpo */	

#cuerpo {
	background-image: url(../images/fondo_cuerpo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
		   
/* div columna izquierda */	

#columnaIzquierda {
	float: left;
	width: 224px;
	background-color: #92BFD4;
	background-image: url(../images/fondo_columna_izquierda.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 30px;
}
#columnaIzquierda ul.menu {
	width: 210px;
	padding-bottom: 20px;
	background-image: url(../images/fondo_menu_izquierda_inferior.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#columnaIzquierda span.vinetaUl {
	width: 210px;
	height: 17px;
	background-image: url(../images/fondo_menu_izquierda_superior.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#columnaIzquierda ul.menu li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #75A5CB;
	background-color: #D3E5EF;
	background-image: url(../images/punto_li.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 2px;
}
#columnaIzquierda ul.menu li:hover {
	background-color: #BFF1FC;
}
#columnaIzquierda .menu li a {
	font-size: 13px;
	padding-left: 20px;
}
#columnaIzquierda .menu li a:link, #columnaIzquierda .menu li a:visited {
	text-decoration: none;
}
#columnaIzquierda .menu li a:visited {
	color: #00F;
}
#columnaIzquierda .menu li a:hover {
	color: #4F4FFF;
}
#columnaIzquierda ul.menu ul {
	display: block;
	clear: both;
}
#columnaIzquierda ul.menu ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #75A5CB;
	background-color: #FFFFFF;
	padding-left: 0px;
	background-image: none;
	background-position: 0px 0px;
	padding-top: 2px;
}
#columnaIzquierda ul.menu ul li:hover {
	background-color: #FFF;
}

#columnaIzquierda p.direcciones {
	margin-top: 20px;
	font-size: 12px;
	color: #426A99;
	margin-left: 30px;
}
#columnaIzquierda p.direcciones span {
	display: block;
}


/* div contenido */	

#contenido {
	float: left;
	width: 480px;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../images/fondo_contenido.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contenido .leading {
	margin-right: auto;
	margin-left: auto;
	width: 475px;
}

.contentheading {
	font-size: 15px;
	font-weight: bold;
	color: #00246B;
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 12px;
}

/* iconos de pdf, impresion y enviar */

p.buttonheading {
	text-align: right;
}

 
/*----------------------------*/

span.modifydate, span.createdby, span.createdate {
	display: block;
	font-size: 11px;
	color: #932467;
}
span.createdate {
	margin-bottom: 27px;
}
.article_row h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 13px;
	color: #00246B;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.intro_head {
	margin-top: 13px;
	margin-bottom: 13px;
}
.intro_item {
	font-size: 12px;
}
.intro_item a:link, .intro_item a:visited {
	color: #666;
	text-decoration: none; 
}
.intro_item a:hover {
	color: #666;
	text-decoration: underline; 
}
.intro_cargo, .num_edicion {
	font-size: 13px;
}
#contenido .blog p {
	font-size: 13px;
	line-height: 140%;
	margin-top: 10px;
}

#contenido .aula05 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#contenido h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 13px;
	color: #00246B;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#contenido .article_row .imagen01 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}

/*tabla div class category */

form .filter {
	margin-top: 5px;
	margin-bottom: 5px;
}
form .display {
	text-align: right;
	margin-bottom: 10px;
}
form .category {
	font-size: 13px;
}
form .category tbody tr {
	background-color: #CCCC66;
	margin-bottom: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
form .category tbody tr #count, form .category tbody tr #tableOrdering a, form .category tbody tr #hits a {
	font-weight: bold;
}
form .category tbody tr #count {
	text-align: center;
	width: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
form .category tbody tr #tableOrdering {
	width: 350px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-left: 9px;
}
form .category tbody tr #tableOrdering a:link {
	text-decoration: none;
}
form .category tbody tr #hits {
	width: 59px;
	text-align: center;
}
form .category tbody tr #hits a:link {
	text-decoration: none;
}
.category tbody .sectiontableentry1, .category tbody .sectiontableentry2 {
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
}
.category tbody .sectiontableentry1 .count, .category tbody .sectiontableentry2 .count  {
	width: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-left: 10px;
}
.category tbody .sectiontableentry1 .tableOrdering, .category tbody .sectiontableentry2 .tableOrdering  {
	width: 350px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-left: 9px;
}
.category tbody .sectiontableentry1 .tableOrdering a:link, .category tbody .sectiontableentry2 .tableOrdering a:link {
	text-decoration: none;
}
.category tbody .sectiontableentry1 .tableOrdering a:visited, .category tbody .sectiontableentry2 .tableOrdering a:visited {
	text-decoration: none;
}
.category tbody .sectiontableentry1 .tableOrdering a:hover, .category tbody .sectiontableentry2 .tableOrdering a:hover {
	text-decoration: underline;
}
.category tbody .sectiontableentry1 .hits, .category tbody .sectiontableentry2 .hits  {
	width: 59px;
	text-align: center;
}
.category tbody .sectiontableentry1 {
	background-color: #EBEBEB;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

/* div columna derecha */	

#columnaDerecha {
	float: left;
	width: 214px;
	background-color: #92BFD4;
	background-image: url(../images/fondo_columna_derecha.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 30px;
}
#columnaDerecha .banneritem_text {
	background-image: url(../images/fondo_banner_columna_derecha.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	height: 77px;
	width: 172px;
	padding: 5px;
	margin-bottom: 20px;
}
#columnaDerecha .banneritem_text p, #columnaDerecha .banneritem_text a, #columnaDerecha .banneritem_text div.clr {
	font-size: 12px;
}
#columnaDerecha .banneritem_text a:link, #columnaDerecha .banneritem_text a:visited {
	text-decoration: none;
}
#columnaDerecha .banneritem_text a:visited {
	color: #00F;
}
#columnaDerecha .banneritem_text a:hover {
	color: #4F4FFF;
	text-decoration: underline;
}
#columnaDerecha h3 {
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
#columnaDerecha ul.latestnews {
	margin-right: 10px;
	margin-left: 10px;
}
#columnaDerecha li.latestnews {
	margin-bottom: 10px;
}
#columnaDerecha .latestnews a {
	font-size: 12px;
}
#columnaDerecha .latestnews a:link, #columnaDerecha .latestnews a:visited {
	text-decoration: none;
}
#columnaDerecha .latestnews a:hover {
	text-decoration: underline;
}


/* igualar columnas */

#columnaIzquierda, #contenido, #columnaDerecha {
	margin-bottom: -32768px;
	padding-bottom: 32768px;
}
#cuerpo {
	overflow: hidden;
}

/* div pie */	

#pie {
	clear: both;
	overflow: hidden;
	height: 56px;
	width: 754px;
	background-image: url(../images/fondo_pie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 244px;
}
#pie div {
	display: none;
}