@charset "utf-8";
/* CSS Document */

/***********************************************/
/* CSS DE ITGA                                 */
/***********************************************/ 



/***********************************************/
/* PARRAFO                                     */
/***********************************************/

body{
	font-family: tahoma;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #999;/*#ccc
	background-image: url(../images/fondo.png);
	background-repeat: repeat-x;*/
}

form {
	margin: 0;
	padding: 0;
}

a {
	color:#003300;
	text-decoration: none;
}

a:link{
	color: #333333;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #333333;
	text-decoration: underline;
}

h1{
 font-family: Trebuchet MS;
 font-size: 120%;
 margin: 0px;
 padding: 0px;
 color: #006633;
}

h2{
 font-family: Trebuchet MS;
 font-size: 114%;
 margin: 0px;
 padding: 0px;
 color: #006633;
 background-color:#c9dea6;
}

h3{
 font-family: Trebuchet MS;
 font-size: 100%;
 color: #025239;

}

h4{
 font-family: Tahoma;
 font-size: 100%;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
 color: #006633;
}

h5{ color:#003300; font-weight:bold; font-size:100%; margin:0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Trebuchet MS;
 font-size: 105%;
 font-weight: bold;
 color: #333;
}



.parrafo{
  width: 100%;
}

.parrafo h2 {
	margin: 10px;
	background-color: #063;
	color: #063;
	background-color: #D1E9B8;
}

.parrafo h3, h4, h5 {

}

.parrafo p {
	font-size: 80%;
	text-align: justify;
	margin: 10px;
}

.parrafo li {
	margin-right: 10px;
	font-size: 80%;
}

/***********************************************/
/* TABLAS                                      */
/***********************************************/

.parrafo table {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin-left: 10px;
	width: 96%;
	font-size: 80%;
}
.parrafo caption {
	color: #006633;
	background-color: #D1E9B8;
	font-weight: bold;
	padding: 3px 1px 3px 4px;
	text-align: left;
	margin-left: 10px;
	width: 96%;
}
.parrafo th {
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 2px 1px 2px 4px;
	background-color: #e5e5e5;
	text-align: left;
}
.parrafo td {
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 2px 1px 2px 4px;
}

.naranja_texto { color:#FF6600; }
.verde_claro{color:#509135;}


table.tFormacion {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 85%;
	width:100%;
}

table.tFormacion caption {
	color: #006633;
	background-color: #D1E9B8;
	font-weight: bold;
	padding: 3px 1px 3px 4px;
	text-align: left;
}

table.tFormacion th {
	border: 1px solid #CCC;
	padding: 2px 1px 2px 4px;
	background-color: #e5e5e5;
	text-align: left;
}

table.tFormacion td {
	border: 1px solid #CCC;
	padding: 2px 1px 2px 4px;
}

table.tFormacion td a {
	text-decoration: underline;
	color: #006633;
}

table.tFormacion td a:hover {
	text-decoration: none;
}

table.tFormacion .realizado td {
	color: #999;
}
table.tFormacion .realizado td a {
	text-decoration: line-through;
	color: #f60;
}

table.tFormacion a img {
	margin-bottom:-3px;
}
.tFormacion a {
	font-size:110%;
}
a img {
	border:0;
}

img { border:0px; }

div.dArriba {
	font-family: sans-serif;
	font-size: 7pt;
	text-align: right;
	background-color: #e5e5e5;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #CCC;
}

div.dArriba a {
	color:#0033000;
	text-decoration: underline;
}

div.dArriba a:hover {
	text-decoration: none;
	color:#009900;
}

.headCurso { color:#006600; background-color:#e5e5e5; text-align:center; font-weight:bold; }

.tema { color:#003300; font-weight:bold; }