.formulari{

	border:1px solid white;  
    margin-left: auto;
    margin-right: auto;
    border: 2px solid white;   
    padding: 10px 10px 10px 10px;
	font-size: 12px;
	font-weight:bold;
    color:black;
	background:url('./img/fondo_buscar_titulo.gif');
}

.formulari2{

	border:1px solid white;  
    margin-left: auto;
    margin-right: auto;
    border: 2px solid white;   
    padding: 5px 5px 5px 5px;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
    color:black;
	background:url('./img/fondo_buscar_titulo.gif');
}

table.form_act {
    width:100%;
}

table.form_act td {
    width:50%;
}


table{
	
	width:100%;

}

table tr td{

	padding-bottom:10px;
}


.pestanya{
	border-left:2px solid white;
	border-right:2px solid white;
	border-top:2px solid white;
    margin-right: auto;
    padding: 0 20px 0 20px; 
	width:35%;
	font-size:110%;
	font-weight:bold;
	color:#000066;
	background:url('./img/fondo_buscar_titulo.gif');
}


.cajar{

	margin-top:20px;
    width: 600px;  
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 0 20px; 
}

/* caja para dataform, igual que cajar pero a 700 */
.caja_df{
	margin-top:20px;
	width: 705px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 0px 0px;
}

.cajar2{

	margin-top:20px;
    width: 330px;  
    padding: 10px 20px 0 20px;
	float: left;
}


.ample{
	width:95%;
}

.check{
	
	width:70%;
	font-size:90%;


}


.mapa{
	position:relative;
	background:url('./img/mapa/spain.gif');
	left:180px;
	top:20px;
	width:452px;
	height:450px;
}

.linkrecomendar{
	font-size:80%;
	text-decoration:none;
	color:black;

}

.linkrecomendar:hover{
	font-size:80%;
	text-decoration:underline;
	color:black;

}

.mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}



.mytable th {
	font-size:14px;
	font-weight:bold;
	color: #000000;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 2px 2px 2px 2px;
}

.mytable th.nobg {
	border: 0;
	background: none;
}

.mytable td {
	border: 1px solid #999999;
	background: #fff;
	padding: 1px 5px 1px 5px;
}

.mytable td a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}


.mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

.mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.mytable td.centrado {
	text-align:center;
	padding: auto;
}
.mytable td.izquierda {
	text-align: left;
	font-size: 11px;
	width:100%;
}

.mytable td.derecha {
	font-size: 11px;
	text-align: right;
}

