
/*  © 2015, Carles Bataller Cucurella  [carles@eartvic.net]  */

@font-face {
	font-family: 'BubbleBathRegular';
	src: url('captcha/bubblebath.ttf') format('truetype');

	font-weight: normal;
	font-style: normal;
}


/* Text: padding coherent i comprensible */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* estil per iPhone 4/5, per tal que no modifiqui la mida del text amb orientació landscape */
html {
	-webkit-text-size-adjust: 100%;
}






/* ********************************* */
/*  estil general  */
body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}




/* ********************************* */
/*  links  */
a {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #2393DD;
}
a:hover {
	text-decoration: none;
	color: #FF00FF;
}




/* ********************************* */
/*  titol gran  */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #CCCCCC;
	margin: 0px;
}










/* ********************************* */
/*  formularis  */
input, select, textarea {
	font-family:  Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #F6F6E6;
	border: 1px solid;
}

/* botó genèric formulari */
.form {
	border: 1px solid;
	font-size: 12px;
	background-color: #EFEFEF;
	font-weight: bold;
	height: 24px;
}

/* botons genèrics reset i submit */
input[type="submit"], input[type="reset"] {
	border: 1px solid;
	font-size: 12px;
	background-color: #EFEFEF;
	font-weight: bold;
	height: 20px;
}

/* botó examinar */
input[type="file"] {
	border: 0px;
	font-size: 12px;
	height: 22px;
}

/* botó upload Treball */
.upload {
	border: 1px solid;
	font-size: 12px;
	background-color: #EFEFEF;
	font-weight: bold;
	height: 20px;
}





/* ********************************* */
/*  captcha  */
.mitipoguay {
	font-family: "BubbleBathRegular";
	font-size: 27px;
	height: 42px;
	width: 188px;

	color: rgb(94, 109, 255);
	background-color: #dfbcbc;

	border: 1px solid;
	vertical-align: top;
}






/* ********************************* */
/* taula login admin */
#taula_login_admin {
	width: 560px;
	border-collapse: collapse;
}
#taula_login_admin td {
	/*border: 1px solid;*/
	vertical-align: middle;
	padding: 2px;
}
/* columnes pars */
#taula_login_admin td:nth-child(2n) {
	text-align: left;
	width: 55%;
}
/* columnes impars */
#taula_login_admin td:nth-child(2n+1) {
	text-align: right;
	width: 45%;
}






/* ********************************* */
/* taula protegir admin */
#taula_protect_admin {
	width: 420px;
	border-collapse: collapse;
}
#taula_protect_admin td {
	/*border: 1px solid;*/
	vertical-align: middle;
	padding: 2px;
}
/* columnes pars */
#taula_protect_admin td:nth-child(2n) {
	text-align: left;
	width: 70%;
}
/* columnes impars */
#taula_protect_admin td:nth-child(2n+1) {
	text-align: right;
	width: 30%;
}






/* ********************************* */

/* taula1 */
td {
	font-family: Verdana;
	font-size: 12px;
}
#taula1 {
	width: 1000px;
	/*max-width: ?;*/
	border-collapse: collapse;
}
#taula1 td {
	border: 1px solid;
	text-align: left;
	vertical-align: middle;
	padding: 4px;
}






#taula3 {
	width: 450px;
	border-collapse: collapse;
}
#taula3 td {
	/*border: 1px solid maroon;*/
	text-align: left;
	vertical-align: middle;
	padding: 2px;
}

/* columnes pars */
#taula3 td:nth-child(2n) {
	text-align: left;
	width: 70%;
}

/* columnes impars */
#taula3 td:nth-child(2n+1) {
	text-align: right;
	width: 30%;
}





/* taula elegant */
#taula_ele {
	width: 600px;
	border-spacing: 0px;
	border: 0px;
	border-bottom: 1px solid;
	border-right: 1px solid;
}
#taula_ele td {
	border: 1px solid;
	border-bottom: 0px;
	border-right: 0px;
	padding: 3px;
}








/* taula protegir */
#protect {
	border-collapse: collapse;
	width: 600px;
}
#protect td {
	padding: 1px;
	/*border: 1px solid;*/
}
#protect .right {
	width: 200px;
	text-align: right;
}
#protect .left {
	text-align: left;
}






/* quota */
.tab1_div {
	float: left;
	width: 400px;
	border: 1px solid;
	margin-left: 20px;
}
.alerta {
	color: red;
}










/* ********************************* */
/* llistes */
.llista1 {
	margin-top: 9px;
}





