/* CSS Document */

/* colors */

html, body {
	background-color: #e7e3dc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

.fons_marron {
	background-color: #ac4b42;
}

.fons_ocre {
	background-color: #eedbbb;
}

.fons_gris {
	background-color: #bdbdbd;
}

.fons_body {
	background-color: #e7e3dc;
}



/* tipografias */

.MS_12_ffffff {
	font-family: MS Sans Serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.MS_12_marron_ac4b42 {
	font-family: MS Sans Serif;
	font-size: 12px;
	color: #ac4b42;
	text-decoration: none;
}

.Arial_12_marron_ac4b42 {
	font-family: Arial;
	font-size: 12px;
	color: #ac4b42;
	text-decoration: none;
}

.Verdana_10_gris_bdbdbd {
	font-family: Verdana;
	font-size: 10px;
	color: #bdbdbd;
	text-decoration: none;
}


.Verdana_10_gris_333333 {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}


.Arial_11_gris_333333 {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.Arial_11_ocre_eedbbb {
	font-family: Arial;
	font-size: 11px;
	color: #eedbbb;
	text-decoration: none;
}

/* links */

A.blau_marron:visited {
	color: #48618d;
	text-decoration: none;
}

A.blau_marron:link {
	color: #48618d;
	text-decoration: none;
	font-weight: normal;
}

A.blau_marron:hover {
	color: #ac4b42;
	text-decoration: underline;
	font-weight: normal;
}

A.gris_marron:visited {
	color: #bdbdbd;
	text-decoration: none;
}

A.gris_marron:link {
	color: #bdbdbd;
	text-decoration: none;
	font-weight: normal;
}

A.gris_marron:hover {
	color: #ac4b42;
	text-decoration: none;
	font-weight: normal;
}

A.menu:visited {
	color: #ffffff;
	text-decoration: none;
}

A.menu:link {
	color: #ffffff;
	text-decoration: none;
}

A.menu:hover {
	color: #f0e140;
	text-decoration: none;
}


/* formularis */

.select_40 {
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	width:40px;
	background-color:#e7e3dc;
	border-top:#ac4b42 solid 1px;
	border-bottom:#ac4b42 solid 1px;
	border-right:#ac4b42 solid 1px;
	border-left:#ac4b42 solid 1px;
}

.select_60 {
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	width:60px;
	background-color:#e7e3dc;
	border-top:#ac4b42 solid 1px;
	border-bottom:#ac4b42 solid 1px;
	border-right:#ac4b42 solid 1px;
	border-left:#ac4b42 solid 1px;
}

.select_170 {
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	width:174px;
	background-color:#e7e3dc;
	border-top:#ac4b42 solid 1px;
	border-bottom:#ac4b42 solid 1px;
	border-right:#ac4b42 solid 1px;
	border-left:#ac4b42 solid 1px;
}

.select_400 {
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	width:404px;
	background-color:#e7e3dc;
	border-top:#ac4b42 solid 1px;
	border-bottom:#ac4b42 solid 1px;
	border-right:#ac4b42 solid 1px;
	border-left:#ac4b42 solid 1px;
}

.text_100 {font-family:Verdana; font-size:10px; color:#333333; font-weight:normal; width:100px; height:13px; background-color:#e7e3dc; border-top:#ac4b42 solid 1px; border-bottom:#ac4b42 solid 1px; border-right:#ac4b42 solid 1px; border-left:#ac4b42 solid 1px;}

.text_170 {font-family:Verdana; font-size:10px; color:#333333; font-weight:normal; width:170px; height:13px; background-color:#e7e3dc; border-top:#ac4b42 solid 1px; border-bottom:#ac4b42 solid 1px; border-right:#ac4b42 solid 1px; border-left:#ac4b42 solid 1px;}

.text_400 {font-family:Verdana; font-size:10px; color:#333333; font-weight:normal; width:400px; height:13px; background-color:#e7e3dc; border-top:#ac4b42 solid 1px; border-bottom:#ac4b42 solid 1px; border-right:#ac4b42 solid 1px; border-left:#ac4b42 solid 1px;}

.area_170 {font-family:Verdana; font-size:10px; color:#333333; font-weight:normal; width:170px; background-color:#e7e3dc; border-top:#ac4b42 solid 1px; border-bottom:#ac4b42 solid 1px; border-right:#ac4b42 solid 1px; border-left:#ac4b42 solid 1px;}

.area_400 {font-family:Verdana; font-size:10px; color:#333333; font-weight:normal; width:400px; background-color:#e7e3dc; border-top:#ac4b42 solid 1px; border-bottom:#ac4b42 solid 1px; border-right:#ac4b42 solid 1px; border-left:#ac4b42 solid 1px;}

.boton_home { font-family: Arial; font-size: 11px; font-weight:bold; color: #e7e3dc;  background-color: #ac4b42; border: #ac4b42; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; cursor: hand;}

