/* CSS Document */

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }

    :focus { outline: 0;}
    a, a:link, a:visited, a:hover, a:active{text-decoration:none}

    table { border-collapse: separate;border-spacing: 0;}
    th, td {text-align: left; font-weight: normal;}

    img, iframe {border: none; text-decoration:none;}

    ol, ul {list-style: none;}

    input, textarea, select, button {font-size: 100%;font-family: inherit;}
    select {margin: inherit;}

    hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}
	

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 90px;
}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -90px; /* negative value of footer height */
	height: 90px;
	clear:both;
	background: #1a1a1a;
	width: 100%;
	z-index: 1;
	} 
	
	
	

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;

}
/* End hide from IE-mac */

/***formateo comun***/

body {
background: #000 /*url(img/fondo_footer.jpg) bottom repeat-x*/;
height: 100%;
position: absolute;
width: 100%;
margin-top: 0px;
}

#wrap {
	position:relative;
width: 900px;
left: 50%;
margin-left: -450px;
height: 100%;
	}

		.contenedor_cabecera {
		position: relative;
		background: #000000;
		width: 900px;
		height: 150px;
		margin-left: 0px;
		margin-top: 0px;

		}
			.contenido_cabecera {
			position: absolute;
			background: #000000;
			width: 900px;
			height: 150px;
			margin-left: 0px;
			margin-top: 0px;

			}
		
		
		.contenedor_contenido {
		position: relative;
		background: transparent;
		width: 900px;;
		height: auto;
		margin-left: 0px;
		margin-top: 50px;
		z-index: 1;
		float: left;
		}
		
			.contenedor_menu {
			position: relative;
			background: transparent;
			width: 185px;
			height: 300px;
			margin-left:0px;
			margin-top: 0px;
			z-index: 100;
			float: left;
			}

		
			.contenedor_columna1 {
			position: relative;
			background: transparent;
			width: 195px;
			height: auto;
			margin-left: 0px;
			margin-right: 20px;
			margin-top: 0px;
			z-index: 1;
			float: left;
			}
				
				.contenedor_pie_columna {
				position: relative;
				background: transparent;
				width: 195px;
				height: auto;
				margin-left: 0px;
				margin-top: 0px;

				}
				
				.contenedor_pie_columna2 {
				position: relative;
				background: transparent;
				width: 195px;
				height: auto;
				margin-left: 0px;
				margin-top: 30px;
				margin-bottom: 20px;

				}

				
			.contenedor_columna2y3 {
			position: relative;
			background: transparent;
			width: 450px;
			height: auto;
			margin-left: 00px;
			margin-top: 0px;
			overflow: visible;
			z-index: 3;
			float: left;
			}
				.contenedor_mapa {
				position: relative;
				background: transparent;
				width: 454px;
				height: 358px;
				margin-left: 0px;
				margin-top: 10px;
				margin-bottom: 30px;
				overflow: visible;
				border: 1px #999999 solid;
				padding: 2px;
					}
					
					.contenedor_columna2y3 img {
					margin-bottom: 30px;
						}
					
				.pie_mapa {
				position: absolute;
				background: transparent;
				width: auto;
				height: auto;
				margin-left: 0px;
				margin-top: 363px;
				overflow: visible;
				}
			
				.contenedor_columna2 {
				position: relative;
				background: transparent;
				width: 215px;
				height: auto;
				margin-left: 0px;
				margin-top: 0px;
				float: left;
				}
				
				.contenedor_columna3 {
				position: relative;
				background: transparent;
				width: 215px;
				height: auto;
				margin-left: 20px;
				margin-top: 0px;
				float: left;
				}	
				
					.contenedor_wallpaper1 {
					position: relative;
					background: transparent;
					width: 220px;
					height: 110px;
					margin-left: 0px;
					margin-top: 0px;
					float: left;
					margin-bottom: 14px;
					}
					
					.contenedor_wallpaper2 {
					position: relative;
					background: transparent;
					width: 220px;
					height: 110px;
					left: 0px;
					top: 0px;
					float: left;
					margin-bottom: 14px;
					}
					
					.contenedor_wallpaper3 {
					position: relative;
					background: transparent;
					width: 220px;
					height: 110px;
					left: 0px;
					top: 0px;
					float: left;
					margin-bottom: 14px;
					}	
					
					.contenedor_wallpaper1 img {
						border: #999 1px solid;
					}
				
					.contenedor_wallpaper2 img {
						border: #999 1px solid;
					}
				
					.contenedor_wallpaper3 img {
						border: #999 1px solid;
					}
				
		.contenedor_footer {
		position: relative;
		background: transparent;
		height: 90px;
		margin-left: 0px;
		margin-top: 0px;
		text-align: left;
		vertical-align: top;
		font-size:9px;
		color:#999999;
		width: 900px;
		left: 50%;
		margin-left: -450px;
		}


		
.contenedor_burbujas {
position: absolute;
background: #000000;
width: 900px;
height: 200px;
margin-left: 0px;
margin-top: 400px;
}

	 .contenedor_logoPatrocinador {
	 background: #000000;
	 width: 0px;
	 height: auto;
	 margin-left: 10px;
	 margin-top: 80px;
	 font-size: 9px;
	 }
	 
	  .contenedor_logoPatrocinador2 {
	 position: absolute;
	 background: #000000;
	 width: 190px;
	 height: auto;
	 margin-left: 10px;
	 margin-top: 240px;
	 font-size: 9px;
	 }
	 
	   .contenedor_logoPatrocinador4 {
	 position: absolute;
	 background: #000000;
	 width: 190px;
	 height: auto;
	 margin-left: 10px;
	 margin-top: 350px;
	 font-size: 9px;
	 }
	 
	 .contenido_burbujas2 {
	 position: absolute;
	 background: #000000;
	 width: 225px;
	 height: 200px;
	 margin-left: 225px;
	 margin-top: 0px;
	 }

	 .contenido_burbujas3 {
	 position: absolute;
	 background: #000000;
	 width: 225px;
	 height: 200px;
	 margin-left: 450px;
	 margin-top: 0px;
	 }

	 .contenido_burbujas4 {
	 position: absolute;
	 background: #000000;
	 width: 225px;
	 height: 200px;
	 margin-left: 675px;
	 margin-top: 0px;
	 } 
	 

/****formato elementos independientes****/

.info {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 8px;
margin-top: 9px;
}

.nlm {
position: absolute;
background: transparent;
margin-left: 15px;
margin-top: 20px;
border: none;
}	

.logo {
position: absolute;
background: transparent;
margin-left: 0px;
margin-top: 0px;
margin-right: 15px;
margin-bottom: 10px;
float: left;
border: none;
}	

.pie_foto {
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
line-height: 7px;
font-size:10px;
color: #CCCCCC;
}		
		
/***formato titulos****/

.titulo {
position: relative;
background: transparent;
margin-left: 0px;
margin-top: 0px;
font-size: 24px;
font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
margin-bottom: 10px;
line-height: 23px;
width:auto;
}

.importante {
position: relative;
background: transparent;
margin-left: 0px;
margin-top: 30px;
font-size: 14px;
font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
margin-bottom: 0px;
line-height: 17px;
padding-top: 10px;
width:auto;
height: auto;
border-top: 1px solid #999999;
}

.titulo2 {
position: absolute;
background: transparent;
margin-left: 0px;
margin-top: 0px;
font-size: 18px;
font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
margin-bottom: 0px;
line-height: 17px;
width:auto;
}

.titulo3 {
position: absolute;
background: transparent;
margin-left: 0px;
margin-top: 0px;
font-size: 12px;
font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
margin-bottom: 0px;
line-height: 13px;
width:auto;
}

.titulo4 {
position: absolute;
background: transparent;
margin-left: 0px;
margin-top: 0px;
font-size: 24px;
font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
margin-bottom: 0px;
line-height: 23px;
width:440px;
}



.titulo5 {
position: absolute;
background: transparent;
margin-left: 0px;
margin-top: 0px;
font-size: 18px;
font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
margin-bottom: 0px;
line-height: 17px;
width:440px;
}

.titulo6 {
position: absolute;
background: transparent;
margin-left: 0px;
margin-top: 0px;
font-size: 12px;
font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
margin-bottom: 0px;
line-height: 13px;
width:440px;
}

.cuno {
color:#01e2fe;
}

.cdos {
color:#06dfdc;
}

.ctres {
color: #0addbd;
}

.ccuatro {
color: #0fd995;
}

.ccinco {
color: #14d670;
}

.cseis {
color: #1ad348;
}

.csiete {
color: #21cf15;
}
.cocho {
color: #8ad8e2;
}

.gris {
color:#999999;
}



/****formato de contenidos*****/

.informacion {
position:relative;
margin-top:5px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
line-height: 14px;
font-size:12px;
color: #CCCCCC;
height:auto;
margin-bottom: 30px;
}

.informacion2 {
	background:url(img/flechalateral.png) left no-repeat;
margin-top:0px;
margin-bottom:7px;
margin-left: -10px;
font-family: Arial, Helvetica, sans-serif;
line-height: 12px;
font-size:12px;
color: #CCCCCC;

}


.informacion2 a:link {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
font-style: normal;
font-weight: normal;
border-top: none;
border-bottom: none;
color: #8ad8e2;
background-color: none;
padding-left: 7px;
}
	
.informacion2 a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
font-style: normal;
font-weight: normal;
border-top: none;
border-bottom: none;
color:  #8ad8e2;
background-color: none;
padding-left: 7px;
}
	
.informacion2 a:focus {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-style: normal;
font-weight: normal;
border: none;
color:#CCC;
text-decoration: none;
background-color: none;
padding-left: 7px;
}

.informacion2 a:hover {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-style: normal;
font-weight: normal;
border: none;
color:#CCC;
text-decoration: none;
background-color: none;
padding-left: 7px;
}
	
.informacion2 a:active {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
padding-left: 7px;
}

.bordertop {
border-top: 1px #CCCCCC solid;
width:40px;
}

.mosca {
height: auto;
margin-top:10px;
margin-left: 20px;
font-family: Arial, Helvetica, sans-serif;
line-height: 10px;
vertical-align:text-top;
float: left;
}

.mosca2 {
height: 10px;
margin-top:40px;
margin-left: 30px;
font-family: Arial, Helvetica, sans-serif;
line-height: 10px;
float: left;
}

.mosca3 {
height: 10px;
margin-top:40px;
margin-left: 185px;
font-family: Arial, Helvetica, sans-serif;
line-height: 10px;
float: left;
}


.mosca img {
margin-top:6px;
	}

.borde_lateral {
border-left: #61BF1A 1px solid;
padding-left: 10px;
}

/****descargas****/

.informacion a:link {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
font-style: normal;
font-weight: normal;
border-top: none;
border-bottom: none;
color: #8ad8e2;
background-color: none;
}
	
.informacion a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
font-style: normal;
font-weight: normal;
border-top: none;
border-bottom: none;
color: #8ad8e2;
background-color: none;
}
	
.informacion a:focus {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
}

.informacion a:hover {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
}
	
.informacion a:active {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
}

.informacion_cuno a:link {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
font-style: normal;
font-weight: normal;
border-top: none;
border-bottom: none;
color: #01e2fe;
background-color: none;
}
	
.informacion_cuno a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
font-style: normal;
font-weight: normal;
border-top: none;
border-bottom: none;
color: #01e2fe;
background-color: none;
}
	
.informacion_cuno a:focus {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
}

.informacion_cuno a:hover {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
}
	
.informacion_cuno a:active {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
}

/***enlace mosca****/
.mosca2 a:link {
font-family: Arial, Helvetica, sans-serif;
font-size:inherit;
text-decoration: none;
font-style: normal;
font-weight: normal;
border-top: none;
border-bottom: none;
color: #999;
background-color: none;
}
	
.mosca2 a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:inherit;
text-decoration: none;
font-style: normal;
font-weight: normal;
border-top: none;
border-bottom: none;
color: #999;
background-color: none;
}
	
.mosca2 a:focus {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:inherit;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
}

.mosca2 a:hover {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:inherit;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
}
	
.mosca2 a:active {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:inherit;
font-style: normal;
font-weight: normal;
border: none;
color:#FFFFFF;
text-decoration: none;
background-color: none;
}


.uno {
/*background: url(img/uno.gif) top left no-repeat;*/
padding-left: 0px;
margin-bottom: 3px;
width: 160px;
}

.dos {
/*background: url(img/dos.gif) top left no-repeat;*/
padding-left: 0px;
margin-bottom: 3px;
width: 160px;
}

.tres {
/*background: url(img/tres.gif) top left no-repeat;*/
padding-left: 0px;
margin-bottom: 3px;
width: 160px;
}

.cuatro {
/*background: url(img/cuatro.gif) top left no-repeat;*/
padding-left: 0px;
margin-bottom: 3px;
width: 160px;
}

.cinco {
/*background: url(img/cinco.gif) top left no-repeat;*/
padding-left: 0px;
margin-bottom: 3px;
width: 160px;
}

.seis {
/*background: url(img/seis.gif) top left no-repeat;*/
padding-left: 0px;
margin-bottom: 3px;
width: 160px;
}

/*
.menu ul img {
padding-right: 4px;
}
*/

/**/

.menu2{
font-family: arial, sans-serif; width:160px; height:140px; position:relative; font-size:12px; margin:0px 0px; z-index:100;
}
.menu2 ul {
padding:0px 0px 0px 0px; margin:0px; list-style-type: none; background:transparent; width:170px; height:155px; border:none;
}
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:20px; left:70px; 
}
.menu2 ul li {
float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
display:block; float:left; text-decoration:none; color:#CCCCCC; width:160px; height:20px; line-height:20px; font-size:12px; background:transparent; padding-left:10px;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:160px; width:90px;}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;  width:160px;
}

.menu2 a, menu a:visited {
display:block; 
text-decoration:none;
height:20px;
line-height:20px;
width:160px;
color:#CCCCCC;
border:none;
border-width:none;
}

/*hover primer nivel*/
.menu2 ul li:hover a,
.menu2 ul li.uno a:hover {
background:#01e2fe; color:#000; width:160px; 
}

.menu2 ul li:hover a,
.menu2 ul li.dos a:hover {
background:#06dfdc; color:#000; width:160px;
}

.menu2 ul li:hover a,
.menu2 ul li.tres a:hover {
background:#0addbd; color:#000; width:160px;
}

.menu2 ul li:hover a,
.menu2 ul li.cuatro a:hover {
background:#0fd995; color:#000; width:160px;
}

.menu2 ul li:hover a,
.menu2 ul li.cinco a:hover {
background:#14d670; color:#000; width:160px;
}

.menu2 ul li:hover a,
.menu2 ul li.seis a:hover {
background:#1ad348; color:#000; width:160px;
}

.menu2 ul li:hover a,
.menu2 ul li.siete a:hover {
background: #21cf15; color:#000; width:160px;
}

.menu2 ul li:hover a,
.menu2 ul li.ocho a:hover {
background: #1db264; color:#000; width:160px;
}


.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

/*

.menu2 ul li:link a,
.menu2 ul li.cuatro a:link {
color:#000; width:150px;
}

.menu2 ul li:focus a,
.menu2 ul li.cuatro. a:focus {
color:#CCCCCC; width:150px;
}

.menu2 ul li:active a,
.menu2 ul li.cuatro a:active {
color:#CCCCCC; width:150px;
}

.menu2 ul li:visited a,
.menu2 ul li.cuatro a:visited {
color:#CCCCCC; width:150px;
}

.menu2 ul li:hover a,
.menu2 ul li.cuatro a:hover {
color:#000; width:150px;
}

AHHH*/


/*fondo nivel 2*/
.menu2 ul li:hover ul.museos,
.menu2 ul li a:hover ul.museos {
visibility:visible; position:absolute; height:auto; border:0px solid #000; background:#0fd995; overflow:visible; z-index:100; color:#000;
}

.menu2 ul li:hover ul.afines,
.menu2 ul li a:hover ul.afines {
visibility:visible; position:absolute; height:auto; border:0px solid #000; background:#14d670; overflow:visible; z-index:100; color:#000;
}

.menu2 ul li:hover ul.participantes,
.menu2 ul li a:hover ul.participantes {
visibility:visible; position:absolute; height:auto; border:0px solid #000; background:#1ad348; overflow:visible; z-index:100;color:#000;
}

.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block; background:transparent; color:#000; line-height:20px; padding:0px 0px 0px 10px; height:auto; text-decoration:none; z-index:100;
}

/*hover segundo nivel*/
.menu2 ul li:hover ul.museos li:hover a,
.menu2 ul li a:hover ul.museos li a:hover {
background:#0ec185; color:#000; z-index:100;
}

.menu2 ul li:hover ul.afines li:hover a,
.menu2 ul li a:hover ul.afines li a:hover {
background:#12c467; color:#000; z-index:100;
}

.menu2 ul li:hover ul.participantes li:hover a,
.menu2 ul li a:hover ul.participantes li a:hover {
background:#19c343; color:#000; z-index:100;
}

/**/
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:20px; left:70px; z-index:100;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:0px; list-style-type:none; background:#999; z-index:100;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ff0; z-index:100;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
background:#0ca773; color:#000; z-index:100;
}

/*FORMULARIO*/

.contenedor_formulario {
position: relative;
width: 460px;
height: 340px;
margin-top: 0px;
margin-left: 0px;
}

fieldset#campos label {
position: absolute;
margin-left: 0px;
color: inherit;
background: transparent;
font-family: Arial, Helvetica, sans-serif;
line-height: 30px;
font-size:12px;
margin-top: 5px;
vertical-align: middle;
}

fieldset#campos input {
position: absolute;
margin-left: 60px;
color: #CCC;
background: transparent;
font-family: Arial, Helvetica, sans-serif;
line-height: 40px;
font-size:12px;
border: 1px #CCC solid;
width: 250px;
height: 14px;
margin-top: 10px;
}

fieldset#campos input.caja2 {
position: absolute;
margin-left: 60px;
color: inherit;
background: #61BF1A;
font-family: Arial, Helvetica, sans-serif;
line-height: 40px;
font-size:12px;
border: 1px #61BF1A solid;
width: 250px;
height: 14px;
margin-top: 10px;
}

.textarea {
position: relative;
margin-top: 30px;
margin-left: 0px;
color: #CCC;
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
border: 1px #CCC solid;
width: 310px;
height: 100px;
padding-top: 5px;
padding-left: 5px;
}

fieldset#campos {
position: relative;
margin-top: 0px;
margin-left: 0px;
color:#CCCCCC;
background: transparent;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom: 0px;
line-height: 22px;
border: none;
}

.contenedor_botones {
position: relative;
margin-top: 0px;
margin-left: 0px;
width: 460px;
height: 70px;
color:#CCCCCC;
background: transparent;
line-height: 22px;
font-size:12px;
}

.botones {
position:absolute;
margin-top: 0px;
margin-left: 0px;
color:#000;
border: 1px #CCC solid;
border-top: 1px #000 solid;
background: #CCC;
font-size:12px;
height: 20px;
vertical-align:middle;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}


/*COLABORADORES*/

.subtitulo_colaboradores {
	font-size: 14px;
	}
	
.info_colaboradores {
	font-size: 12px;
	margin-bottom: 6px;
	display: block;
	}

.borde {
	border-top: #CCC 1px solid;
	width: 100px;
	margin-bottom: 15px;
	display:block;
	}