/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cabecera {
	width: 100%;
}
#cabecera #logo {
	float: left;
}
#cabecera #accesorapido {
	float: right;
	width:520px;
	height:78px;
}
#cabecera #accesorapido #catalan {
	background-image: url(../images/catalan.gif);
}
#cabecera #accesorapido #contacta {
	background-image: url(../images/sobre.gif);
}
#cabecera #accesorapido #home {
	background-image: url(../images/home.gif);
}
#cabecera #accesorapido #mapaweb {
	background-image: url(../images/mapa.gif);
}
#cabecera #accesorapido #informe {
	background-image: url(../images/informe.gif);
}
#cabecera #accesorapido .boton {
	font-size: 10px;
	line-height: 23px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: 4px center;
	height: 24px;
	float: right;
	padding-left: 34px;
	padding-right: 15px;
	cursor:pointer;
}
#cabecera #accesorapido .separador {
	height: 24px;
	width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	float: right;
}
#cabecera #accesorapido a{
	color:#000000;
}
#cabecera #contenedorbotones {
	/*clear: both;*/
	width: 750px;
	height: 30px;
	clear:right;
	float:right;
}
#cabecera #contenedorbotones .boton {
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	width: 90px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	cursor:pointer;
	text-align:center;
	color:#FFFFFF;
}
#cabecera #contenedorbotones .sinboton {
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	width: 90px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
	color:#FFFFFF;
}

#cabecera #contenedorbotones .separador {
	height: 30px;
	width: 25px;
	float: right;
}
#cabecera #contenedorbotones #blogs {
	background-color: #CCCCCC;
}
#cabecera #contenedorbotones #recursos {
	background-color: #999999;
}
#cabecera #contenedorbotones #experiencias {
	background-color: #f07d96;
}
#cabecera #contenedorbotones #actividades {
	background-color: #d1475c;
}
#cabecera #contenedorbotones #contenidos {
	background-color: #802633;
}

#cabecera #lineauno {
	background-color: #666666;
	height: 5px;
	width: 100%;
	clear:both;
	font-size:1px;
}
#cabecera #lineados {
	background-color: #FFFFFF;
	height: 2px;
	width: 100%;
	font-size:1px;
}
#cabecera #lineatexto {
	background-color: #666666;
	height: 40px;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 40px;
}
#cabecera #lineatexto SPAN{
	padding-left: 15px;
	padding-right: 15px;
}
#cabecera #sombra {
	height: 10px;
	width: 100%;
	line-height: 40px;
	background-image: url(../images/sombra.gif);
	background-repeat: repeat-x;
}
#menu {
	width: 34%;
	float:left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#contenido {
	float:right;
	width:61%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	* padding-bottom: 65px; /* Para explorer el FF se lo come */
	position:relative;
}

#principal {
	width: 61%;
	float:left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	* padding-bottom: 55px; /* Para explorer el FF se lo come */
	position:relative;
}
#principal2 {
	float:right;
	width:34%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	* padding-bottom: 55px; /* Para explorer el FF se lo come */
	position:relative;
}



html,body {
  height:100%;
}

#container {
  position:relative;
  min-height: 100%;
}
/* Hack para IE 6 */
* html #container {
  height:100%;
}

#pie {
	width: 100%;
	clear:both;
	position:relative;
	height:50px;
	margin-top:-50px;
}

#lineapie0 {
	width: 100%;
	height: 6px;
	background-image:url(../images/pielinea.gif);
	font-size:1px;
}
#lineapie1 {
	width: 100%;
	height: 3px;
	background-color:#666666;
	font-size:1px;
}
#lineapie2 {
	width: 100%;
	height: 2px;
	background-color:#FFFFFF;
	font-size:1px;
}
#lineapie3 {
	width: 100%;
	height: 39px;	
	background-color:#666666;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
}
#lineapie3 A{
	color:#FFFFFF;
}

.imageOver{
	background:url(../images/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}