/**************************************************
* HTML y BODY
**************************************************/
*{padding: 0; margin: 0;}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}
body{
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	padding: 0px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:9px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/**************************************************
* Sitename
**************************************************/
.sitename, .sitename a:link, .sitename a:visited, .sitename a:hover, .sitename a:active{
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	text-indent:8px;
	font-size:20px;
	color:#FFFFFF;	
}

/**************************************************
* Enlaces
**************************************************/
a img, img{
	border: 0px;
}
a:link, a:visited{
	font-size:10px;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	background: none;
}
a:hover, a:active{
	font-size:10px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

/**************************************************
* Inputs y Selects
**************************************************/
#password,#pass,#pass_verify,#password_verify{
	width:100px;
	padding-left:22px;
	background-repeat:no-repeat;
	background-image: url(../imatges/change_password.png);
}
#username,#user{
	width:100px;
	padding-left:22px;
	background-repeat:no-repeat;
	background-image: url(../imatges/user.png);
}
input[type=text]{
	width:150px;
}
input[type=password]{
	width:150px;
}
input[type=button]{
	font-size:11px;
	color:#333333;
	border:1px solid #999999;
	background-color:#EDEDED;
	padding-left:5px;
	padding-right:5px;
}
input[type=submit]{
	font-size:11px;
	color:#333333;
	border:1px solid #999999;
	background-color:#EDEDED;
	padding-left:5px;
	padding-right:5px;
}
input, select, textarea{
	color: #000000;
	border: 1px solid #CCCCFF;
	font-size: 12px;
}
input:hover{
	border: 1px solid #FF6600;
}
input:focus{
	background-color: #EBF2FD;
	border: 1px solid #FF6600;
}

/**************************************************
* Tabla principal
**************************************************/
.fons_de_columnes{
	background:#F1F1F1;
}
.columna_esquerra{
	height:5px;
	padding-left:20px;
	background-image:url(../imatges/template/shadowl.jpg);
	background-repeat:repeat-y;
}
.columna_dreta{
	height:5px;
	padding-right:20px;
	background-position:right;
	background-image:url(../imatges/template/shadowr.jpg);
	background-repeat:repeat-y;
}

/**************************************************
* Tabla del título de cada página
**************************************************/
.fons_de_columnes_titol{
	background:#F1F1F1;
}
.columna_esquerra_titol{
	padding-left:11px;
	background-image:url(../imatges/template/shadowl.jpg);
	background-repeat:repeat-y;
}
.columna_dreta_titol{
	background-position:right;
	background-image:url(../imatges/template/shadowr.jpg);
	background-repeat:repeat-y;
	width:11px;
}
.td_titol_l{
	background-image:url(../imatges/template/left3.jpg);
	width:26px;
}
.td_titol_c{
	background-image:url(../imatges/template/center3.jpg);
	height:30px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
	color:#FFFFFF;
}
.td_titol_r{
	background-image:url(../imatges/template/right3.jpg);
	width:26px;
}

/**************************************************
* Tabla de los ciclos disponibles
**************************************************/
table.taula_cicles{
	width:200px;
	text-align:left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000; 
	background-color:#CCCCCC;
}
table.taula_cicles td{
	border-bottom: 1px solid #000000;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top:3px;
}

/**************************************************
* Tabla de resultados de consulta
**************************************************/
table.resultat_consulta {
	font-size:12px;
	border-width: 2px;
	border-spacing: 1px;
	border-style: double;
	border-color: #032d95;
	border-collapse: collapse;
	background-color: #fffff0;
}
table.resultat_consulta th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #032d95;
	background-color: #032d95;
	color:#FFFFFF;
	font-weight:bold;
}
table.resultat_consulta td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #032d95;
	background-color: #ffffff;
	text-align:left;
}

table.ficha{
	font-size:12px;
	background-color: #fffff0;
	border-style: solid;
	border-color: #032d95;
	border-width: 1px;
}
table.ficha td{
	padding: 5px;
	background-color: #ffffff;
	text-align:left;
}
table.ficha th{
	padding: 5px;
	background-color: #ffffff;
	text-align:center;
}
.pager{
}
.paginacion{
}
/**************************************************
* Div del mapa de Google
**************************************************/
#mapa{
	padding-top: 10px;
}
div.listado{
	width:770px;
	/*height:420px;*/
	/*overflow:auto;*/
}
/**************************************************
* Div del Iframe para cargar fotos de alumnos
* En ficha del alumno
**************************************************/
#iframe_container{
	height:40px;
	overflow:hidden;
	text-align:left;
	background-color: #ffffff;
}

/**************************************************
* CSS Based Messages
* http://www.edg3.co.uk/resources/css-based-messages/
* http://creativecommons.org/licenses/by/2.5/
**************************************************/
.consulta_bien{
	background: #e2f9e3 url('../imatges/template/icon_success.png') 13px 50% no-repeat;
	border: 2px solid #9c9;
	color: #080;
	padding: 5px 5px 5px 36px;
	margin: 5px;
	text-align:left;
}
.consulta_mal{
	background: #ffe1da url('../imatges/template/icon_error.png') 13px 50% no-repeat;
	border: 2px solid #f34f4f;
	color: #be0b0b;
	padding: 5px 5px 5px 36px;
	margin: 5px;
	text-align:left;
}
.informacion{
	background: #dedfff url('../imatges/template/icon_information.png') 13px 50% no-repeat;
	border: 2px solid #9bb8d9;
	color: #406299;
	padding: 5px 5px 5px 36px;
	margin: 5px;
	text-align:left;
}
.alerta{
	background: #fff8bf url('../imatges/template/icon_warning.png') 13px 50% no-repeat;
	border: 2px solid #ffd324;
	color: #eb830c;
	padding: 5px 5px 5px 36px;
	margin: 5px;
	text-align:left;
}

/**************************************************
* Transparencias pie de página
*
**************************************************/
img.alpha{
	filter:Alpha(opacity=50);	/* IE	*/
    -moz-opacity:0.5; /* Firefox, Opera, ... */
    opacity: 0.5; /* CSS 3*/
}
img.alpha:hover{
	filter:Alpha(opacity=100);	/* IE	*/
    -moz-opacity: 1; /* Firefox, Opera, ... */
    opacity: 1; /* CSS 3*/
}

/*  */
fieldset {
	font-size:12px;
	border: #0074B0 solid 1px;
    margin-top: 5px;
    padding: 0px 5px 5px 5px;
}
legend {
    padding: 5px;
	color: #0074B0;
    background-color: inherit;
}
