/* gmaps */
v\:* { behavior:url(#default#VML);}

/***********************************************/
/* ITGA                                        */
/***********************************************/ 
body{
	background-color: #999;/*#ccc
	background-image: url(../images/fondo.png);
	background-repeat: repeat-x;*/
}
body#simple {
	background-color:white;
	margin:6px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#centrar {
	width: 950px;
	margin: 0 auto 0 auto;
	background-color: white;
}

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	height: 110px;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
  /*width: 22%;*/
	width: 18%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
/*
#portada{
	float: left;
  width: 57%;
}
*/

#contenedor{
	float: left;
  /*width: 57%;*/
  width: 61%;
}


#separador {
	clear: both;
  border:none;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteLogo{
	margin: 0;
	float: left;
	width: 190px;
	height: 110px;
	text-align: center;
	/*border: 1px solid lime;*/
}
#siteLogo img {
	border:0;
}

#siteBanner{
	margin: 0;
	float: left;
	width: 760px;
	height: 84px;
	/*border: 1px solid Fuchsia;*/
	background-color: black;
}
#siteBanner img {
	border:0; 
}

/************* #globalNav styles **************/

#globalNav{
	margin: 0;
	float: left;
	text-align: center;
	color: #e5e5e5;
	/*background-color: #333;
	border: 1px solid red;*/
	padding-top: 3px;
	
	width: 80%;
	height: 23px;
	
	background-image: url(../images/globalNav_back.jpg);
	background-repeat: repeat-x;
	
}

#globalNav img{
 display: block;
}

#globalNav a {
	color: #e5e5e5;
	font-size: 90%;
	font-weight: bold;
}

#globalNav a:visited {
	color: #e5e5e5;
}

#globalNav a:hover {
	color: white;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	/*display: none;*/
}

/************* #breadCrumb styles *************/

#breadCrumb{
	margin: 20px 0 0 0px;
	/*display: none;*/
}

#breadCrumb a {
	color:#006633;
	text-decoration: underline;
}

#breadCrumb a:hover {
	text-decoration: none;
}

.subir {
	text-align: right;
	font-size: 80%;
	padding: 3px 0 3px 0;
	background-color: #e5e5e5;
	border-bottom: 1px solid #CCC;
}

/* botones en noticias */
.botones {
	clear:both;
	margin:1em auto 0 auto;
	text-align:center;
}
.botones img, .botonesArriba img {
	border:0;
}
.botonesArriba {
	float:right;
}
/*ocultarlos en la impresión*/
@media print {
	.botones { display:none; }
	.botonesArriba { display:none; }
}


/* para que no salga en el editor que si no el explorer "bloquea" el contenido*/
div.nPrincipal {
	margin: 5px 0 10px 0;
	clear:both;
}
div.nSecundaria {
	margin-left: 5px;
	width: 48%;
	float: left;
}

* html div.nPrincipal {
	height:1%;
}
div.nPrincipal:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/************** .feature styles ***************/

.feature{
	padding-left: 5px;
	
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	
	margin: 5px 0 10px 5px;
	height: 195px;
}

.feature h3{
	margin:10px 0 0 0;
	padding: 0;
	font-size: 95%;
}

.feature p {
	font-size: 70%;
	margin: 5px;	
}

.feature img{
	float: left;
	margin: 10px 10px 0px 0px;
}

.mInfo {
	padding: 0 5px 0 5px;
}

.mInfo a:link, .mInfo a:visited {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}

.mInfo a:hover {
	text-decoration: underline;
}

/************** .story styles *****************/

.story, .story2 {
	width: 48%;
	height: 100%;
}

.story{
	/*clear: both;*/
	margin-left: 5px;
	float: left;
}

.story h3, .story2 h3 {
	padding: 0;
	font-size: 80%;
	background-color: #D1E9B8;/*#99cc66*/
	padding: 2px 0 2px 12px;
	
	background-image: url(../images/h3_vineta.png);
	background-position: left;
	background-repeat: no-repeat;
}

.story p, .story2 p {
	font-size: 70%;
	margin: 5px;	
}

.story img, .story2 img {
	float: right;
	margin: 5px 0px 0px 5px;
}


/************** .story2 styles *****************/

.story2 {
	/*clear: both;*/
	/*border-left: 1px solid #CCC;*/
	float: right;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #666;
	padding: 5px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo a {
	color: #006633;
	text-decoration: underline;
}

#siteInfo a:hover {
	text-decoration: none;
}
#webmaster {
	float:right;
	padding-top:0.8em;
}

/************* #search styles ***************/

#search {
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #e5e5e5;
}

#search form {
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#go {
	padding:0;
}
div.thisCenter{
	text-align: center;
	width: 90%;
	padding-top: 5px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	margin: 2px 0px 2px 15px;
	padding: 0;
}

#navBar ul ul {
	margin: 2px 0px 2px 15px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks ul ul{
	font-size: 80%;
}

.relatedLinks h3{
	font-family: Trebuchet MS;
	font-size: 120%;
	color: #063;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #CCC;
	background-color: #f5f5f5;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	padding-top: 3px;
	padding-top: 3px;
	color: #063;
}

.relatedLinks a:hover {
	color: #F60;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px 0px;
	text-align: center;
}

#advert img{
	display: block;
	border:0;
	margin: 0 auto;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 5px 0px 5px 0;
	font-size: 80%;
}

#headlines a {
	color: #333333;
}

#headlines h3{
	margin-top: 15px;
	font-family: Trebuchet MS;
	font-size: 120%;
}

#headlines h4{
	margin: 5px;
	padding-left: 10px;
	font-family: Trebuchet MS;
	font-size: 110%;
	color: #FF6600;
	
	background-image: url(../images/h4_eventos_vineta.png);
	background-position: left;
	background-repeat: no-repeat;
}

.naranja, .verde {
	display: block;
	color: white;
	padding: 5px 0px 5px 4px;
}

.naranja {
	background-color: #FF6600;
}

.verde {
	background-color: #006633;
	
		background-image: url(../images/icoClose.png);
	background-position: left;
	background-repeat: no-repeat;
	
	padding-left: 18px;
}

#headlines p {
	margin:5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 85%;
}

#headlines ul {
	margin: 10px 5px 10px 18px;
	padding: 0;
}

#headlines li {
	margin: 4px 0px 4px 0px;
}


#headlines a:link,
#headlines a:visited {
	display: block;
	color: #333;
}

#headlines a:hover {
	color: #F60;
}

/*--------------------------------------*/


/*---FICHA DE CURSOS DE FORMACIÓN---*/

table.tCurso{
	border-collapse: collapse;
	border-top: 1px solid #6E703A;
	border-right: 3px solid #6E703A;
	border-bottom: 3px solid #6E703A;
	border-left: 1px solid #6E703A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 200px;
	width: 500px;
}

table.tCurso th {
	border-collapse: collapse;
	background-color: #CC9;
	color: #6E703A;
	padding: 1px 2px 2px 5px;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
}
/*#7AA300*/
table.tCurso td {
	border-collapse: collapse;
	border: 1px solid #CC9;
	background-color: #f5f5f5;
	color: #333;
	padding: 2px 2px 2px 5px;
	font-size: 7pt;
}

/* FICHA CURSO 1 Y 2 */

div.headCurso {
	font-family: Tahoma;
	height: 42px;
	background-color: #063;
	display: block;
	padding-top: 8px;
	/*border: 1px solid lime;*/
}

div.tituloCurso {
	color: white;
	font-size:100%;
	/*border: 1px solid blue;*/
	margin: 0 0 0 10px;
}

div.lugarCurso{
	color: #F60;
	font-size: 70%;
	/*border: 1px solid red;*/
	margin: 0 0 0 10px;
	font-weight: bold;
}

table.formCurso {
	border-collapse: collapse;
	background-color: white;
	border: 1px solid #CCC;
	width: 400px;
	margin: 10px 0px 10px 0px;
}

table.formCurso th {
	color: #063;
	font-family: Tahoma;
	font-size: 80%;
	text-align: left;
	padding: 3px 1px 1px 20px;
}

table.formCurso td {
	color: #333;
	font-family: sans-serif;
	font-size: 80%;
	padding: 3px 1px 1px 20px;
}

input.iCurso {
	font-size: 8pt;
	width: 250px;
}

input.btnCurso {
	font-size: 8pt;
}

textarea.txtrCurso {
	font-size: 8pt;
	width: 250px;
	height: 50px;
}

hr {
	height: 1px;
	color: #6E703A;
}

#Logo {
	display: none;
}

#Logo img {
	border: none;
}


.privado img {
	display:none;
}