#pad_pro, #pad_part, #pad1, #pad2, #pad3, #baseline {}
.pad {
	width:440px;
	height:370px;
	padding:0;	
	margin:0 35px 10px 0 !important;	
	display: block;
	position: static;
}
.out, .over {
	display:block;
	width:440px;
	height:370px;
	z-index: 1;
	position: static;
}
.out {
	text-align:center;
}
.out img {
	border:1px solid #E4E4E4;
	margin-left:-10px;
	margin-bottom:40px;
}
.out h1 {
	font-size:29px;
	color:#15A0DC;
	padding:10px 0;
}
.out img {
	margin:0 0 35px 0;
	padding: 0;
}
.out p {
}

.over {
	position:absolute;
	z-index:66;
	background:#f9f9f9 url(../images/bg-hash.jpg) bottom left repeat-x;
	opacity:0;
	filter : alpha(opacity=0);
}
.over h1 {
	font-size:29px;
	color:#333;
	padding:10px 0 0px 30px;
	width:inherit;
}
.over h2 {
	font-size:12px;
	color:#999;
	padding:10px 30px 10px 30px;
	height:48px;
}
.over ul, .over li {
	padding: 0;
	margin:0;
	list-style: none;
}
.over ul {
	margin-bottom: 15px;
}
.over li a {
	font-size:18px;
	padding:5px 5px 5px 30px;
	margin-left:-5px;
	border-top:1px solid #e3e3e3;
	display:block;
	width:410px;
	background-image: none;
}
.over li a:hover {
	text-decoration:none;
	color:#333;
	background: url(../../_assets/hp-coche.png) left center no-repeat;	
}
.over li a.last {
	border-bottom:1px solid #e3e3e3;
}



.sub {
	width:190px;
	height:50px;
	margin-right:10px !important;
	margin-bottom:10px;
	padding:10px 10px 10px 100px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:bottom left;
}

.sub:hover {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-color:#e3e3e3;
	cursor:pointer;
}
.pad.last, 
.subx.lastx {
	margin-right:0 !important;
	padding-right:0 !important;
}

.sub h1 {
	color:#333;
	font-size:19px;
	line-height:20px;
}
.sub p {
	color:#008CCB;
	font-size:11px;
	margin-top: 3px;
}

#baseline {
	width:922px;
	height:35px;
	font-weight:bold;
	font-size:13px;	
	color:#999;
	margin-bottom: 10px;
}
#block1 {
	float:left;
	padding:10px;
}
#block2 {
	float:right;
	padding:10px;
	border-left: 1px solid #E3E3E3;
}
#block3 {
	float:right;
	padding-top: 5px;
	padding-right: 6px;	
}
