body {
	font-family: Verdana;
	font-size: 12px;
	color: #3D3C6D;
                     /* background-image:url(images/fondo.gif); */
	scrollbar-face-color:#336699;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#FFFFFF;
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
h1 {
	color:#3D3C6D;
	font-size:12px;
}
h2 {
	color:#3D3C6D;
	font-size: 13px;
	}

/*******************************************************/
/* Definición de párrafos
/*******************************************************/

P  {
	font-family: Verdana;
	font-size: 12px;
	text-align:justify;
	color: #3D3C6D;
font-weight:normal;
	}
P.epig  {
	text-align:center;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	}	
P.info  {
	font-family: Verdana;
	font-size: 8pt;
	color: #3D3C6D
	}	
P.centro  {
	font-family: Verdana;
	text-align: center;
	font-size: 9pt;
	color: #3D3C6D
	}	
P.cab  {
	color: #FFFFFF
	}	
P.cab2  {
	color: #FFFFFF;
	text-align:right;
	}
p.tachado {
   text-align:left;
   color: #3D3C6D;
   font-family:Verdana;
   /* text-decoration:line-through; */
   font-size:10px;
   }  
/*******************************************************/
/* Definición de tablas
/*******************************************************/   
table.login {
	align: center;
	width: 250px;
	background-color:#3C67AE
	}
table.selector {
	background-color:#3C67AE;	
	width:90%;
	color:#fff;} 	

table.form {
	width:99%;
	text-align:center;
	margin-right:auto;
	margin-left:auto;	
}
table.content {
	width:688px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
table.reserva {
	width:90%;
}
table.ficha {
	height:40; 
	border-style: solid;
	border-width: 1px;	
	background-color:#CC3333;
	border-color:#E8E8FF;
	padding:0
}
table.servicios {
	align: center;
	border-style: none;
	border-width: 0px;	
	width:90%;
	padding:0
}

/*******************************************************/
/* Definición de celdas
/*******************************************************/
	
td  {
	font-family: Verdana;
	font-size: 12px;
	color: #AAAAAA;
	}	
td.error  {
	font-family: Verdana;
	font-size: 8pt;
	color: #3D3C6D;
	background-repeat: repeat
	}		
td.cab {
	background-color:#3C67AE;
   }
td.cab2 {
   background-color:#FFFFFF;
   color:#3D3C6D;
   font-size:14px;
   }   
td.servicios  {
	background-color: #FFFFFF;
	color: #3D3C6D;
font-weight: bold;
	} 	
td.h{
	background-color: #3C67AE;
	} 
td.selector1 {
	color:#fff;
	font-weight:bold;
}
td.selector2 {
	color:#fff;
	font-weight:bold;
}
td.reserva2 {
   background-color:#fff;
   padding-left:5px;
   color: #3D3C6D;
   border-color-dark:#FFFFFF;
   borderlight-color:#FFFFFF;
   }	
td.separator {
	height:8px;
}	
	
input, textarea {
	font-size:12px;
	solid 000000;
	background-color:C6C6FF
	}

/*Formularios bonitos*/

input {
   font-family: Verdana;
   font-size: 12px;
   color: #3D3C6D;
   background-color: #C5DAEE;
   border: #80775C;
   border-style: solid;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   }
input.submit {
   font-weight:bold;
   border-width:2px;
}
select {
   font-family: Verdana;
   font-size: 12px;
   color: #3D3C6D;
   background-color: #C5DAEE;
   border: #80775C;
   border-style: solid;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px
   }

textarea {
   font-family: Tahoma, Verdana, tahoma;
   font-size: 12px;
   color: #3D3C6D;
   background-color:#C5DAEE;
   border: #80775C;
   border-style: solid;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px
   }

/*Definimos los enlaces*/
/*Color de los links*/

a:link, a:active, a:visited {
	font-size: 12px;
	color: #3D3C6D;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	margin: 0px;
	font-style:Verdana;
	}

a:hover{
	color:#3399CC; 
	}
a:link.MnuItem, a:active.MnuItem, a:visited.MnuItem, a:hover.MnuItem {
	margin-left: 10px;
}