@charset "utf-8";
/* Estilos CSS3 */

.curva {
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.curva2 {
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.curva3 {
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.curva4 {
-webkit-border-radius: 25px;
-khtml-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

.sombratxt {
	text-shadow: #333 1px 2px 2px;
}

.sombracaja {
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.fadefoto {
	opacity:1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.fadefoto:hover {
	opacity:0.5;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.btn_contacto {
	background: #C00;
	background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900));
	background: -moz-linear-gradient(top, #C00, #900);
	padding: 8px 50px;
	margin:8px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	text-shadow: rgba(0,0,0,0.4) 0 1px 0;
	color: #fff!important;
	font-size: 0.875em;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
.btn_contacto:hover {
	background: #900;
	color: #ffffff;
}

.btn_masinfo {
	background: #C00;
	background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900));
	background: -moz-linear-gradient(top, #C00, #900);
	padding: 10px 40px;
	margin:8px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	text-shadow: rgba(0,0,0,0.4) 0 1px 0;
	color: #fff!important;
	font-size: 0.875em;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	float:right;
}
.btn_masinfo:hover {
	background: #900;
	color: #ffffff;
}

.Form_Contacto input {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*--- Tabs --- */

#fichatabs {
	width: 958px;
	margin: 10px auto;
	text-align:left;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
/*	border-left: 1px solid #999; */
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
/*	border-left: none; */
	margin-bottom: -1px;
	margin-right:-1px;
	background: #eaf2fa;
	overflow: hidden;
	position: relative;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}


ul.tabs li a {
	text-decoration: none !important;
	color: #000 !important;
	display: block;
	font-size: 0.9em;
	padding: 0 20px;
	outline: none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}


ul.tabs li a:hover {
	background: #dbeafb;
}	

ul.tabs li span {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
/*	border-left: none; */
	margin-bottom: -1px;
	margin-right:-1px;
	background: #fef0f0;
	overflow: hidden;
	position: relative;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

ul.tabs li span a  {
	text-decoration: none !important;
	color: #000 !important;
	display: block;
	font-size: 0.9em;
	padding: 0 20px;
	outline: none;
}

ul.tabs li span a:hover  {
	background: #ffe7e7;
}	

ul.tabs li.active span {
	background: #fff !important;
	border-bottom: 1px solid #fff;
}

ul.tabs li em {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
/*	border-left: none; */
	margin-bottom: -1px;
	margin-right:-1px;
	background: #ddd;
	overflow: hidden;
	position: relative;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

ul.tabs li em a  {
	text-decoration: none !important;
	color: #000 !important;
	display: block;
	font-size: 0.9em;
	padding: 0 20px;
	outline: none;
	font-style:normal;

}

ul.tabs li em a:hover  {
	background: #eee;
}	

ul.tabs li.active em {
	background: #fff !important;
	border-bottom: 1px solid #fff;
}


html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	padding-bottom:20px;
	margin-bottom:15px;
}

.tab_content {
	padding: 20px;
	font-size: 0.95em;
}

/*--- Fin Tabs --- */

.content_home {
	border: 1px solid #999;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:40px 20px;
	margin-bottom:15px;
	margin-top:25px;
}
