﻿/* CSS Document */

/*/RESTAURAR NAVEGADORES//////////////////////////////////////////////////////////////////////////////////*/
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0px;
	padding:0px;
}
fieldser,img{border:0px;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
p,h1,h2,h3,h4,h5,h6{font-size:100%;}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background-color: #266BAF;
	font-family: Arial, Helvetica, sans-serif, "Futura Lt BT";
	font-size: 12px;
	color: #FFFFFF;
}
.clear {
	font-size: 0px;
	clear: both;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, .versions   a:hover,#contenido  h2  a:hover {
	color: #153C62;
}


#wrapper {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#colIz {
	width: 190px;
	float: left;
	padding-top: 35px;
}
#colIz h1 {
	text-align: center;
}

#menuGuias {
	margin-top: 10px;
}

#menuGuias li {
	background-color: #87B8D6;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 30px;
}
#menuGuias li img {
	margin-right: 10px;
	float: left;
}
#colDer {
	margin-left: 190px;
}
#menu {
	overflow: hidden;
}
#menu  h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 60px;
}
#menu li {
	width: 173px;
	margin-right: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 175px;
	float: left;
}
#menu img {
	margin-right: 5px;
}
#menu .web {
	background-color: #287FBD;
}
.versions a {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #87B8D6;
}

#menu .aula {
	background-color: #87B8D6;
}
#menu .actualitat {
	background-color: #658799;
	margin-right: -5px;
}
#contenido {
	background-color: #3273b3;
	padding: 20px;
}
#contenido  .titulo {
	letter-spacing: 3px;
	font-size: 14px;
	color: #87B8D6;
	font-weight: bold;
}
#contenido .tituloA {
	font-weight: bold;
	color: #FFFF00;
	font-size: 14px;
	letter-spacing: 3px;
}
#contenido     p,#contenido a   {
	color: #CECECE;

}
#contenido  li {
	margin-top: 10px;
}
#contenido    h3   a {
	text-decoration: none;
	color: #FFFFFF;
}
#contenido a:hover {
	color: #FFFF00;
}

#recomanem {
	width: 260px;
	float: left;
	padding-right: 20px;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


#events {
	float: right;
	width: 250px;
	padding-left: 18px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;*/
}
#ultimaH h3 {
	margin-bottom: 5px;
}
#ultimaH p {
	margin-bottom: 5px;
}
#ultimaH    {
	margin-bottom: 30px;
}

#instit {
	background-color: #2261A0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#instit img {
	margin-right: 20px;
}
#pie {
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
