body {
	padding-top: 0px;
	margin-top: 0px;
	background-image: url('../imagenes/background.gif');
	background-repeat: repeat-y;
	font:70%/160% "verdana", sans-serif;
	
}
a {
	color:#383838;
}
a:hover {
	color:#508E35;
}
p {
	border:0;
	margin:0;
	padding:0;
}
div {
	display:block;
	border:0;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5 {
	border:0;
	margin:0;
	padding:0;
	font-weight:bold;
}
h1, h2 {
	font-weight:lighter;
}
h3 {
	font-size:120%;
	line-height:100%;
	font-weight:bold;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:100%;
}

.tabla {
	display:table;
	border-collapse:collapse;
	font-size:100%;
	background: url(images/post.gif) repeat-y 1px top;

}

.tabla tr {
	display:table-row;
}

.tabla th, td {
	display: table-cell;
	border:1px solid #53B034;
	margin:0;
	padding:5px;
	vertical-align:top;
	text-align:left;
}
.tabla td.first {
	background: #96D972;
}

.tabla th {
	background:#53B034;
	text-align:center;
	color:#4F4F4F;
	font-weight:bold;
}

/********************************************************************************/
.tablaAncha {
	display:table;
	border-collapse:collapse;
	font-size:100%;
	background: url(images/post.gif) repeat-y 1px top;
}

.tablaAncha tr {
	display:table-row;
}

.tablaAncha th, td {
	display: table-cell;
	border:1px solid #53B034;
	margin:0;
	padding:5px;
	vertical-align:top;
	text-align:left;
}
.tablaAncha td.first {
	background: #96D972;
}

.tablaAncha th {
	background:#53B034;
	text-align:center;
	color:#4F4F4F;
	font-weight:bold;
}

/********************************************************************************/

.tablaformularioValidacion{
	border-style: none;
	border-width: 0px;
}

.tablaformularioValidacion td{
	border-style: none;
	border-width: 0px;
}

ul, ol {
	display:block;
	border:0;
	margin:15px 0 15px 40px;
	padding:0;
}
ol {
	list-style-type:decimal;
}
li {
	display:list-item;
	border:0;
	margin:0;
	padding:0;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 0 0 0 20px;
}

dl {
	border:0;
	margin:15px 0;
	padding:0;
}
dt {
	border:0;
	margin:0;
	padding:0;
	font-weight:bold;
}
dd {
	border:0;
	margin:0 0 0 30px;
	padding:0;
}
form {
	border:0;
	margin:0;
	padding:0;
}
fieldset {
	border:1px solid #ccc;
	margin:15px 0;
	padding:10px;
}
legend {
	margin-left:10px;
	font-size:100%;
	font-weight:bold;
	color:#008;
}
hr {
	display:block;
	height:1px;
	margin:10px 0;
	padding:0;
	background:#CCC;
	border:0 solid;
	/*border:0 solid #CCC;*/
	/*color:#CCC;*/
}
a, img, span {
	border:0;
	margin:0;
	padding:0;
}
abbr, acronym {
	border-bottom:1px dotted #CCC;
	cursor:help;
}
del, .through {
	text-decoration:line-through;
}
strong, .strong {
	font-weight:bold;
}
cite, em, q, var {
	font-style:italic;
}
code, kbd, samp {
	font-family:monospace;
	font-size:110%;
}

#contenedorPrincipal{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
	/*background-color: yellow;	*/
	width: 960px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

#contenedorCabecera{
	margin: 0px;
	padding: 0px;
	/*background-color: red;*/	
	width: 100%;
	height: 191px;
	border-top: solid 1px black;
	background-image: url(/imagenes/logo3.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


/*
#logoCabecera{
	behavior: url("/alpha/iepngfix.htc");	
}
*/

#menuCabecera{
	margin: 0px;
	padding: 0px;
	background-image: url(/imagenes/nav2.gif);
	width: 100%;
	clear: both;
	text-align: right;
}

#menuCabecera a{
	padding-right: 10px;
	color:#508E35;
	text-decoration: none;
}

#menuCabecera a:hover{
	color: #CCFF33;
}

#tituloCabecera{
	margin: 0px;
	padding: 0px;
	width: 80%;
	height: 150px;
	float: left;
}

#loginCabecera{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	/*width: 20%;*/
	height: 150px;
	float: right;
	clear: right;
}

#formAcceso{
	padding-top: 15px;
	padding-left: 10px;
}

#formAcceso table{
	border-style: none;
	text-align: right;
}

.centrado{
	vertical-align: middle;
	text-align: center;
}

#formAcceso input{
	font-size: 11px;
	width: 70px;
	border: solid 1px #53B034;
	background-color: #D1F6C6;
	cursor: hand;
}


#tituloMenu{
	background:#000000 url(/imagenes/nav.gif) repeat-x;
	margin:0;
	padding:0;
	height: 42px;
	float: left;
	width: 100%;
}
#tituloMenu ul {
	margin:0 10px;
	padding:0;
	list-style:none;
}
#tituloMenu ul li {
	float:left;
	height: 42px;
}
#tituloMenu ul li a {
	display:block;
	/*padding:7px 15px 7px 10px;*/
	padding:7px 25px 7px 10px;
	border:0;
	background:url(/imagenes/navborder.gif) no-repeat right center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height: 28px;
	line-height: 28px;
	float: left;
}
/* Main menu (nav - hover) */
#tituloMenu ul li a:hover {
	color:#918F8F;
}
/* Main menu (nav - active) */
#tituloMenu ul li#active a {
	/*color:#B6E3A6;*/
	color: #CCFF33;
}

#contenedorCuerpo{
	margin: 0px;
	padding: 0px;
	/*background-color: green;*/
	width: 100%;
	/*min-height: 380px;*/
	clear: both;
	/*border: solid 3px red;*/
	overflow: auto;
	clip: auto;
}

#leftcol{
	margin: 0px;
	/*padding: 0px;*/
	/*background-color: orange;*/	
	/*width: 180px;*/
	/*height: 100%;*/
	float: left;

	/*float: left;*/
	width: 242px;
	padding: 50px 0px 5px 10px;
	/*background: #fff;*/
}
#leftcol h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	background: #56B338 url(/imagenes/sidebarheader.gif);
	height: 27px;
	display: block;
	width: 210px;
	text-transform: uppercase;
	font: 10px/27px Verdana;
	font-weight: bold;
}

.leftcolum{
	height: 500px;
}

.leftcolum ul {
	list-style: none;
	margin: 0;
	clear: both;
}

.leftcolum li{
	padding: 10px 0px 10px 15px;
	/*height: 26px;*/
	border-bottom: dotted 1px #999999;
	/*font-weight: bold;*/
}

.leftcolum li a {
	text-decoration: none;
	/*background-color: red;*/
}	
	
.leftcolum li a:link, #sidebar li a:visited {
	display: block;
	/*background:  url(/imagenes/sidebarlist.gif) no-repeat 0px 0px;*/
	/*padding: 8px 0 0 10px;*/
	margin-left: 1px;
}

.leftcolumInt li{
	border-bottom: none;
}


#contenidoCentral{
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	float: right;
	width: 705px;
}

#uncontenidoCentral{
	margin: 10px 10px 10px 10px;
	/*padding: 40px 10px 40px 10px;*/
	/*padding: 50px 0px 5px 50px;*/
	float: left;
	clear: both;
	/*width: 915px;*/
	width: 935px;
	/*border: solid 2px;*/
}

.post {
	float: left;
	padding: 10px 55px 30px;
	/*background: url(/imagenes/post.gif) repeat-y 1px 0px;*/
}

.post h1 {
	background: url(/imagenes/titleheader.gif);
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-weight: lighter;
	width: 588px;
	text-indent: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.post p {
	width: 573px;
	display: block;
	padding: 10px 10px 3px 10px;
	text-align: justify;
}

.post p img {
	margin: 10px 10px 10px 10px;
	border: solid 2px black;
}

.post p.bottom {
	/*height: 15px;*/
	padding-bottom: 0px;
	/*width: 573px;*/
}


.postb {
	float: left;
	/*padding: 10px 55px 30px;*/
	/*background-color: red;*/
	padding: 10px 0px 10px 0px;
	
	/*background: url(/imagenes/post.gif) repeat-y 1px 0px;*/
}
.postb h1 {
	background: url(/imagenes/titleheader.gif);
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-weight: lighter;
	width: 588px;
	text-indent: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.postb p {
	width: 573px;
	display: block;
	padding: 10px 10px 3px 10px;
	text-align: justify;
}

.postb p img {
	margin: 10px 10px 10px 10px;
	border: solid 2px black;
}

.postb p.bottom {
	/*height: 15px;*/
	padding-bottom: 0px;
	/*width: 573px;*/
}


.imagen_a_izquierda{
	float: left;
}

#contenedorPie{
	clear: both;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	text-align: center;	
	background:#000000 url(/imagenes/nav.gif) repeat-x;
	color: #FFFFFF;
	height: 42px;	
}

#contenedorPie p{
	margin: 0px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ------------- Imagenes iconos menus ----------------------- */

.tamano16x16{
	width: 16px;
	height: 16px;
}

.tamano45x45{
	width: 45px;
	height: 45px;
}

.tamano120x120{
	width: 120px;
	height: 120px;	
}

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

/* --------------- Pagina de Oferta educativa -------------------*/

#tablaOfertaEducativa{
	margin-left: 50px;
	width: 500px;
}

#tablaComponentesDepartamento{
	margin-left: 50px;
	width: 500px;
}

#tablaDocumentosDepartamento{
	margin-left: 50px;
	width: 500px;
}

#tablaActividadesDepartamento{
	margin-left: 50px;
	width: 500px;
}

.celdaAlineadaCentro{
	text-align: center;
	vertical-align: middle;
}

.celdaAlineadaIzquierda{
	text-align: left;
	padding-left: 20px;
	vertical-align: middle;
}

.celdaAlinadaJustificada{
	text-align: justify;
	padding: 10px;
	vertical-align: middle;	
}



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

/*----------------- Pagina de la Secretaria ------------------- */

.post1 {
	float: right;
	/*padding: 10px 55px 30px;*/
	padding: 30px 30px 30px 30px;
	/*background: url(/imagenes/post.gif) repeat-y 1px 0px;*/
}
.post1 h1 {
	background: url(/imagenes/titleheaderlargo.png);
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-weight: lighter;
	width: 887px;
	text-indent: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.post1 p {
	width: 865px;
	display: block;
	padding: 10px 10px 10px 10px;
	text-align: justify;
	border: solid 1px #000000;
}

.post1 p img {
	margin: 10px 10px 10px 10px;
	border: solid 2px black;
}

.post1 p.bottom {
	/*height: 15px;*/
	padding-bottom: 0px;
	/*width: 573px;*/
}


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

/*-------------------Tabla horario grupos-----------------------*/


#tablaHorarioGrupos{
	width: 95%;
	margin-left: 15px;
}

#tablaHorariosGrupos tr,td,th{
	text-align: center;
	vertical-align: middle;
}


/*--------------------------------------------------------------*/
/*------------Tabla comentarios de asignaturas------------------*/
#tablaComentariosAsignaturas{
	width: 95%;
	margin-left: 15px;
}

#tablaComentariosAsignaturas tr,td,th{
	text-align: center;
	vertical-align: middle;
}
/*--------------------------------------------------------------*/
/*---------Tabla insertar comentarios de asignaturas------------*/
#tablaInsertarComentariosAsignaturas{	
	width: 95%;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
}

#tablaInsertarComentariosAsignaturas td,th{
	text-align: left;
	vertical-align: middle;
	border-style: none;
	border-width: 0px;	
}

/*--------------------------------------------------------------*/
/*--------Tabla de contenidos de la asignatura-----------------*/
#tablaContenidosAsignatura{
	margin-left: 57px;
	width: 585px;
}

#tablaContenidosAsignatura td{
	text-align: left;
}
/*---------------------------------------------------------------*/

/*------------------Politica de privacidad-----------------------*/
.tituloPrivacidad{
	text-align: center;
	padding-top: 30px;
	text-decoration: underline;
}

.primerParrafoPrivacidad{
	text-align: justify;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	text-indent: 3em;	
}

.parrafoPrivacidad{
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	text-indent: 3em;	
}
.listaPrivacidad{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 80px;
}
.ultimoParrafoPrivacidad{
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 50px;
	padding-left: 70px;	
}

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

/*-----------Pagina de contenidos en Ciclos----------------------*/

.ParrafosLi{
	margin-bottom: 20px;
}

.tablaModulos{
	margin-top: 20px;
	border: solid 1px #53B034;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}

.tablaModulos th{
	text-align: center;
	background-color: #53B034;
}

.tablaModulos td{
	text-align: left;
}

/*---------------------------------------------------------------*/
 
/*-------------------Tabla de Legislacion------------------------*/
.tablaLegislacion {
	display:table;
	border-collapse:collapse;
	font-size:100%;
	background: url(images/post.gif) repeat-y 1px top;
	width: 600px;
}

.tablaLegislacion tr {
	display:table-row;
}

.tablaLegislacion th, td {
	display: table-cell;
	border:1px solid #53B034;
	margin:0;
	padding:5px;
	vertical-align:top;
	text-align:left;
}
.tablaLegislacion td.first {
	background: #96D972;
}

.tablaLegislacion th {
	background:#53B034;
	text-align:center;
	color:#4F4F4F;
	font-weight:bold;
}
/*--------------------------------------------------------------------*/
 
 
