*{
	margin:0;
	padding:0;
}
body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#58595B;
	font-size:12px;
}
img{
	border:0px;
}
a{
	color:#568D9F;
}
a:hover{
	color:#6DB3CA;
}
.home h1{
	font-size:16px;
	color:#568D9F;
	padding-bottom:15px;
}
.interior h1{
	font-size:20px;
	color:#568D9F;
	padding-bottom:15px;
}
h2{
	font-size:16px;
	color:#568D9F;
	padding-bottom:12px;
}
h3{
	font-size:14px;
	color:#568D9F;
	padding-bottom:12px;
}
h4{
	font-size:13px;
	color:#58595B;
	padding-bottom:12px;
}
h5{
	font-size:12px;
	color:#58595B;
	padding-bottom:12px;
}
h6{
	font-size:11px;
	color:#58595B;
	padding-bottom:12px;
}
p{
	padding-bottom:6px;
}
ul{
	list-style-image:url(../imagenes/vineta.gif);
	padding-left:20px;
	padding-bottom:10px;
}
ol{
	padding-left:25px;
}
li{
	padding-bottom:5px;
	padding-top:5px;
}
ul li ul, ol li ol{
	padding-bottom:0px;
}
ul li ul li, ol li ol li{
	padding-bottom:0px;
}
input,textarea,select{
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	color:#58595B;
}
fieldset{
	border:0px;
}
#contenedor{
	width:840px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
}
/*******************************************************************************************************************
	Estilos Typo3
*******************************************************************************************************************/
.csc-mailform-field label{
	width:100px;
	float:left;
	margin-bottom:10px;
	clear:left;
}

.csc-mailform-field input.csc-mailform-submit {
	float:left;
	clear:left;
	margin-left:100px;
}

.csc-mailform-field input,.csc-mailform-field textarea,.csc-mailform-field input,.csc-mailform-field select{
	float:left;
	clear:right;
	margin-left:10px;
	margin-bottom:10px;	
}
.csc-mailform-field fieldset{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	clear:right;
}
.csc-mailform-field .csc-mailform-radio{
}
.csc-mailform-field fieldset .csc-mailform-radio {
	float:left;
	clear:both;
}
.csc-mailform-field fieldset .csc-mailform-radio input{
	display:inline;
	float:none;
	margin:0px;
}
.csc-mailform-field fieldset .csc-mailform-radio label{
	display:inline;
	float:none;
}
/*******************************************************************************************************************
	Fin Estilos Typo3
*******************************************************************************************************************/
/*******************************************************************************************************************
	Cabecera
*******************************************************************************************************************/
#contenedor #cabecera{
	clear:both;
	height:42px;
}
#contenedor #cabecera #cabeceraLogo{
	height:42px;
	float:left;
}
#contenedor #cabecera #cabeceraMenu{
	height:42px;
	float:right;
}
#contenedor #cabecera #cabeceraMenu #cabeceraMenuOpciones a{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-right:10px;
}
#contenedor #cabecera #cabeceraMenu #cabeceraMenuOpciones a#cabeceraMenuOpcionesIdioma{
	padding-left:25px;
	background-image:url(../imagenes/cabecera/flechaIdioma.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#58595B;
}
#contenedor #cabecera #cabeceraMenu #cabeceraMenuOpciones a#cabeceraMenuOpcionesIdioma:hover{
	color:#8A8B8E;
}
#contenedor #cabecera #cabeceraMenu #cabeceraMenuOpciones form{
	display:inline;
}
#contenedor #cabecera #cabeceraMenu #cabeceraMenuFecha{
	text-align:right;
	font-size:11px;
	padding-top:10px;
}
/*******************************************************************************************************************
	Fin de Cabecera
*******************************************************************************************************************/
/*******************************************************************************************************************
	Men� Principal
*******************************************************************************************************************/
#contenedor #menuPrincipal{
	clear:both;
	height:15px;	/* 40 - 25 */
	overflow:hidden;
	padding-top:25px;
}
#contenedor #menuPrincipal a{
	display:block;
	float:right;
	margin-left:28px;
	overflow:hidden;
}
#contenedor #menuPrincipal a.opcionActividades{
	width:83px;
}
#contenedor #menuPrincipal a.opcionActividades:hover,#contenedor #menuPrincipal a.opcionActividades.activadoActividades{
	text-indent:-83px;
}
#contenedor #menuPrincipal a.opcionServicios{
	width:66px;
}
#contenedor #menuPrincipal a.opcionServicios:hover,#contenedor #menuPrincipal a.opcionServicios.activadoServicios{
	text-indent:-66px;
}
#contenedor #menuPrincipal a.opcionProductos{
	width:70px;
}
#contenedor #menuPrincipal a.opcionProductos:hover,#contenedor #menuPrincipal a.opcionProductos.activadoProductos{
	text-indent:-70px;
}
#contenedor #menuPrincipal a.opcionClientes{
	width:111px;
}
#contenedor #menuPrincipal a.opcionClientes:hover,#contenedor #menuPrincipal a.opcionClientes.activadoClientes{
	text-indent:-111px;
}
#contenedor #menuPrincipal a.opcionNoticias{
	width:118px;
}
#contenedor #menuPrincipal a.opcionNoticias:hover,#contenedor #menuPrincipal a.opcionNoticias.activadoNoticias{
	text-indent:-118px;
}
#contenedor #menuPrincipal a.opcionIntranet{
	width:54px;
}
#contenedor #menuPrincipal a.opcionIntranet:hover,#contenedor #menuPrincipal a.opcionIntranet.activadoIntranet{
	text-indent:-54px;
}
#contenedor #menuPrincipal a.opcionExtranet{
	width:58px;
}
#contenedor #menuPrincipal a.opcionExtranet:hover,#contenedor #menuPrincipal a.opcionExtranet.activadoExtranet{
	text-indent:-58px;
}
/*******************************************************************************************************************
	Fin de Men� Principal
*******************************************************************************************************************/
/*******************************************************************************************************************
	Men� Secundario
*******************************************************************************************************************/
#contenedor #contenido #columnaIzquierda #menuSecundario{
	height:18px;	/* 25 - 7 */
	border-top:2px solid #C8AE5B;
	border-bottom:1px solid #C8AE5B;
	padding-top:7px;
	margin-bottom:20px;
}
#contenedor #contenido #columnaIzquierda #menuSecundario a{
	display:block;
	float:left;
	overflow:hidden;
	margin-right:20px;
}
#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionPrinting{
	width:87px;
}
#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionPrinting:hover,#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionPrinting.activadoPrinting{
	text-indent:-87px;
}
#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionProyectos{
	width:53px;
}
#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionProyectos:hover,#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionProyectos.activadoProyectos{
	text-indent:-53px;
}
#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionFormacion{
	width:117px;
}
#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionFormacion:hover,#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionFormacion.activadoFormacion{
	text-indent:-117px;
}
#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionExitos{
	width:77px;
}
#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionExitos:hover,#contenedor #contenido #columnaIzquierda #menuSecundario a.subOpcionExitos.activadoExitos{
	text-indent:-77px;
}
/*******************************************************************************************************************
	Fin de Men� Secundario
*******************************************************************************************************************/
/*******************************************************************************************************************
	Contenido
*******************************************************************************************************************/
#contenido{
	width:840px;
	padding-top:18px;
	padding-bottom:20px;
	overflow:auto;
}
#contenido #columnaIzquierda{
	width:625px;
	float:left;
	padding-right:20px;
	overflow:hidden;
}
#contenido #columnaIzquierda .margenColumna{
	padding-right:20px;
}
#contenido #columnaIzquierda .columna300{
	width:300px;
	overflow:hidden;
	padding-top:20px;
	float:left;
}
#contenido #columnaDerecha{
	width:195px;
	float:left;
	overflow:hidden;
}
/**********************************************************
	Buscador
**********************************************************/
#contenido #columnaDerecha form#buscador{
	width:173px; 	/* 195 - 11 - 11*/
	height:18px;	/* 40 - 11 - 11 */
	padding:11px;
	margin-bottom:20px;
	background-image:url(../imagenes/fondoBuscador.gif);
	background-repeat:no-repeat;
}
#contenido #columnaDerecha form#buscador .buscadorInput{
	float:left;
	width:112px;
	height:16px;
	border:1px solid #FFFFFF;
	background:none;
	background-image:url(../imagenes/fondoBuscadorInput.gif);
	background-repeat:no-repeat;
	color:#58595B;
	font-size:10px;
}
#contenido #columnaDerecha form#buscador .buscadorSubmit{
	float:left;
	background:none;
	padding-left:9px;
	border:0px;
	background-image:none;
	height:auto;
}

/**********************************************************
	Fin Buscador
**********************************************************/
#contenido #columnaDerecha .columnaDerechaEnlaceImagen{
	display:block;
	margin-bottom:10px;
}
#contenido #columnaDerecha .columnaDerechaNoticiasEnlaces{
	width:195px;
	padding-top:10px;
}
#contenido #columnaDerecha .columnaDerechaNoticiasEnlaces p{
	padding-bottom:0px;
}
#contenido #columnaDerecha .columnaDerechaNoticiasEnlaces a{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	padding-right:1px;
	height:25px;
	overflow:hidden;
}

* html #contenido #columnaDerecha .columnaDerechaNoticiasEnlaces a{
	display:inline;
	float:none;
	padding:0px;
	margin:0px;
	padding-right:0px;
	height:auto;
	overflow:hidden;
}

#contenido #columnaDerecha .columnaDerechaNoticiasEnlaces a img{
	padding:0px;
	margin:0px;
}
#contenido #columnaDerecha .columnaDerechaNoticiasEnlaces .columnaDerechaNoticiasEnlacesContenido{
	clear:both;
	width:175px;	/* 195 - 9 - 9 - 1 - 1*/
	padding:9px;
	padding-bottom:10px;
	border:1px solid #C8AE5B;
	border-bottom:0px;
	font-size:11px;
}
#contenido #columnaDerecha .columnaDerechaNoticiasEnlaces .columnaDerechaNoticiasEnlacesContenido h1{
	font-size:11px;
	padding-bottom:4px;
	padding-top:9px;
	text-transform:uppercase;
}
#contenido #columnaDerecha .columnaDerechaNoticiasEnlacesCierre{
	width:186px;	/* 195 - 9 */
	height:18px;	/* 21 - 3 */
	padding-top:3px;
	padding-right:9px;
	background-image:url(../imagenes/fondoColumnaDerechaNoticiasEventos.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:right;
}
#contenido #columnaDerecha .columnaDerechaNoticiasEnlacesCierre a{
	color:#C8AE5B;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#contenido #columnaDerecha .columnaDerechaNoticiasEnlacesCierre a:hover{
	color:#E5C769;
}
/*******************************************************************************************************************
	Fin de Contenido
*******************************************************************************************************************/
/*******************************************************************************************************************
	Pie
*******************************************************************************************************************/
#pie{
	padding-top:8px;
	clear:both;
	border-top:2px solid #C8AE5B;
	font-size:11px;
}
/*******************************************************************************************************************
	Fin Pie
*******************************************************************************************************************/
/*******************************************************************************************************************
	Interior
*******************************************************************************************************************/
#contenido #columnaIzquierda #columnaImagenes{
	width:195px;
	float:left;
	overflow:hidden;
}
#contenido #columnaIzquierda #columnaImagenes img{
	margin-bottom:30px;
}
#contenido #columnaIzquierda #columnaContenido{
	width:415px;	/* 430 - 15 */
	float:left;
	padding-left:15px;
	overflow:hidden;
}
/*******************************************************************************************************************
	Fin Interior
*******************************************************************************************************************/




/* Estilos adicionales */


/* default styles for extension "tx_cssfilelist" */
	.filelinks div{padding-left:25px; background:url('/typo3/gfx/fileicons/default.gif') left top no-repeat; margin-bottom:10px;}

	.filelinks span{display:block;}

	.filelinks .filecount{display:none;} 

	/* Icons begin */

	.filelinks .ai{background-image:url('/typo3/gfx/fileicons/ai.gif')!important;}

	.filelinks .ani{background-image:url('/typo3/gfx/fileicons/ani.gif')!important;}

	.filelinks .au{background-image:url('/typo3/gfx/fileicons/au.gif')!important;}

	.filelinks .avi{background-image:url('/typo3/gfx/fileicons/avi.gif')!important;}

	.filelinks .bmp{background-image:url('/typo3/gfx/fileicons/bmp.gif')!important;}

	.filelinks .cdr{background-image:url('/typo3/gfx/fileicons/cdr.gif')!important;}

	.filelinks .css{background-image:url('/typo3/gfx/fileicons/css.gif')!important;}

	.filelinks .csv{background-image:url('/typo3/gfx/fileicons/csv.gif')!important;}

	.filelinks .doc{background-image:url('/typo3/gfx/fileicons/doc.gif')!important;}

	.filelinks .dtd{background-image:url('/typo3/gfx/fileicons/dtd.gif')!important;}

	.filelinks .eps{background-image:url('/typo3/gfx/fileicons/eps.gif')!important;}

	.filelinks .exe{background-image:url('/typo3/gfx/fileicons/exe.gif')!important;}

	.filelinks .fh3{background-image:url('/typo3/gfx/fileicons/fh3.gif')!important;}

	.filelinks .flash{background-image:url('/typo3/gfx/fileicons/flash.gif')!important;}

	.filelinks .folder{background-image:url('/typo3/gfx/fileicons/folder.gif')!important;}

	.filelinks .gif{background-image:url('/typo3/gfx/fileicons/gif.gif')!important;}

	.filelinks .htm{background-image:url('/typo3/gfx/fileicons/htm.gif')!important;}

	.filelinks .html{background-image:url('/typo3/gfx/fileicons/html.gif')!important;}

	.filelinks .ico{background-image:url('/typo3/gfx/fileicons/ico.gif')!important;}

	.filelinks .inc{background-image:url('/typo3/gfx/fileicons/inc.gif')!important;}

	.filelinks .java{background-image:url('/typo3/gfx/fileicons/java.gif')!important;}

	.filelinks .jpg{background-image:url('/typo3/gfx/fileicons/jpg.gif')!important;}

	.filelinks .js{background-image:url('/typo3/gfx/fileicons/js.gif')!important;}

	.filelinks .max{background-image:url('/typo3/gfx/fileicons/max.gif')!important;}

	.filelinks .mid{background-image:url('/typo3/gfx/fileicons/mid.gif')!important;}

	.filelinks .mov{background-image:url('/typo3/gfx/fileicons/mov.gif')!important;}

	.filelinks .mpeg{background-image:url('/typo3/gfx/fileicons/mpeg.gif')!important;}

	.filelinks .mpg{background-image:url('/typo3/gfx/fileicons/mpg.gif')!important;}

	.filelinks .pcd{background-image:url('/typo3/gfx/fileicons/pcd.gif')!important;}

	.filelinks .pcx{background-image:url('/typo3/gfx/fileicons/pcx.gif')!important;}

	.filelinks .pdf{background-image:url('/typo3/gfx/fileicons/pdf.gif')!important;}

	.filelinks .png{background-image:url('/typo3/gfx/fileicons/png.gif')!important;}

	.filelinks .ps{background-image:url('/typo3/gfx/fileicons/ps.gif')!important;}

	.filelinks .psd{background-image:url('/typo3/gfx/fileicons/psd.gif')!important;}

	.filelinks .rtf{background-image:url('/typo3/gfx/fileicons/rtf.gif')!important;}

	.filelinks .sgml{background-image:url('/typo3/gfx/fileicons/sgml.gif')!important;}

	.filelinks .swf{background-image:url('/typo3/gfx/fileicons/swf.gif')!important;}

	.filelinks .sxc{background-image:url('/typo3/gfx/fileicons/sxc.gif')!important;}

	.filelinks .sxw{background-image:url('/typo3/gfx/fileicons/sxw.gif')!important;}

	.filelinks .tga{background-image:url('/typo3/gfx/fileicons/tga.gif')!important;}

	.filelinks .tif{background-image:url('/typo3/gfx/fileicons/tif.gif')!important;}

	.filelinks .ttf{background-image:url('/typo3/gfx/fileicons/ttf.gif')!important;}

	.filelinks .txt{background-image:url('/typo3/gfx/fileicons/txt.gif')!important;}

	.filelinks .wav{background-image:url('/typo3/gfx/fileicons/wav.gif')!important;}

	.filelinks .wrl{background-image:url('/typo3/gfx/fileicons/wrl.gif')!important;}

	.filelinks .xls{background-image:url('/typo3/gfx/fileicons/xls.gif')!important;}

	.filelinks .xml{background-image:url('/typo3/gfx/fileicons/xml.gif')!important;}

	.filelinks .xsl{background-image:url('/typo3/gfx/fileicons/xsl.gif')!important;}

	.filelinks .zip{background-image:url('/typo3/gfx/fileicons/zip.gif')!important;}

	/* Icons end */

	.filelinks a:hover{text-decoration:underline;}

