body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	#background-color: #ffa;
}

.contenidor{
	position: relative;
	#padding-left: 20px;
	#padding-right: 20px;
	#padding-bottom: 20px;
	#border-right: 1px solid #f90;
	#border-left: 1px solid #f90;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #fff;
}

a,a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #000;
}

table{
	width: 100%;
	margin-bottom: 10px;
}

table.menu{
	font-size: 20px;
	background-color: #fff;
	text-align: center;
}

.forms{
	border:2px solid #E39350;
	border-collapse:collapse;
	margin-bottom: 20px;
}

.forms td, .form th {
	font-size:1em;
	border:1px solid #F4A460;
	padding:3px 7px 2px 7px;
}

.forms th {
	border:1px solid #F4A460;
	font-size:1em;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	padding-left: 10px;
	background-color:#F4A460;
	color:#006;
}

.forms tr.botons{
	text-align: right;
	background-color:#FDA;
}

.forms td.camps {
	color:#006;
	background-color:#F8C894;
}

.forms tr.heads td{
	color:#006;
	background-color:#F8C894;
}


.avisoshome{
	border:2px solid #E39350;
	border-collapse:collapse;
	margin-bottom: 20px;
}

.avisoshome td, .avisoshome th {
	font-size:1em;
	border:1px solid #F4A460;
	padding:3px 7px 2px 7px;
}

.avisoshome th {
	border:1px solid #F4A460;
	font-size:1em;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	padding-left: 10px;
	background-color:#FF0040;
	color:#006;
}

.avisoshome tr:hover {
	background-color:#F8C894;
}

.avisoshome tr.alt:hover {
	background-color:#F8C894;
}

.avisoshome tr.alt{
	color:#000;
	background-color:#FAEBD7;
}

.avisoshome tr.alerta{
	color:#000;
	background-color:#fAc5c2;
}

.avisoshome tr.heads td{
	color:#006;
	background-color:#F4A4AA;
}


.dades{
	border:2px solid #E39350;
	border-collapse:collapse;
	margin-bottom: 20px;
}

.dades td, .dades th {
	font-size:1em;
	border:1px solid #F4A460;
	padding:3px 7px 2px 7px;
}

.dades th {
	border:1px solid #F4A460;
	font-size:1em;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	padding-left: 10px;
	background-color:#F4A460;
	color:#006;
}

.dades tr:hover {
	background-color:#F8C894;
}

.dades tr.alt:hover {
	background-color:#F8C894;
}

.dades tr.alt{
	color:#000;
	background-color:#FAEBD7;
}

.dades tr.alerta{
	color:#000;
	background-color:#fAc5c2;
}

.dades tr.heads td{
	color:#006;
	background-color:#F8C894;
}

.alerta{
	border:solid 1px #F33; 
	background:#Fdd;
	color:#222222;
	padding:4px;
	text-align:center;
	margin-bottom: 15px
}

.boto {
    display: inline-block;
    background: #ffc835;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 0px 1px 0px #ffe6a5;
    padding: 4px 10px;
    border-color: #ebae3e;
    border-width: 1px;
    border-style: solid;
    font-family: Arial, Helvetica, Sans-serfi;
    font-size: 12px;
    color: #4f2f2f;
    font-weight: bold;
    -moz-box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 0px #e6e6e6;
    -webkit-box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 0px #e6e6e6;
    box-shadow: 0px 1px 0px 0px #ffd564 inset, 0px 0px 0px 0px #e6e6e6;
    cursor: pointer;
}
.boto:hover {
    background: #ffd200;
    border-color: #ffc835;
    -webkit-box-shadow: 0px 1px 0px 0px #ffe04f inset, 0px 0px 0px 0px #ffed99;
    -moz-box-shadow: 0px 1px 0px 0px #ffe04f inset, 0px 0px 0px 0px #ffed99;
    box-shadow: 0px 1px 0px 0px #ffe04f inset, 0px 0px 0px 0px #ffed99;
}


.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.5; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.5; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.5; }
  100% { opacity: 1.0; }
}

.selector_index select{
	border: 1px solid #C0C0C0;
	width: 200px;
}
.selector_index input{
	 background: #ffc835;
	 border: 1px solid #ebae3e;
	 cursor: pointer;
}