/* ESTILOS GENERALES. ******************************************************************************************/
html, body{
	/*background: url(../images/fondobody.gif) repeat left top;*/

	text-align: center;
	font-size:14pt; font-family: Helvetica, sans-serif; font-style: normal; font-weight:normal; color: #000;

	height:100%;
	background: #fff;
	padding: 0px;
	margin: 0px;
}
/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/
/************************************************************estilo de links**************************************************************************/
a:link 		{	text-decoration:none; color: #000; border:0px solid #000;}
a:visited 	{	text-decoration: none; color: #000; border:0px solid #000;}
a:hover 		{	text-decoration: none; color: #408bfe; border:0px solid #000;}
a:active 	{	text-decoration: none; color: #000; border:0px solid #000;}

.subtitol a:link 		{	text-decoration:none; color: #408bfe; border:0px solid #000;}
.subtitol a:visited 	{	text-decoration: none; color: #408bfe; border:0px solid #000;}
.subtitol a:hover 		{	text-decoration: none; color: #000; border:0px solid #000;}
.subtitol a:active 	{	text-decoration: none; color: #408bfe; border:0px solid #000;}

.azul a:link 		{	text-decoration:none; color: #408bfe; border:0px solid #000;}
.azul a:visited 	{	text-decoration: none; color: #408bfe; border:0px solid #000;}
.azul a:hover 		{	text-decoration: none; color: #000; border:0px solid #000;}
.azul a:active 	{	text-decoration: none; color: #408bfe; border:0px solid #000;}

a:link.azul  		{	text-decoration:none; color: #408bfe; border:0px solid #000;}
a:visited.azul  	{	text-decoration: none; color: #408bfe; border:0px solid #000;}
a:hover.azul  		{	text-decoration: none; color: #000; border:0px solid #000;}
a:active.azul  	{	text-decoration: none; color: #408bfe; border:0px solid #000;}

a:link.blanco  		{	text-decoration:none; color: #fff; border:0px solid #000;}
a:visited.blanco  	{	text-decoration: none; color: #fff; border:0px solid #000;}
a:hover.blanco  		{	text-decoration: none; color: #000; border:0px solid #000;}
a:active.blanco  	{	text-decoration: none; color: #fff; border:0px solid #000;}

#footer a:link 		{	text-decoration:none; color: #c3c3c3; border:0px solid #000;}
#footer a:visited 	{	text-decoration: none; color: #c3c3c3; border:0px solid #000;}
#footer a:hover 		{	text-decoration: none; color: #408bfe; border:0px solid #000;}
#footer a:active 	{	text-decoration: none; color: #c3c3c3; border:0px solid #000;}

#menu a:link 		{	text-decoration:none; color: #fff; border:0px solid #000; font-size:15px; font-weight:bold;}
#menu a:visited 	{	text-decoration: none; color: #fff; border:0px solid #000; font-size:15px; font-weight:bold;}
#menu a:hover 		{	text-decoration: none; color: #99ccff; border:0px solid #000; font-size:15px; font-weight:bold;}
#menu a:active 	{	text-decoration: none; color: #fff; border:0px solid #000; font-size:15px; font-weight:bold;}

h1.azul {font-size:16px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #408bfe; text-transform: uppercase;}
h1.subtitol {font-size:14px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #408bfe; text-transform: uppercase;}
h2.azul {font-size:16px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #408bfe; text-transform: uppercase;}
h2.subtitol {font-size:14px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #408bfe; text-transform: uppercase;}
h2.minititol {font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #000;}
h2.titol {font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #fff;text-transform:uppercase; margin:0px;}
h2.solucions {font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #000; margin:0px;}
h3.subtitol {font-size:14px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #408bfe; text-transform: uppercase;}
h3.minititol {font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #000;}
h3.solucions {font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #000; margin:0px;}
span.azul {font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:600; color: #408bfe;}
.grisclaro {color: #c3c3c3;}
.negrita{font-weight:600;}
.nomarg{margin:0px;}
/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/
/************************************************************estilo de banners**************************************************************************/

#banner{
	height: 125px;
	margin: 10px auto 0px auto;
	background: transparent;
	border: 0px solid #ddd;
}

#menu{
	margin: 3px 0px 0px 0px;
	background: url("../images/menu.gif") #fff repeat-x top left;
	padding: 10px 0px 0px 0px;
	float: right;
	height:38px;
	width:622px;
	font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:normal; color: #fff;
	border:0px solid #000;
}
#logo{
	width: 257px;
	height: 100px;
	float: left;
	background: transparent;
	border:0px solid #000;
	font-size:11px; font-family:Arial, Helvetica, sans-serif; font-style: normal; font-weight:300; color: #000;
}

/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/
/********************************************estilos de contenedores***********************************************/
#contenedorgrande{
	background: transparent;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	height: auto;
	width: 990px;
	border: 0px solid #000;
	padding: 0px 0px;

}

#contenedor{
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	height: auto;
	border: 0px solid #f5f5f5;
	padding: 0px;

}

#footer{
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	border: 0px dashed #000;
	padding: 0px 0px;
	font-size:8pt; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:normal; color: #848484;
	line-height:16px;

}

#centro{
	background: transparent;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p{
	padding:0px;
	margin:0px;
}

/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/
/************************************************************estilo de divs******************************************************************************/
.texto{
	margin: 0px 0 4px 0;
	font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:normal; color: #000;
	background: transparent;
	border:0px solid #ccc;
	line-height:17px;

}
.text{
	padding: 0px 0px 0px 54px;
	font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:normal; color: #000;
	background: url("../images/gota.jpg") #fff no-repeat top left;
	border:0px solid #ccc;

}
.textogris{
	margin: 0px 0 14px 0;
	padding: 5px 10px;
	font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:normal; color: #000;
	background: #f1f1f1;
	border:1px solid #c3c3c3;
	line-height:20px;

}
.texto2{
	margin: 0px 0 18px 0;
	font-size:10pt; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight:normal; color: #000;
	background: transparent;
	border:0px solid #000;
	line-height:20px;

}
.minitexto{
	margin: 10px 0px 0px 0px;
	border:0px solid #000;
	line-height:18px;
}

.noticias{
	padding:0px 0px 0px 0px;
	border-bottom: 0px dashed #000;
	font-size:16px; font-family: Arial black, Helvetica, sans-serif; font-style: normal; font-weight:300; color: #000;
}


.espacio20{
	height:20px;
}

.espacio10{
	height:10px;
}

.sidegrey{
	background:#f1f1f1;
	width:210px;
	padding:0px 15px 15px 15px;
	*padding:10px 15px 15px 15px;
	border:1px solid #c3c3c3;
}

.clientgrey{
	background:#f1f1f1;
	width:270px;
	height:137px;
	padding:0px 10px;
	border:1px solid #c3c3c3;
}

.breadcrumb {
	font-size:10px;
	margin-bottom:10px;
	height:12px;
	padding:0px;
	line-height:9px;
}

.breadcrumb ul{
	display:inline;
	margin:0px;
	padding:0px;
}
.breadcrumb li{
	display:inline;
	margin:0px;
	padding:0px;
}

.telefon {

}

.idiomes {
	font-size:11px;
	text-align:right;
	color:#666;
	margin-bottom:10px;
}




.left{
	float:left;
}
.right{
	float:right;
}

/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/********************************************estilos de borders******************************************************/
.nobrdr{
	border: 0px solid #000;
}
.brd{
	border: 1px solid #ddd;
}
.nobrd{
	border: 0px solid #000;
}
.linea{
	background: url("../images/linea.jpg") repeat-x #fff top left ;
	height:10px;
	width:100%;
}
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/********************************************estilos de colores******************************************************/
.azuloscuro{
	background:#408bfe;
}
.azulclaro{
	background:#7bc1ff;
}
.verdeoscuro{
	background:#4dcc41;
}
.verdeclaro{
	background:#b1ef42;
}
.grey{
	background:#f1f1f1;
}
.grisclar{
	color:#c3c3c3;
}
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/********************************************estilos de textos******************************************************/
.titol{
	font-size:12px; font-family: Arial, Helvetica, sans-serif; color: #fff; font-weight:600;text-transform: uppercase;

}

.subtitol{
	font-size:12px; font-family: Arial, Helvetica, sans-serif; color: #000; font-weight:600; padding:0px 0px 0px 0px;
}

.solucio{
	font-size:12px; font-family: Arial, Helvetica, sans-serif; color: #000;
}

.cruz{
	font-size:14px; font-family: Arial, Helvetica, sans-serif; color: #408bfe; font-weight:600;
}

.numero{
	font-size:36px; font-family: Arial, Helvetica, sans-serif; color: #408bfe; font-weight:600; border:0px solid #ff00ff; height:40px;line-height:40px;
}

.azul{
	color:#408bfe;
}

.green{
	color:#4dcc41;
	font-weight:600;
}

.telf{
	color:#408bfe;
	font-size:22px;
	font-weight:600;
	background: url("../images/minitelf.jpg") #fff no-repeat top left;
	padding:0px 0px 0px 20px;
}

.mail{
	color:#408bfe;
	font-size:15px;
	font-weight:600;
	background: url("../images/mail.jpg") no-repeat #fff top left ;
	padding:0px 0px 0px 20px;
}
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/********************************************estilos de tablas******************************************************/
.tablacuatro{
	width:100%;
	padding:0px 0px 0px 0px;
	_padding:0px 0px 0px 0px;
}

.tablamedio{
	border:1px solid #4dcc41;

	padding:10px;
}

.separador{
	background:#cecece;
	width:2px;
	height:400px;
	margin:15px auto;
}

td{
	border:0px solid #000;
}

.columnaizq{
	width:260px;
}

.single{
	border:1px solid #c3c3c3;
	background:#fff;
}

.area{
	border:1px solid #c3c3c3;
	background:#fff;
}
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/***********************************************************************************************************************************************/
/********************************************estilos de botones******************************************************/

.button:hover {
	background: #408BFE none repeat scroll 0 0;
	color:#FFFFFF;
	text-decoration:none;
}
.button {
	background:#929292 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	padding:1px;
}

form#comenta label {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	width:200px;
}
form#comenta label.tex {
	margin:10px 0;
	width:615px;
}
form#comenta label.check {
	margin:10px 0;
	width:40px;
}
form#comenta label.check2 {
	margin:10px 0;
	width:150px;
}
form#comenta label {
	display:block;
	float:left;
}

form#comenta label input {
	width:190px;
}
form#comenta {
	padding:10px 0 10px 15px;
	margin:0;
	padding:0;
}

.clear{
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

form#comenta label input.nowidth{
	width:25px;
}

#recaptcha_image img {
	width: 150px;
	height: 28.5px;
}
.geabar{
	height: 6px;
	border-style: none;
	background: url(../images/geabar.png) repeat-x;
}

.texto img{
	margin:0px 0px 10px 0px;
	border: 0px solid #000;
}

#menu img{
	border: 0px solid #000;
}



.imatge_sota_text{
	padding-top: 15px;
}




/* Pel concurs de l'hotel */



.sidebar_concurs{
	padding:0 15px 15px;
	width:210px;
}

ul.links_interes{
	padding-left: 25px;
}
.links_interes li{
	margin-bottom: 10px;
	list-style-image: url(../images/bullet-fletxa-blava.png);
}

.subtitol_sidebar{

	font: bold 35px Helvetica, Arial;
	margin-bottom: 10px;

	font-size:14px;
	/*	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:600;*/
	/*text-transform: uppercase;*/
}

.titol_sidebar{

	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 22px;
	/*font-style: normal;
	font-weight:600;
	text-transform: uppercase;*/
}


h1.concurso{
	font-size: 35px;
	line-height: 37px;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 10px;
}

