/* CSS PESTAÑAS */
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tabs li {
	float: left;
	margin-left:-40px;
	overflow: hidden;
	position: relative;
	border-left:solid 5px #FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:7px;
}
ul.tabs li a {
	display: block;
	background: url(../images/slider_grey.png) no-repeat center right;
	padding:13px 30px 13px 40px;
	font-family:'DINBold';
	font-size:18px;
	color: #d46d2e;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: url(../images/slider_orange.png) no-repeat center right;
	color: #FFF;
}

/* CSS SOLICITUD CAB */
ul.tabs li#cab a {
	display: block;
	background: url(../images/slider_blue.png) no-repeat center right;
	padding:13px 30px 13px 40px;
	font-family:'DINBold';
	font-size:18px;
	color: #FFF;
	text-decoration: none;
}
ul.tabs li#cab a:hover {
	background: url(../images/slider_orange.png) no-repeat center right;
	color: #FFF;
}

/* CSS PESTAÑA ACTIVA */
ul.tabs li.active a {
	background: url(../images/slider_orange.png) no-repeat center right;
	color:#FFF;
}
ul.tabs li.active a {
	background: url(../images/slider_orange.png) no-repeat center right;
	color:#FFF;
}

/* CSS CONTENIDO SLIDER */
.tab_container {
	position:relative;
	margin-bottom:40px;
}
.tab_container #labels {
	width:100%;
	position:absolute;
	top:20px;
	left:20px;
}
.tab_content {
	font-family:Arial;
	font-size:14px;
	color:#666666;
	border: 1px solid #FFF;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0 10px rgba(0,0,0,0.25);
}
.tab_content h5 {
	font-family:'DINBold';
	font-size:15px;
	color:#000;
	font-weight:normal;
	margin:0;
}
.tab_content strong, .tab_content b {
	color:#000;
	font-weight:normal;
}
.tab_content a {
	color:#d46d2e;
}
.tab_content a:hover {
	color:#000;
}
.tab_content ul {
	list-style:none;
	margin:0;
	padding:0;
}
.tab_content ul li {
	padding-left:30px;
	background:url(../images/slider_check.png) no-repeat;
	background-position:0 5px;
	margin-bottom:20px;
}
#tab1 {
	padding:90px 35px 15px 330px;
	background:#ebebeb url(../images/bg_tab1.jpg) no-repeat;
	background-position:-60px -70px;
}
#tab2 {
	padding:90px 35px 15px 330px;
	background:#ebebeb url(../images/bg_tab2.jpg) no-repeat;
	background-position:-60px -50px;
}
#tab3 {
	padding:90px 35px 15px 250px;
	background:#ebebeb url(../images/bg_tab3.jpg) no-repeat;
	background-position:0 0;
}
#tab4 {
	padding:90px 35px 15px 35px;
	background:#ebebeb url(../images/bg_tab4.jpg) no-repeat;
	background-position:-60px -50px;
}

/* CSS FORM CAB */
#tab4 #form {
	width:600px;
}
#tab4 #form .label {
	font-family:'DINBold';
	font-size:16px;
	color:#000;
	padding:15px 0 5px 0;
}
#tab4 #form span {
	font-family:Arial;
	font-size:12px;
	color:#d46d2e;
}
#tab4 #form input[type='text'] {
	font-family:'DINRegular';
	font-size:16px;
	color:#d46d2e;
	width:100%;
	padding:5px;
	border:solid 1px #d4d4d4;
	outline:0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
#tab4 #form textarea {
	font-family:'DINRegular';
	font-size:16px;
	color:#d46d2e;
	width:100%;
	padding:5px;
	border:solid 1px #d4d4d4;
	outline:0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
#tab4 #form select {
	font-family:'DINRegular';
	font-size:16px;
	color:#d46d2e;
	width:100%;
	padding:5px;
	border:solid 1px #d4d4d4;
	outline:0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
#tab4 #form input[type='submit'] {
	background:url(../images/btn_enviar_datos.png) no-repeat center center;
	width:226px;
	height:48px;
	border:0;
	cursor:pointer;
}

#tab4 #alta_express {
	float:right;
	width:200px;
	background:#FFF;
	padding:20px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
#tab4 #alta_express strong {
	font-family:'DINBold';
	font-size:24px;
	color:#d46d2e;
}