/* ----------------------------- Generales -------------------------------- */
body {
	color: #000000;
	background: transparent;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}

img {
	border: 0;
}

a:link, a:visited, a:hover, a:active {
	font-size: 12px;
	text-decoration: none;
}

table {
	font-size: 12px;
}

form {
	padding: 0;
	margin:0;
}

/* -------------------------- Menú principal -----------------------------*/
/* Div on s'introdueix la franja amb el logotip de les pagines interiors */
div.logotipo {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
}

div.barra_menu
{
	background: url(../images/barra_nav.gif) left top repeat-x;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	height: 31px; 
}

ul.opciones_menu
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

ul.opciones_menu li
{
	display: block;
	float: left;
}

ul.opciones_menu li a
{
	display: block;
	float: left;
	background: url(../images/barra_nav.gif) left top repeat-x; 
	padding: 8px 8px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #CCDDEE;
	border-width: 0 1px 1px 0;
	white-space: nowrap;
}

ul.opciones_menu li a:hover
{
	background: url(../images/barra_nav_on.png) center left no-repeat;
	color: #FFFFFF;
}

ul.opciones_menu li a.active
{
	color: #FFFFFF;
	font-weight: bold;
}

/* --------------------------------- Contenedors ------------------------------------*/
table.container_verde {
	width: 100%;
    text-align: left;
    padding:0px;
    margin-bottom:10px;
	background: url(../images/tramatVerde.gif) left top repeat;
    border:1px solid #00AA00;
   	line-height: 22px;
  }

table.container_verde th{
	background: url(../images/th_verde.gif) left top repeat-x;
	text-align: left;
	padding-left: 10px;
	color: #000000;
	font-weight: bold;
	font-size: 120%;
}

table.container_verde h4 {
	padding: 0 0 0 0;
	margin: 0;
	color: #00AA00;;
	font-weight: normal;
	font-size: 100%;
}

table.container_verde h5 {
	padding: 0 0 5px 20px;
	margin: 0;
	color: #773300;
	font-weight: normal;
	font-size: 100%;
}

table.container_verde label, table.container_naranja label,table.container_gris label {
	font-weight: 600;
}

table.container_naranja {
	width: 100%;
    text-align: left;
    padding: 0px;
    margin-bottom: 10px;
	background: url(../images/tramatOrange.gif) left top repeat;
    border:1px solid #f57b00;
   	line-height: 22px;
  }

table.container_naranja th{
	background: url(../images/th_orange.gif) left top repeat-x;
	text-align: right;
	padding-right: 10px;
	color: #000000;
	font-weight: bold;
	font-size: 120%;
}

table.container_naranja h4 {
	padding: 0 0 0 0;
	margin: 0;
	color: #cc0000;;
	font-weight: normal;
	font-size: 100%;
}

table.container_naranja h5 {
	padding: 0 0 5px 20px;
	margin: 0;
	color: #773300;
	font-weight: normal;
	font-size: 100%;
}

table.container_gris {
	width: 100%;
    text-align: left;
    padding: 0px;
    margin-bottom: 10px;
	background: url(../images/tramatGris.gif) left top repeat;
    border:1px solid #999999;
  }

table.container_gris th{
   	line-height: 25px;
	background: url(../images/th_gris.gif) left top repeat-x;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 120%;
}

table.container_gris h4 {
	padding: 0 5px 0 5px;
	margin: 0;
	color: #114274;
	font-weight: normal;
	font-size: 100%;
}

table.container_gris h3 {
	padding: 0;
	background-color: #8f8f8f;
	margin: 5px 0 0 0;
	color: white;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
}

table.container_gris h6 {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 90%;
	text-align: justify;
}

table.container_gris p {
	margin: 10px;
	text-align: justify;
	font-size: 90%;
   	line-height: 150%;
}

table.container_verde a:link, table.container_verde a:visited{
	color: #00AA00;
}
table.container_naranja a:link,table.container_naranja a:visited {
	color: #cc0000;
}
table.container_gris a:link,table.container_gris a:visited {
	color: #114274;
}

table.container_marquee {
	width: 100%;
    text-align: left;
    color: #CC8908;
    padding: 0px;
    margin-bottom: 10px;
    border:2px solid #6C88D7;
   	line-height: 22px;
  }


/* ------------------------- Inputs Formularios ----------------------------------*/
input, select, textarea {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #000099;
}

.boton_off , .boton_on{
width:100px;
height:25px;
border: 0px;
padding: 0px;
color: white;
}

.disco_off , .disco_on, .papelera_on, .papelera_off{
width:25px;
height:25px;
border: 0px;
padding: 0px;
color: white;
}


table.container_verde input.boton_off {
background: url(../images/boton_verde.gif) left top no-repeat;
}

table.container_naranja input.boton_off {
background: url(../images/boton_orange.gif) left top no-repeat;
}

table.container_gris input.boton_off {
background: url(../images/boton_gris.gif) left top no-repeat;
color: black;
}

table.container_verde input.boton_on {
background: url(../images/boton_verde_on.gif) left top no-repeat;
}

table.container_naranja input.boton_on {
background: url(../images/boton_orange_on.gif) left top no-repeat;
}

table.container_gris input.boton_on {
background: url(../images/boton_gris_on.gif) left top no-repeat;
color: black;
}

table.container_verde input.disco_off {
background: url(../images/disco_verde.gif) left top no-repeat;
}
table.container_verde input.disco_on {
background: url(../images/disco_verde_on.gif) left top no-repeat;
}
table.container_verde input.papelera_off {
background: url(../images/papelera_verde.gif) left top no-repeat;
}
table.container_verde input.papelera_on {
background: url(../images/papelera_verde_on.gif) left top no-repeat;
}

table.container_gris input.disco_off {
background: url(../images/disco_gris.gif) left top no-repeat;
}
table.container_gris input.disco_on {
background: url(../images/disco_gris_on.gif) left top no-repeat;
}
table.container_gris input.papelera_off {
background: url(../images/papelera_gris.gif) left top no-repeat;
}
table.container_gris input.papelera_on {
background: url(../images/papelera_gris_on.gif) left top no-repeat;
}

.Datos_out{
vertical-align: middle;
border-top: 1px solid rgb(124,124,124);
border-bottom: 1px solid rgb(221,221,221);
border-right: 1px solid rgb(195,195,195);
border-left: 1px solid rgb(199,195,195);
}

.Datos_in {
vertical-align: middle;
border: 2px solid rgb(132,177,220);
}

table.container_verde input.Datos_in,
table.container_verde textarea.Datos_in,
table.container_verde select.Datos_in
{
border: 2px solid #00AA00;
}

table.container_naranja input.Datos_in,
table.container_naranja textarea.Datos_in,
table.container_naranja select.Datos_in
{
border: 2px solid #f57b00;
}

table.container_gris input.Datos_in,
table.container_gris textarea.Datos_in,
table.container_gris select.Datos_in
{
border: 2px solid #999999;
}

/* ----------------------------------------------- Agenda --------------------------- */

table.mes {
	color: black;
	font-size: 90%;
	padding:0;
}

table.mes caption{
	border: 1px solid #666666;
	margin-bottom:2px;
	color: #666666;
	background-color: white;
}

table.mes th{
font-weight: normal;
border:0;
}

table.mes td{
border:0;
padding:2px 3px 2px 3px;
text-align:right;
}

tr#azul {
background: url(../images/barra_nav_on.png) center left repeat-x;
padding:0;
margin:0;
border:0;
}

div.diaevento {
color: white;
background:red;
cursor: pointer;
}


div.agddetalles
{
overflow: auto;
border:1px solid #999999;
background: white;
width:300px;
height: 200px;
margin:0;
padding:5px;
}

div.agddetalles a, div.agddetalles a:link, div.agddetalles a:visited, div.agddetalles a:active{
	color: #0066CC;
	line-height: 150%;
}

div.agddetalles a:hover{
	color: red;
}

/* Noe */
div.condiciones
{
overflow: auto;
border:1px solid #999999;
background: white;
width:450px;
height: 220px;
margin:0;
padding:5px;
font-size: 10px;
}

div.condiciones a, div.condiciones a:link, div.condiciones a:visited, div.condiciones a:active{
	color: #0066CC;
	line-height: 150%;
}

div.condiciones a:hover{
	color: red;
}
/* --- */


a:link.regalo, a:hover.regalo, a:visited.regalo
{
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 25px;
	display: block;
}

table.container_verde a:link.regalo, table.container_verde a:visited.regalo {
	background-image: url(../images/star_green_off.gif);
}
table.container_naranja a:link.regalo, table.container_naranja a:visited.regalo {
	background-image: url(../images/star_orange_off.gif);
}
table.container_verde a:hover.regalo {background-image: url(../images/star_green_on.gif);}
table.container_naranja a:hover.regalo {background-image: url(../images/star_orange_on.gif);}
