h1 {
	margin: 0px;
	padding: 0px;
	float: left
}

h2 {
	margin: 0px;
	padding: 0px;
	float: left
}

h3 {
	margin: 0px;
	padding: 0px;
	float: left
}

h4 {
	margin: 0px;
	padding: 0px
}

h5 {
	margin: 0px;
	padding: 0px
}

h6 {
	margin: 0px;
	padding: 0px
}

p {
	margin: 0px;
	padding: 0px;
	float: left
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-color: #4b4b4b
}

input {
	font-family: Verdana;
}

textarea {
	font-family: Verdana;
}

form {
	margin: 0px;
	padding: 0px
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%
}

a {
	text-decoration: none;
	border: 0px
}

table {
	margin: 0px;
	padding: 0px;
	border: 0
}

ul {
	list-style-type: none;
}

.contenidoBienvenida {
  width:100%;
  text-align: center;
  margin-top: 2.5%;
}

.contenidoBienvenida #idiomas {
	display: inline-block;
	text-align: right;
	width: 1100px;
	float: none;
}

footer {
	display: inline-block;
	text-align: left;
	width: 1100px;
	float: none;
	color: #ccc;
}

footer a {
	display: inline-block; padding: 10px 5px 5px; color: #fff;
}

#Contenidor footer {
	padding-left: 220px;
}

/* Validar usuaris */
#logueig {
 	display: inline-block; text-align: left;
 	width: 1100px;
	height: auto;
	background: #cccccc;
	background-image: url('../imatges/V4-foto portada.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-origin: border-box;
	background-clip: border-box;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.4); -webkit-box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.4); -moz-box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, .4);
	border: 2px solid #ffffff;
}

#logueig aside {
	display: inline-block; width: 70%; text-align: left;
	background: rgba(0, 0, 0, 0.6);
	padding: 2.5% 2.5%; margin: 5%;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#logueig h3,
#logueig h2 {
	display: block; width: auto;
	padding: 0 0 2.5%;
	font: bold 24px Verdana;
	color: #fff;
	text-align: left;
	text-shadow: 0 0 6px #000;
	float: none;
}

#logueig aside p {
	color: #fff;
	padding: 5px 0;
}

#logueig h2 {
	font-size: 40px;
	text-transform: uppercase;
}

#logueig form {
	margin: 0; padding: 5% 5% 0;
	width: 90%; text-align: right;
}

#logueig form fieldset {
	display: inline-block; width: 47%; padding: 3%;
	border: 0; margin: 0;
	font: 20px Verdana;
	background: rgba(255,255,255,0.6);
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .4);
	border: 2px solid #fff;
}

#logueig form fieldset legend {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	background: #fff;
	color: #333; text-transform: uppercase;
	text-shadow: 0 0 6px #ccc;
	
}

#logueig form fieldset.new {
	width: 55%;	
}

#logueig label {
	display: inline-block;
	width: 50%;
	margin: 0 5% 5% 0;
	color: #333333;
	text-align: right;
}

#logueig form a,
#logueig input {
	margin: 0 0 5%;
	font: 20px Verdana;
	padding: 2px 5px;
	background: #fff;
	color: #333333;
	width: 40%;
	border: 0 solid;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .4);
}

#logueig input[type=password] {
	background: #333333; color: #fff;
}

#logueig form a,
#logueig input[type=submit] {
	width: auto;
	text-align: center;
	display: inline-block; margin: 0;
	padding: 2px 20px;
}

#logueig form input[type=submit] {
	margin-left: 40px;
}

#logueig form a:hover {
	background: #333;
	color: #fff;
}

#logueig input[type=submit]:hover {
	color: #ffffff;
	background: #cc0000
}

#logueig .novagranja {
	width: 200px;
	margin: 30px 0px 0px 0px;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	background: #ffffff;
	border: 0px solid;
	float: left
}

#logueig .novagranja:hover {
	color: #ffffff;
	background: #cc0000;
}

#generar {
  float: left;
	width: 450px;
	height: 270px;
	padding: 30px;
	background: #cccccc;
	border: 2px solid #ffffff;
}

#generar h3 {
	width: 450px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	float: left
}

#generar form {
	width: 450px;
	margin: 20px 0px 0px 0px;
}

#generar label {
	width: 230px;
	margin: 20px 20px 0px 0px;
	font-size: 16px;
	color: #333333;
	float: left
}

#generar input[type=text] {
	width: 196px;
	margin: 20px 0px 0px 0px;
	padding: 2px;
	font-size: 16px;
	color: #333333;
	float: left;
	border: 0px solid
}

#generar input[type=password] {
	width: 196px;
	margin: 20px 0px 0px 0px;
	padding: 2px;
	font-size: 16px;
	color: #ffffff;
	background: #333333;
	float: left;
	border: 0px solid
}

#generar input[type=submit] {
	width: 80px;
	margin: 30px 0px 0px 0px;
	font-size: 16px;
	color: #333333;
	border: 0px solid;
	float: right
}

#generar input[type=submit]:hover {
	color: #ffffff;
	background: #cc0000
}

#generar .novagranja {
	width: 200px;
	margin: 30px 0px 0px 0px;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	background: #ffffff;
	border: 0px solid;
	float: left
}

#generar .novagranja:hover {
	color: #ffffff;
	background: #cc0000;
}

/* Contenidor de la Web */
#Contenidor {
	width: 1100px;
	margin: auto;
}

#Contenidor .top {
	width: 805px;
	height: 44px;
	margin-top: 50px;
	background: url(../imatges/contingutt.png) repeat bottom;
	float: left
}

#Contenidor .topr {
	width: 44px;
	height: 44px;
	margin-top: 50px;
	background: url(../imatges/continguttr.png) no-repeat bottom;
	float: left
}

#Contenidor .topl {
	width: 201px;
	height: 193px;
	margin: 0px;
	background: url(../imatges/contingutl.png) no-repeat top;
	float: left
}

#Contenidor .bottom {
	width: 912px;
	height: 44px;
	margin: 0px;
	background: url(../imatges/contingutb.png) repeat top;
	float: left
}

#Contenidor .bottomr {
	width: 44px;
	height: 44px;
	margin-right: 40px;
	background: url(../imatges/contingutbl.png) no-repeat top;
	float: left
}

#Contenidor .bottoml {
	width: 44px;
	height: 44px;
	margin-left: 50px;
	background: url(../imatges/contingutbr.png) no-repeat top;
	float: left
}

#Contenidor .borde {
	width: 1000px;
	margin: 0px 50px 0px 50px;
	background: url(../imatges/contingut.png) repeat top;
	float: left
}

#Contenidor .contingut {
	margin: 198px 34px 0px 171px;
	float: left
}

#Contenidor .right {
	width: 44px;
	height: 99px;
	margin-right: 50px;
	background: url(../imatges/contingutr.png) repeat top;
	float: left
}

#Contenidor .tabtop {
	width: 839px;
	background-color: #ffffff;
	float: left
}

/* Capçalera */
#Capcalera {
	width: 1100px;
	height: 200px;
	position: fixed;
}

#Capcalera .nada {
	width: 839px;
	float: left
}

#idiomas {
	width: 100%;
	height: 60px;
	background-color: #4b4b4b;
	float: left
}

#idiomas h2 {
	margin: 40px 10px 0px 0px;
	font-size: 12px;
	color: #fff;
	float: right
}

#idiomas a {
	color: #fff;
}

#idiomas a:hover {
	color: #c00
}	

#Capcalera a {
	color: #ffffff;
}

#Capcalera a:hover {
	text-decoration: underline
}

#Llistat {
	width: 793px;
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	margin: 20px 0px 0px 20px;
	float: left
}

#Llistat .in {
	width: 791px;
	min-height: 60px;
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	margin: 0px;
	float: left
}

#Llistat .in2 {
	width: 791px;
	min-height: 60px;
	border: 1px solid #a5a5a5;
	margin: 0px;
	float: left
}

#Llistat .in3 {
	width: 791px;
	min-height: 59px;
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #666;
	margin: 0px;
	float: left
}

#Llistat .estat {
	width: 88px;
	height: 50px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .estatv {
	width: 128px;
	height: 50px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .id {
	margin-left: 10px;
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .produccio {
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .ingestion {
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .altura {
	width: 93px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .peso {
	width: 93px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .edad {
	width: 93px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .diasl {
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .dciclo {
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .dgest {
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .inseminada {
	width: 126px;
	padding: 5px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
	float: left
}

#Llistat .ccs {
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .proteina {
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .grasa {
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .partos {
	width: 63px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	float: left
}

#Llistat .detalles {
	height: 28px;
	width: 58px;
	float: left
}

#Llistat .grupo {
	width: 126px;
	float: left
}

#Llistat h2 {
	width: 770px;
	height: 30px;
	padding: 25px 0px 5px 10px;
	margin: 0px;
	font-size: 16px;
	color: #cc0000;
	float: left;
}

#Llistat h4 {
	width: 320px;
	height: 18px;
	padding: 5px 0px 5px 10px;
	margin: 30px 30px 0px 30px;
	background-color: #999;
	float: left;
	border-bottom: 2px solid #333
}

#Llistat h4 a {
	width: 320px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: left;
}

#Llistat h3 {
	width: 330px;
	height: 20px;
	padding: 15px 0px 5px 10px;
	margin: 0px;
	font-size: 16px;
	color: #cc0000;
	float: left;
}

#Llistat select {
	width: 120px;
	margin: 5px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: left
}

#Llistat .vistagranja {
	width: 60px;
	margin: 5px 0px 0px 5px;
	height: 20px;
	float: left
}

#Llistat .resetpasswd {
	width: 90px;
	margin: 5px 0px 0px 5px;
	height: 20px;
	float: left
}

#Llistat .alumno {
	width: 80px;
	margin: 5px 0px 0px 10px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	line-height: 180%;
	float: left
}

#Llistat .boton {
	width: 80px;
	margin: 5px 0px 0px 5px;
	height: 20px;
	font-size: 12px;
	color: #333333;
	float: left
}

#Titol {
	height: 30px;
	font-family: Verdana;
	margin: 26px 0px 0px 20px;
	font-size: 28px;
	color: #252525;
	font-weight: bold;
	float: left
}

#Titol b {
	font-size: 18px;
	font-weight: bold;
	color: #c00
}

#NomCurs {
	display: block;
	width: auto;		
	color: #666;
}

#Alumne {
	font-size: 14px;
	font-family: Verdana;
	float: right;
	width: auto;
	font-weight: bold;
	text-align: right;
	margin: 22px 30px 0px 0px;
}

#NomUsuari {
	display: block;
	width: auto;	
	color: #333;
}

#evaluacion {
	font-size: 34px;
	font-family: Trebuchet;
	width: 45px;
	height: 20px;
	margin: 20px 30px 0px 0px;
	text-align: right;
	font-weight: bold;
	color: #00c;
	float: right;
}

#evaluacion.mal, #nota.mal {
	color:#c00;
}

#nota {
	display: inline-block;
	font-size: 14px;
	font-family: Verdana;
	width: 60px;
	padding: 10px;
	text-align: center;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	color: #00c;
}

/* Menu Lateral */
#Menulat {
	width: 137px;
	margin: 193px 0px 0px 34px;
	position: fixed
}

#Menulat p {
	font-size: 12px;
	font-Family: Verdana;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 137px
}

#Menulat h1 {
	width: 112px;
	height: 16px;
	margin-top: 5px;
	padding: 10px;
	font-size: 14px;
	color: #ffffff;
	border-right: 5px solid #333333;
	background-color: #999999
}

#Menulat .volver {
	border-right: 5px solid #660000;
	background-color: #999900
}

#Menulat .volver:hover {
	border-right: 5px solid #660000;
	background-color: #006600
}

#Menulat .simulador {
	margin-top: 20px;
	border-right: 5px solid #660000;
	background-color: #999900
}

#Menulat .simulador:hover {
	border-right: 5px solid #660000;
	background-color: #006600
}

#Menulat .salir {
	margin-top: 20px
}

#Menulat h1.selected {
	border-right: 5px solid #660000;
	background-color: #cc0000
}

#Menulat h1:hover {
	border-right: 5px solid #660000;
	background-color: #cc0000
}

#Menulat h1.seleccionat {
	height: auto;
	border-right: 5px solid #660000;
	background-color: #cc0000
}

#Menulat h1.seleccionat p {
	width: 107px;
	float: left
}

#Menulat h1.seleccionat form {
	width: 107px;
	float: left;
	text-align: center
}

#Menulat h1.seleccionat form input {
	float: none;
	color: #c00
}

#Menulat h5 {
	width: 100px;
	height: 16px;
	margin: 0px 0px 0px 12px;
	padding: 5px 10px 10px 10px;
	font-size: 14px;
	color: #ffffff;
	border-top: 5px solid #333;
	border-right: 5px solid #333333;
	background-color: #999999;
	float: left
}

#Menulat h5:hover {
	border-right: 5px solid #600;
	border-top: 5px solid #600;
	background-color: #f90
}

#Menulat h5.selected {
	border-right: 5px solid #600;
	border-top: 5px solid #600;
	background-color: #f90
}

#Menulat .selectcursos {
	width: 132px;
	margin-top: 5px;
	font-size: 14px;
	color: #333333;
	border-right: 5px solid #333333;
	background-color: #cccccc;
	float: left
}

#Menulat label {
	width: 112px;
	margin: 5px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	float: left
}

#Menulat select {
	width: 112px;
	margin: 5px 0px 0px 10px;
	font-size: 14px;
	float: left
}

#Menulat input {
	width: 30px;
	margin: 5px 5px 5px 0px;
	float: right
}

/* Botonera */
#BarraSup {
	width: 930px;
	height: 80px;
	margin: -25px 0px 0px 0px;
}

#logobarl {
	width: 6px;
	height: 73px;
	background: url(../imatges/logobarL.gif) no-repeat bottom;
}

#logobarb {
	width: 918px;
	height: 73px;
	background: url(../imatges/logobarb.gif) repeat bottom;
}

#logobarb ul {
	height: 73px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: right
}

#logobarb li {
	width: 72px;
	height: 73px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: right
}

#logobarR {
	width: 6px;
	height: 73px;
	background: url(../imatges/logobarR.gif) no-repeat bottom;
}

/* Contenidos */
#Continguts {
	width: 930px;
	margin: 0px
}

/* Index.Html */
#Resultat {
	width: 793px;
	min-height: 598px;
	margin-left: 0px;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

#Resultat div {
	float: left
}

#Resultat ul {
	width: 791px;
	min-height: 700px;
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	float: left
}

#Resultat li {
	width: 771px;
	margin: 0px 10px 20px 10px;
	padding: 0px;
	float: left
}

#Resultat select {
	margin: 0 0 0 110px;
	padding: 0 5px;
	border: 0;
	font-family: Verdana;
	font-size: 14px;
	color: #00c;
	font-weight: bold;
	float: left
}

#Resultat li h3 {
	width: 540px;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	color: #333333;
	float: left
}

#Resultat li h7 {
	width: 540px;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	color: #666600;
	font-weight: bold;
	float: left
}

#Resultat li h4 {
	width: 200px;
	margin: 10px 0px 0px 0px;
	font-size: 13px;
	color: #cc0000;
	text-align: right;
	float: left
}

#Resultat li h6 {
	width: 270px;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	color: #330;
	float: left
}

#Resultat li h9 {
	width: 90px;
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	color: #330;
	float: left
}

#Resultat h5 {
	width: 570px;
	margin: 10px 0px 0px 10px;
	font-size: 12px;
	color: #333;
	text-align: left;
	float: left
}

#Resultat h8 {
	padding: 10px;
	background-color: #ccc;
	border: 1px solid #c00;
	font-size: 12px;
	font-weight: bold;
	float: left
}

#Resultat h8 a {
	color: #c00;
	float: none
}

#Resultat li p {
	width: 80px;
	margin: 0px;
	font-size: 12px;
	color: #333333;
	text-align: right;
	float: left
}

#Resultat li p b {
	width: 80px;
	margin: 0px;
	font-size: 14px;
	text-align: right;
	float: left
}

#Resultat li p[class=wrong] {
	color: #c00
}

#Resultat h1 {
	width: 100%;
	margin-top: 0px;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	float: left
}

#Resultat .colordinero {
	color: #000000
}

#Resultat .coloringresos {
	color: #000066
}

#Resultat .colorgastos {
	color: #cc0000
}

#Resultat .marca {
	background-color: #cccccc
}

#Resultat .desmarca {
	background-color: #ffffff
}

#Resultat .acciones {
	width: 140px;
	float: left;
}

#Resultat .secar {
	width: 140px;
	color: #333333;
	margin-top: 10px;
	cursor: pointer;
}

#Resultat .secar:hover {
	color: #cc0000
}

#Resultat .inseminar {
	width: 140px;
	color: #333333;
	margin-top: 10px;
	cursor: pointer;
}

#Resultat .inseminar:hover {
	color: #cc0000
}

#Resultat .descubrir {
	width: 140px;
	color: #333333;
	margin-top: 10px;
	cursor: pointer;
}

#Resultat .descubrir:hover {
	color: #cc0000
}

#Resultat .sacrificar {
	width: 140px;
	color: #333333;
	margin-top: 10px;
	cursor: pointer;
}

#Resultat .sacrificar:hover {
	color: #cc0000
}

#Resultat .crotalar {
	width: 140px;
	color: #333333;
	margin-top: 10px;
	cursor: pointer;
}

#Resultat .crotalar:hover {
	color: #cc0000
}

#Resultat .desinfectar {
	width: 140px;
	color: #333333;
	margin-top: 10px;
	cursor: pointer;
}

#Resultat .desinfectar:hover {
	color: #cc0000
}

#Resultat .destetar {
	width: 140px;
	color: #333333;
	margin-top: 10px;
	cursor: pointer;
}

#Resultat .destetar:hover {
	color: #cc0000
}

#Resultat .grupoactivo {
	color: #fff;
	padding: 1px 2px 1px 2px;
	margin: 10px 5px 0px 5px;
	background: #c00;
	cursor: pointer;
}

#Resultat .grupo {
	color: #fff;
	padding: 1px 2px 1px 2px;
	margin: 10px 5px 0px 5px;
	background: #666;
	cursor: pointer;
}

#Resultat .grupo:hover {
	background: #c00;
}

#Resultat .estat {
	width: 66px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left
}

#Resultat .estatv {
	width: 106px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left
}

#Resultat .estat0 {
	height: 38px;
	width: 48px;
	background: url(../imatges/estat0.png) no-repeat top;
}

#Resultat .estat6 {
	height: 38px;
	width: 48px;
	background: url(../imatges/estat1.png) no-repeat top;
}

#Resultat .estat4 {
	height: 38px;
	width: 48px;
	background: url(../imatges/estat2.png) no-repeat top;
}

#Resultat .estat5 {
	height: 38px;
	width: 48px;
	background: url(../imatges/estat3.png) no-repeat top;
}

#Resultat .estat10 {
	height: 40px;
	width: 86px;
	background: url(../imatges/estat10.png) no-repeat top;
}

#Resultat .estat11 {
	height: 40px;
	width: 86px;
	background: url(../imatges/estat11.png) no-repeat top;
}

#Resultat .estat20 {
	height: 40px;
	width: 86px;
	background: url(../imatges/estat10.png) no-repeat top;
}

#Resultat .estat21 {
	height: 40px;
	width: 86px;
	background: url(../imatges/estat11.png) no-repeat top;
}

#Resultat .estat30 {
	height: 40px;
	width: 86px;
	background: url(../imatges/estat10.png) no-repeat top;
}

#Resultat .estat31 {
	height: 40px;
	width: 86px;
	background: url(../imatges/estat11.png) no-repeat top;
}

#Resultat .estat41 {
	height: 40px;
	width: 86px;
	background: url(../imatges/estat11.png) no-repeat top;
}

#Resultat .estat51 {
	height: 40px;
	width: 86px;
	background: url(../imatges/estat11.png) no-repeat top;
}

#Resultat .estatocultt {
	height: 40px;
	width: 86px;
	background: url(../imatges/estatocult.png) no-repeat top;
}

#Resultat .estatocult {
	height: 38px;
	width: 48px;
	background: url(../imatges/estatocult.png) no-repeat top;
}

#Resultat .up {
	height: 38px;
	width: 38px;
	background: url(../imatges/up.png) no-repeat top;
}

#Resultat .down {
	height: 38px;
	width: 38px;
	background: url(../imatges/down.png) no-repeat top
}

#Resultat .equal {
	height: 38px;
	width: 38px;
	background: url(../imatges/equal.png) no-repeat top
}

#Resultat .id {
	width: 43px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center
}

#Resultat .produccio {
	width: 43px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .ingestion {
	width: 43px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .altura {
	width: 73px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .peso {
	width: 73px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .edad {
	width: 73px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .diasl {
	width: 38px;
	padding: 10px 15px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .dciclo {
	width: 33px;
	padding: 10px 20px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .dgest {
	width: 38px;
	padding: 10px 15px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .dinseminada {
	width: 31px;
	padding: 10px 50px 10px 45px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #cc0000
}

#Resultat .partos {
	width: 30px;
	padding: 10px 23px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .ccs {
	width: 40px;
	padding: 10px 13px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .proteina {
	width: 40px;
	padding: 10px 13px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .grasa {
	width: 40px;
	padding: 10px 13px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right
}

#Resultat .detalles {
	height: 28px;
	width: 88px;
	font-size: 14px;
	line-height: 220%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 5px 0px 0px 20px;
	background-color: #333333;
	cursor: pointer
}

#Resultat .detalles:hover {
	background-color: #cc0000
}

#Resultat .detallesCurt {
	height: 28px;
	width: 28px;
	font-size: 14px;
	line-height: 220%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 5px 0px 0px 20px;
	background-color: #333333;
	cursor: pointer
}

#Resultat .detallesCurt:hover {
	background-color: #cc0000
}

#Resultat .ficha {
	width: 741px;
	margin: 10px 20px 10px 20px
}

#Resultat .marco {
	width: 741px;
	border: 2px solid #cccccc;
	background-color: #ffffff
}

#Resultat .marco .descripcionEnfermedad {
  width: 680px;
  padding: 10px;
  margin: 20px;
  border: 2px solid #333;
  background-color: #fee;
}

#Resultat .marco .nombretratamiento {
  width: 680px;
  padding: 10px;
  margin: 20px;
  border: 2px solid #333;
  background-color: #efe;
}

#Resultat .marco .titulosintomas, #Resultat .marco .titulotratamientos, #Resultat .marco .titulonuevotratamiento {
  width: 700px;
  padding: 0px;
  margin: 20px 20px -10px 20px;
  font-weight: bold;
  font-size: 12px;
}

#Resultat .marco .descripciontratamiento {
  width: 680px;
  padding: 10px;
  margin: 20px;
  border: 2px solid #333;
  background-color: #efe;
}

#Resultat .marco div.tratamiento {
  width: 721px;
  float: left;
  margin: 0px;
  height: auto;
}

#Resultat .marco div.tratamiento select {
  width: auto;
  font-size: 12px;
  color: #000;
  font-family: Verdana;
	font-weight: bold;
	border: 2px solid #333;
	margin-left: 20px;
}

#Resultat .marco div.tratamiento input[type=submit] {
  height: 28px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #333;
  font-family: Verdana;
	font-weight: bold;
	float: right;
	margin: 0px -3px 20px 0px;
	border: 0px;
}

#Resultat .marco div.tratamiento input[type=submit]:hover {
  background-color: #060;  
}

#Resultat .marco .futurotratamiento {
  width: 680px;
  padding: 10px;
  margin: 20px;
  border: 2px solid #333;
  background-color: #efe;
}

#Resultat .marco .futurotratamiento p {
  width: 680px;
  text-align: left;
}

#Resultat .marco .futurotratamiento p b {
  font-size:12px;
  float:none;  
}

#Resultat .marco label[class=dias] {
	margin: 10px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	float: left
}

#Resultat .marco input[name=diasGrafica] {
	width: 40px;
	margin: 6px 5px 0px 5px;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	float: left
}

#Resultat .marco input[name=alarma] {
	width: 40px;
	margin: 6px 5px 10px 5px;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	color: #c00;
	font-weight: bold;
	float: left
}

#Resultat .marco form {
	width: 570px;
	height: 200px;
	margin: 10px;
	float: left;
	text-align: center;
}

#Resultat .marco form.sacrifica label {
	width: 570px;
	margin-top: 20px;
	font-family: Verdana;
	font-size: 18px;
	color: #c00;
	text-align: center;
	font-weight: bold;
	float: left;
}

#Resultat .marco form.sacrifica input {
	margin: 20px;
	font-family: Verdana;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	float: none
}

#Resultat img {
	margin: 10px;
	float: left
}

#Resultat a {
	float: left
}

#Resultat .historia {
	width: 720px;
	margin: 5px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	float: left
}

ul#menudetalles {
	width: 681px;
	height: 31px;
	min-height: 0px;
	padding: 0px;
	margin-left: 40px;
	list-style-type: none;
	font-size: 12px;
	border: 0px;
	float: left
}

ul#menudetalles li {
	width: 100px;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	background-color: #ffffff;
	cursor: pointer;
	float: left
}

ul#menudetalles li.noretirarleche {
  width: auto;
  padding-left:10px;
  padding-right:10px;
  float:right;
}

ul#menudetalles li.retirarleche {
  width: auto;
  padding-left:20px;
  padding-right:20px;
}

ul#menudetalles li:hover {
	background-color: #cccccc
}

ul#menudetalles a {
  width: 100%;
  padding: 10px 0px 5px 0px;
  text-align: center;
	color: #333333;
	display: block;
	margin: 0px;
	float: none
}

#adminprofesores {
	width: 793px;
	margin: 0px;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

#adminprofesores ul {
	width: 791px;
	min-height: 600px;
	list-style-type: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	float: left
}

#adminprofesores li {
	width: 771px;
	height: 30px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	float: left
}

#adminprofesores .titnombre {
	width: 130px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#adminprofesores .titapellidos {
	width: 160px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#adminprofesores .titlogin {
	width: 140px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#adminprofesores .titpasswd {
	width: 140px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#adminprofesores .formprofesor {
	width: 691px;
	margin: 0px;
	padding: 0px;
	float: left
}

#adminprofesores .nombre {
	width: 126px;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#adminprofesores .apellidos {
	width: 156px;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#adminprofesores .login {
	width: 136px;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#adminprofesores .passwd {
	width: 136px;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#adminprofesores .boton {
	width: 70px;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#adminprofesores .delprofesor {
	width: 80px;
	margin: 0px;
	padding: 0px;
	float: left
}

#admincursos {
	width: 793px;
	margin: 0px;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

#admincursos ul {
	width: 791px;
	min-height: 600px;
	list-style-type: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	float: left
}

#admincursos li {
	width: 771px;
	margin: 0px 10px 20px 10px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	float: left
}

#admincursos .titnombrecurso {
	width: 130px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#admincursos .titpalabraclave {
	width: 160px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#admincursos .titactivo {
	width: 40px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#admincursos .titalumnos {
	width: 70px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#admincursos .titprofesores {
	width: 140px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#admincursos .formcurso {
	width: 691px;
	margin: 0px;
	padding: 0px;
	float: left
}

#admincursos .nombrecurso {
	width: 126px;
	font-size: 14px;
	color: #333333;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#admincursos .palabraclave {
	width: 156px;
	font-size: 14px;
	color: #333333;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#admincursos .activo {
	width: 34px;
	padding-left: 0px;
	padding-right: 0px;
	color: #333333;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	float: left
}

#admincursos .alumnos {
	width: 68px;
	padding-left: 0px;
	padding-right: 0px;
	height: 18px;
	color: #333333;
	text-align: center;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#admincursos .profesores {
	width: 165px;
	height: 18px;
	color: #333333;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	float: left
}

#admincursos .boton {
	width: 70px;
	font-size: 14px;
	color: #333333;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#admincursos .delcurso {
	width: 80px;
	margin: 0px;
	padding: 0px;
	float: left
}

#admincursos .formprofes {
	width: 278px;
	margin: 5px 0px 0px 435px;
	padding: 0px;
	float: left
}

#admincursos .selectprofes {
	width: 163px;
	border: 1px solid #cccccc;
	float: left
}

#admincursos .presentes {
	width: 163px;
	height: 18px;
	padding: 1px;
	margin-right: 10px;
	background: #cccccc;
	float: left
}

#admincursos .formnuevocurso {
	width: 771px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	float: left
}

#admincursos .botonnuevo {
	width: 150px;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cc0000;
	float: left
}

#profescurso {
	width: 793px;
	margin: 0px;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

#profescurso ul {
	width: 791px;
	list-style-type: none;
	font-size: 14px;
	margin: 0px;
	padding: 0 0 20px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	float: left
}

#profescurso li {
	width: 771px;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	float: left
}

#profescurso .titnombrecurso {
	width: 230px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#profescurso .titpalabraclave {
	width: 260px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#profescurso .titactivo {
	width: 40px;
	margin-right: 10px;
	color: #cc0000;
	float: left
}

#profescurso .formcurso {
	width: 691px;
	margin: 0px;
	padding: 0px;
	float: left
}

#profescurso .nombrecurso {
	width: 226px;
	height: 30px;
	font-size: 18px;
	color: #333333;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#profescurso .palabraclave {
	width: 256px;
	height: 30px;
	font-size: 18px;
	color: #333333;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#profescurso .activo {
	width: 36px;
	height: 30px;
	font-size: 14px;
	color: #333333;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#profescurso .boton {
	width: 120px;
	height: 30px;
	margin: 0px 10px 0px 0px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	background: #333333;
	float: left
}

form[id ^=variables] {
	width: 793px;
	margin: 0 0;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

form#variables ul {
	width: 791px;
	min-height: 500px;
	list-style-type: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	float: left
}

form#variables li {
	width: 771px;
	margin: 20px 10px 30px 10px;
	padding: 0px;
}

form#variables li label {
	display: inline;
	margin: 0px 5px;
	color: #333333;
}

form#variables li input {
	display: inline-block;
	padding: 2px 5px;
	width: 84px;
	font-size: 18px;
	text-align: right;
	color: #333333;
	border: 1px solid #cc0000;
}

form#variables li input.integer {
	width: 44px;
}

form#variables .guarda {
	width: 200px;
	height: 30px;
	margin: 0px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	background: #333333;
	cursor: pointer;
	float: right
}

#ResultGranjas {
	width: 793px;
	min-height: 599px;
	margin-left: 0px;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

#ResultGranjas div {
	float: left
}

#ResultGranjas ul {
	width: 791px;
	min-height: 600px;
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	float: left
}

#ResultGranjas li {
	width: 779px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	float: left;
}

#ResultGranjas .alumno {
	width: 80px;
	margin: 5px 5px 0px 0px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	line-height: 300%;
	float: left
}

#ResultGranjas .alumno:hover {
	color: #cc0000;
}

#ResultGranjas .noalumno {
	width: 80px;
	margin: 5px 5px 0px 0px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	line-height: 300%;
	float: left
}

#ResultGranjas .filtro1 {
	width: 120px;
	margin: 5px 5px 0px 0px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #333333;
	float: left
}

#ResultGranjas .filtro2 {
	width: 120px;
	margin: 5px 5px 0px 0px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #333333;
	float: left
}

#ResultGranjas .filtro3 {
	width: 120px;
	margin: 5px 5px 0px 0px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #333333;
	float: left
}

#ResultGranjas .filtro4 {
	width: 120px;
	margin: 5px 5px 0px 0px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #333333;
	float: left
}

#ResultGranjas .vistagranja {
	width: 80px;
	margin: 5px 5px 0px 0px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #cccccc;
	float: left
}

#ResultGranjas .vistagranja:hover {
	background: #cc0000
}

#ResultGranjas .resetpasswd {
	width: 80px;
	margin: 5px 5px 0px 0px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #cccccc;
	float: left
}

#ResultGranjas .resetpasswd:hover {
	background: #cc0000
}

#ResultGranjas .actualmente {
	width: 90%;
	text-align: right;
	float: left
}

#ResultGranjas .inicial {
	width: 90%;
	margin: 5px 0px 5px 0px;
	text-align: right;
	font-weight: normal;
	float: left
}

#ResultGranjas .nuevoAlumno {
	width: 330px;
	margin: 10px;
	border: 2px solid #cccccc;
	float: left
}

#ResultGranjas .titulo {
	width: 690px;
	margin: 15px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	text-transform: uppercase;
	float: left
}

#ResultGranjas .contenedorpr {
	width: 771px;
	border: 1px solid #333333
}

#ResultGranjas .progreso {
	height: 30px;
	background: #cccccc;
	float: left
}

#ResultGranjas .txtprogreso {
	margin-top: -55px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 300%;
	font-weight: bold;
	color: #333333;
	float: left
}

#borrargranja {
	width: 90px;
	margin: 5px 5px 0px 0px;
	float: left
}

#borrargranja input[type=submit] {
	width: 90px;
	white-space: normal;
	height: 35px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #cccccc;
	border: 0px;
	float: left
}

#borrargranja input[type=submit]:hover {
	background: #cc0000;
}

#nuevoAlumno {
	width: 340px;
	margin: 10px;
	border: 2px solid #cccccc;
	float: left
}

#nuevoAlumno input[type=text] {
	width: 196px;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	float: left
}

#nuevoAlumno input[type=submit] {
	width: 200px;
	margin: 10px 0px 20px 110px;
	height: 18px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: #cccccc;
	color: #ffffff;
	border: 0px;
	float: left
}

#nuevoAlumno input[type=submit]:hover {
	background: #cc0000
}

#nuevoAlumno input[type=file] {
	width: 196px;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	float: left
}

#nuevoAlumno label {
	width: 100px;
	font-size: 12px;
	line-height: 160%;
	margin: 5px 0px 0px 10px;
	float: left
}

#modificarAlumno {
	width: 430px;
	margin: 0px 0px 20px 0px;
	float: left
}

#modificarAlumno label {
	width: 200px;
	margin: 5px 0px 0px 10px;
	float: left
}

#modificarAlumno input {
	width: 196px;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	float: left
}

#modificarAlumno input[type=submit] {
	width: 200px;
	margin: 10px 0px 20px 110px;
	height: 18px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: #cccccc;
	color: #ffffff;
	border: 0px;
	float: left
}

#modificarAlumno input[type=submit]:hover {
	background: #cc0000
}

#vaciargranja {
	width: 100px;
	height: 20px;
	margin: 40px 0px 0px 120px;
	float: left;
}

#vaciargranja input[type=submit] {
	width: 100px;
	height: 60px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background: #cccccc;
	color: #cc0000;
	float: left;
}

#vaciargranja input[type=submit]:hover {
	background: #333333
}

#inseminaciones {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	float: left
}

#inseminaciones tr {
  font-size: 10px;
	margin: auto;
	padding: 0px;
	float: left
}

#inseminaciones td {
	width: 70px;
	height: 20px;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	border-bottom: 2px dotted #cccccc;
	border-left: 2px dotted #cccccc;
	color: #333333;
	float: left
}

#inseminaciones .primera {
	width: 70px;
	color: #006600
}

#inseminaciones .exito {
	color: #cc0000
}

#inseminaciones .top {
	color: #006600
}

#checkejat {
	margin: 30px;
	float: right;
}

#admingredientes {
	width: 793px;
	margin: 0px;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

#admingredientes ul {
	width: 791px;
	min-height: 600px;
	list-style-type: none;
	font-size: 14px;
	margin: 0px;
	padding: 20px 0;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	float: left
}

#admingredientes li {
	width: 771px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	float: left
}

#admingredientes .titnombre {
	width: 177px;
	margin-right: 4px;
	color: #cc0000;
	float: left
}

#admingredientes .titproteina,
#admingredientes .titenergiaNeta,
#admingredientes .titmateriaSeca,
#admingredientes .titfibra,
#admingredientes .titfNDF,
#admingredientes .titgreix,
#admingredientes .titcendres,
#admingredientes .tittoneladasHectarea,
#admingredientes .titcnf {
	width: 47px;
	text-align: center;
	margin-right: 5px;
	color: #cc0000;
	float: left;
}

#admingredientes .titprecio,
#admingredientes .titcantidad {
	width: 48px;
	text-align: center;
	margin-right: 5px;
	color: #cc0000;
	float: left;
}

#admingredientes .formingrediente {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left
}

#admingredientes .nombres {
	width: 176px;
	margin: 0px 4px 0px 0px;
	float: left
}

#admingredientes .nombre {
	width: 148px;
	margin: 0px 0px 5px 0px;
	padding-right: 23px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #ccc;
	float: left
}

#admingredientes .proteina,
#admingredientes .energiaNeta,
#admingredientes .fibra,
#admingredientes .fNDF,
#admingredientes .greix,
#admingredientes .cendres,
#admingredientes .materiaSeca,
#admingredientes .toneladasHectarea,
#admingredientes .cnf {
	width: 41px;
	height: 14px;
	text-align: right;
	padding: 1px 2px;
	font-size: 12px;
	color: #000;
	margin: 0px 5px 0px 0px;
	border: 1px solid #cccccc;
	float: left
}

#admingredientes .cnf {
	background-color: #ccc;
}

#admingredientes .totalproteina,
#admingredientes .totalenergiaNeta,
#admingredientes .totalmateriaSeca,
#admingredientes .totalfibra,
#admingredientes .totalfNDF,
#admingredientes .totalgreix,
#admingredientes .totalcendres,
#admingredientes .totalcnf {
	width: 34px;
	text-align: right;
	padding: 1px 2px;
	border: 1px solid #000;
	font-size: 12px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	float: left
}

#admingredientes .precio,
#admingredientes .cantidad {
	width: 42px;
	text-align: right;
	font-size: 12px;
	padding: 1px 2px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	border: 1px solid #cc0000;
	float: left
}

#admingredientes .totalprecio,
#admingredientes .totalcantidad {
	width: 42px;
	text-align: right;
	padding: 1px 2px;
	border: 1px solid #000;
	font-size: 12px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	float: left
}

#admingredientes .totalprecio {
	margin-left: 45px;
}

#admingredientes .total {
	width: 174px;
	text-align: left;
	text-transform: uppercase;
	padding: 1px;
	font-size: 14px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	float: left
}

#admingredientes .boton {
	width: 70px;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
	float: right
}

#admingredientes .boton:hover {
	background-color: #ccc;
	color: #000
}

#admingredientes .delingrediente {
	width: 70px;
	margin: -45px 0;
	padding: 0px;
	float: right;
}

#admingredientes .delingrediente .boton:hover {
	color: #fff;
	background: #c00;
}

#admingredientes .formnuevoingrediente {
	width: 771px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	float: left
}

#admingredientes .botonnuevo {
	width: 70px;
	color: #fff;
	background-color: #666;
	font-size: 12px;
	margin: 0;
	border: 1px solid #666;
	float: right;
}

#admingredientes .botonnuevo:hover {
	background-color: #c00;
	border-color: #c00
}

#adminpatologias {
	width: 793px;
	margin: 0px;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

#adminpatologias ul {
	width: 791px;
	min-height: 600px;
	list-style-type: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	float: left
}

#adminpatologias li {
	width: 771px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	float: left
}

#adminpatologias .titnombre {
	width: 256px;
	margin-right: 7px;
	color: #cc0000;
	float: left
}

#adminpatologias .titdescripcion {
	width: 231px;
	text-align: left;
	margin-right: 8px;
	color: #cc0000;
	float: left;
}

#adminpatologias .titular {
	width: 100%;
	margin: 20px 0px 10px 0px;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000
}

#adminpatologias .formpatologia {
	width: 791px;
	margin: 0px;
	padding: 0px;
	float: left
}

#adminpatologias .nombres {
	width: 256px;
	margin: 0px 8px 0px 0px;
	float: left
}

#adminpatologias .nombre {
	width: 233px;
	margin-bottom: 5px;
	padding-right: 23px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #ccc;
	float: left
}

#adminpatologias .textos {
	width: 236px;
	margin: 0px 8px 0px 0px;
	float: left
}

#adminpatologias textarea {
	width: 213px;
	height: 60px;
	padding-right: 23px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias textarea:focus {
	height: 175px
}

#adminpatologias .modificadors {
	width: 250px;
	margin: 0px 0px 0px 0px;
	float: left
}

#adminpatologias .modificadors label {
	width: 195px;
	text-align: left;
	font-size: 15px;
	margin: 0px 0px 5px 5px;
	color: #666;
	float: left;
}

#adminpatologias .incidencia {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .modproduccion {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .modfertilidad {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .modcss {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .modiniciociclo {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .modmortalidadneonato {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .duracion {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .duraciontratado {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .mortaldades {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .modcrecimiento {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .inicioedadriesgo {
	width: 19px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .finedadriesgo {
	width: 19px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin: 2px 0px 0px 6px;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .iniciodelriesgo {
	width: 12px;
	text-align: right;
	font-size: 12px;
	margin-top:2px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias .findelriesgo {
	width: 25px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin: 2px 0px 0px 7px;
	border: 1px solid #cccccc;
	float: left
}

#adminpatologias [lang|=en] {
	background: url(../imatges/en.png) no-repeat right
}

#adminpatologias [lang|=es] {
	background: url(../imatges/es.png) no-repeat right
}

#adminpatologias [lang|=ca] {
	background: url(../imatges/ca.png) no-repeat right
}

#admingredientes [lang|=en] {
	background: url(../imatges/en.png) no-repeat right
}

#admingredientes [lang|=es] {
	background: url(../imatges/es.png) no-repeat right
}

#admingredientes [lang|=ca] {
	background: url(../imatges/ca.png) no-repeat right
}

#adminpatologias .boton {
	width: 70px;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
	float: right
}

#adminpatologias .boton:hover {
	background-color: #ccc;
	color: #000
}

#adminpatologias .delpatologia {
	width: 70px;
	margin: -18px 193px 0px 0px;
	padding: 0px;
	float: right;
}

#adminpatologias .delpatologia .boton:hover {
	background-color: #c00;
	color: #fff
}

#adminpatologias .formnuevapatologia {
	width: 771px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	float: left
}

#adminpatologias .botonnuevo {
	width: 150px;
	color: #fff;
	background-color: #666;
	font-size: 12px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #666;
	float: left
}

#adminpatologias .botonnuevo:hover {
	background-color: #c00;
	border-color: #c00
}

#admintratamientos {
	width: 793px;
	margin: 0px;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

#admintratamientos ul {
	width: 791px;
	min-height: 600px;
	list-style-type: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	float: left
}

#admintratamientos li {
	width: 771px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	float: left
}

#admintratamientos .titnombre {
	width: 256px;
	margin: 10px 7px 0px 0px;
	color: #cc0000;
	float: left
}

#admintratamientos .titdescripcion {
	width: 231px;
	text-align: left;
	margin: 10px 8px 0px 0px;
	color: #cc0000;
	float: left;
}

#admintratamientos .formtratamiento {
	width: 791px;
	margin: 0px;
	padding: 0px;
	float: left
}

#admintratamientos .nombres {
	width: 256px;
	margin: 0px 8px 0px 0px;
	float: left
}

#admintratamientos .nombre {
	width: 233px;
	margin-bottom: 5px;
	padding-right: 23px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #ccc;
	float: left
}

#admintratamientos .textos {
	width: 236px;
	margin: 0px 8px 0px 0px;
	float: left
}

#admintratamientos textarea {
	width: 213px;
	height: 60px;
	padding-right: 23px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	float: left
}

#admintratamientos textarea:focus {
	height: 175px
}

#admintratamientos .modificadors {
	width: 250px;
	margin: 0px 0px 0px 0px;
	float: left
}

#admintratamientos .modificadors label {
	width: 195px;
	text-align: left;
	font-size: 15px;
	margin: 0px 0px 5px 5px;
	color: #666;
	float: left;
}

#admintratamientos .coste {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	float: left
}

#admintratamientos input[type=checkbox] {
	width: 15px;
	height: 15px;
	color: #333333;
	margin: 0px 20px 5px 15px;
	border: 1px solid #cccccc;
	float: left
}

#admintratamientos select.patologia {
	width: 248px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	float: left
}

#admintratamientos [lang|=en] {
	background: url(../imatges/en.png) no-repeat right
}

#admintratamientos [lang|=es] {
	background: url(../imatges/es.png) no-repeat right
}

#admintratamientos [lang|=ca] {
	background: url(../imatges/ca.png) no-repeat right
}

#admintratamientos .boton {
	width: 70px;
	font-size: 12px;
	color: #333333;
	margin: 90px 0px 0px 0px;
	border: 1px solid #cccccc;
	float: right
}

#admintratamientos .boton:hover {
	background-color: #ccc;
	color: #000
}

#admintratamientos .deltratamiento {
	width: 70px;
	margin: -113px 193px 0px 0px;
	padding: 0px;
	float: right;
}

#admintratamientos .deltratamiento .boton:hover {
	background-color: #c00;
	color: #fff
}

#admintratamientos .formnuevotratamiento {
	width: 771px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	float: left
}

#admintratamientos .botonnuevo {
	width: 150px;
	color: #fff;
	background-color: #666;
	font-size: 12px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #666;
	float: left
}

#admintratamientos .botonnuevo:hover {
	background-color: #c00;
	border-color: #c00
}

#dietagranja {
	width: 793px;
	margin: 0px;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	float: left
}

#dietagranja h6 {
	padding: 5px 10px;
	font-size: 14px;
}

#dietagranja .inside {
	width: 791px;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	float: left
}

#dietagranja .nomdieta {
	width: 769px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	float: left
}

#dietagranja ul {
	float: none;
	display: block;
	width: 789px;
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
	padding: 20px 0;
}

#dietagranja li.precioSecas {
	font-size: 12px;
	color: #330;
	float: left;
}

#dietagranja li {
	display: block;
	width: 789px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 0px;
	color: #333333;
}

#dietagranja .titnombre {
	width: 125px;
	margin-right: 7px;
	color: #cc0000;
	display: inline-block;
	font-size: 14px;
}

#dietagranja .titproteina,
#dietagranja .titenergiaNeta,
#dietagranja .titmateriaSeca,
#dietagranja .titgreix,
#dietagranja .titcendres,
#dietagranja .titfibra,
#dietagranja .titfNDF,
#dietagranja .titcnf {
	width: 36px;
	text-align: center;
	margin-right: 5px;
	color: #cc0000;
	display: inline-block;
	font-size: 14px;
}

#dietagranja .titprecio {
	width: 50px;
	text-align: center;
	margin-right: 5px;
	color: #cc0000;
	display: inline-block;
	font-size: 14px;
}

#dietagranja .titcantidad {
	width: 40px;
	text-align: center;
	margin-right: 75px;
	color: #cc0000;
	display: inline-block;
	font-size: 14px;
}

#dietagranja .titvacas {
	width: 30px;
	text-align: center;
	margin-right: 5px;
	color: #cc0000;
	text-transform: capitalize;
	display: inline-block;
	font-size: 14px;
}

#dietagranja .tittotal {
	width: 50px;
	text-align: center;
	margin-right: 5px;
	color: #cc0000;
	text-transform: capitalize;
	display: inline-block;
	font-size: 14px;
}

#dietagranja .formcantidad {
	width: 112px;
	margin-right: 5px;
	padding: 0px;
	display: inline-block;
	font-size: 14px;
}

#dietagranja .formcantidadfijo {
	width: 200px;
	margin-right: 5px;
	padding: 0px;
	display: inline-block;
	font-size: 10px;
}

#dietagranja .formcantidadfijo label {
	width: 50px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 2px 0 4px;
	margin: 0px 8px 0px 0px;
	display: inline-block; vertical-align: top;
}

#dietagranja .nombre {
	width: 121px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 2px 0 4px;
	margin: 0px 8px 0px 0px;
	display: inline-block;
}

#dietagranja .proteina,
#dietagranja .energiaNeta,
#dietagranja .materiaSeca,
#dietagranja .greix,
#dietagranja .cendres,
#dietagranja .fibra,
#dietagranja .fNDF,
#dietagranja .cnf {
	width: 32px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	padding: 1px;
	border: 1px solid #cccccc;
	display: inline-block;
}

#dietagranja .precio {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	padding: 1px;
	border: 1px solid #cccccc;
	display: inline-block;
}

#dietagranja .cantidad {
	width: 39px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-right: 2px;
	border: 1px solid #666;
	display: inline-block;
}

#dietagranja .vacas {
	width: 26px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	padding: 1px;
	border: 1px solid #ccc;
	display: inline-block;
}

#dietagranja .totalkg {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	padding: 1px;
	border: 1px solid #ccc;
	display: inline-block;
}

#dietagranja .preciototal {
	width: 46px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	padding: 1px;
	border: 1px solid #ccc;
	display: inline-block;
}

#dietagranja .total {
	width: 123px;
	text-align: left;
	text-transform: uppercase;
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px 7px 0px 0px;
	display: inline-block;
}

#dietagranja .totalproteina,
#dietagranja .totalenergiaNeta,
#dietagranja .totalmateriaSeca,
#dietagranja .totalgreix,
#dietagranja .totalcendres,
#dietagranja .totalfibra,
#dietagranja .totalfNDF,
#dietagranja .totalcnf {
	width: 30px;
	height: 12px;
	text-align: right;
	padding: 2px;
	border: 1px solid #000;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin-right: 5px;
	display: inline-block;
}

#dietagranja .totalprecio {
	width: 44px;
	height: 12px;
	text-align: right;
	padding: 2px;
	border: 1px solid #000;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin-right: 5px;
	display: inline-block;
}

#dietagranja .totalcantidad {
	width: 34px;
	height: 12px;
	text-align: right;
	padding: 2px;
	border: 1px solid #000;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin-right: 75px;
	display: inline-block;
}

#dietagranja .totalvacas {
	width: 24px;
	height: 12px;
	text-align: right;
	padding: 2px;
	border: 1px solid #000;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin-right: 5px;
	display: inline-block;
}

#dietagranja .totales {
	width: 44px;
	height: 12px;
	text-align: right;
	padding: 2px;
	border: 1px solid #000;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin-right: 5px;
	display: inline-block;
}

#dietagranja .preciodieta {
	width: 44px;
	height: 12px;
	text-align: right;
	padding: 1px;
	border: 2px solid #c00;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin-right: 5px;
	display: inline-block;
}

#dietagranja .boton {
	width: 64px;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	height: 18px;
	color: #fff;
	background-color: #666;
	margin: 0px;
	border: 1px solid #666;
	float: right
}

#dietagranja .boton:hover {
	background-color: #c00;
	border-color: #c00
}

#selectorgrupos {
	width: 88px;
	font-family: Verdana;
	margin: 0px;
	float: right
}

#selectorgrupos option {
	width: 88px;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
}

#Pestanas {
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #000;
	list-style-type: none;
	text-align: right;
	float: right;
}

#Pestanas li {
	display: inline-block;
	height: 20px;
	margin: 0px 5px 0px 5px;
	padding-top: 0px;
}

#Pestanas li a {
	height: 18px;
	text-decoration: none;
	display: inline-block;
	background: #a5a5a5;
	padding: 2px 15px 0;
	color: #fff;
	font-family: Verdana;
	text-align: center;
	font-size: 12px;
}

#Pestanas li a:hover {
	background: #c00;
	color: #fff;
	text-decoration: none;
}

#Pestanas li .selected {
	background: #c00;
	color: #fff;
	text-decoration: none;
}

#SubPestanas {
	width: 791px;
	margin: 0 1px 0 0;
	padding: 10px 0 0;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	outline: 1px solid #000;
	list-style-type: none;
	text-align: right;
	float: right;
}

#SubPestanas li {
	display: inline-block;
	height: 20px;
	margin: 0px 5px 0px 5px;
	padding-top: 0px;
}

#SubPestanas li a {
	height: 18px;
	text-decoration: none;
	display: inline-block;
	background: #a5a5a5;
	padding: 2px 15px 0;
	color: #fff;
	font-family: Verdana;
	text-align: center;
	font-size: 12px;
}

#SubPestanas li a:hover {
	background: #c00;
	color: #fff;
	text-decoration: none;
}

#SubPestanas li .selected {
	background: #c00;
	color: #fff;
	text-decoration: none;
}

ul#pestanasterneros {
	width: 570px;
	min-height: 20px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	border: 0px solid #000;
	list-style-type: none;
	float: left
}

ul#pestanasterneros li {
	width: 100px;
	height: 20px;
	margin: 0px 5px 0px 5px;
	padding-top: 0px;
	float: left
}

ul#pestanasterneros li a {
	width: 100px;
	height: 18px;
	text-decoration: none;
	display: block;
	background: #a5a5a5;
	padding-top: 2px;
	color: #fff;
	font-family: Verdana;
	text-align: center;
	font-size: 12px;
	float: left
}

ul#pestanasterneros li a:hover {
	background: #c00;
	color: #fff;
	text-decoration: none;
}

ul#pestanasterneros li.dietactiva a {
	background: #c00;
	color: #fff;
	text-decoration: none;
}

#dietasterneros {
	width: 550px;
	margin: 0px 10px 10px 10px;
	padding:10px;
	height: 100px;
	border: 1px solid #a5a5a5;
	float: left
}

#dietasterneros form {
	width: 550px !important;
	padding:0px !important;
	margin: 0px !important;
	float: left
}

#dietasterneros form p {
	width: 550px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333
}

#dietasterneros form label {
	width: auto;
	margin: 20px 0px 10px 20px;
	padding-top: 3px;
	font-weight: bold;
	color: #c00;
	font-size: 11px;
	float: left
}

#dietasterneros form select {
	margin: 20px 0px 10px 10px;
	font-weight: bold;
	color: #666;
	font-size: 11px;
	float: left
}

#dietasterneros form input {
	margin: 20px 0px 10px 30px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #666;
	background: #666;
	float: left
}

#dietasterneros form input:hover {
	background: #c00;
	border: 1px solid #c00
}

span input[type="submit"] {
	margin: 0px 20px 20px 20px;
	
}