@charset "UTF-8";
/* CSS Document */

.box2_up {
	background:  url(../images/layout/box2_bgup.gif) top left no-repeat;
	width: 486px;
	height: 10px;
}
.box2_up span {
	display: none;
}

.box2_down {
	background: url(../images/layout/box2_bgdown.gif) top left no-repeat;
	width: 486px;
	height: 10px;
}
.box2_down span {
	display: none;
}

.box2_content {
	background: #FFF;
	width: 446px; /* 486 - (suma paddings horizontales */
	min-height: 100%;
	position: relative;
	padding: 15px 20px 5px 20px;
}
.box2_content p {
	text-align: justify;
	padding: 0;
}
.box2_content h4 {
	color: #555;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	padding: 0;
	margin: 0;
}
.box2_content h5 {
	color: #777;
	font-size: 12px;
	text-align: left;
	padding: 0;
	margin: 0px 0px 15px 0px;
}
.box2_content span {
	visibility: hidden;
}
.box2_content h3 {
	margin: 20px 0px 5px 0px;
}

#box2_middle {
	position: relative;
	left: 247px;
	width: 485px; /* 485 - (suma paddings horizontales */
	min-height: 100%;
	padding: 0px 0px 10px 0px;
}

#box2l_middle {
	width: 220px;
	position: relative;
}
#box2l_middle span {
	visibility: hidden;
}

#box2r_middle2 {
	width: 	190px;
	left: 275px;
	position: absolute;
	float: right;
}

#box2r_middle {
	width: 220px;
	left: 245px;
	position: absolute;
	float: right;
}
#box2r_middle span {
	visibility: hidden;
}


.img_box1up_01 {
	background: url(../images/img_box1up_01.gif) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_02 {
	background: url(../images/img_box1up_02.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_03 {
	background: url(../images/img_box1up_03.gif) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_04 {
	background: url(../images/img_box1up_04.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_05 {
	background: url(../images/img_box1up_05.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_06 {
	background: url(../images/img_box1up_06.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_07 {
	background: url(../images/img_box1up_07.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_08 {
	background: url(../images/img_box1up_08.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_09 {
	background: url(../images/img_box1up_09.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
}
.img_box1up_10 {
	background: url(../images/img_box1up_10.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_11 {
	background: url(../images/img_box1up_11.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.img_box1up_12 {
	background: url(../images/img_box1up_12.jpg) top left no-repeat;
	width: 240px;
	height: 64px;
	margin-bottom: 10px;
}
.box1_up {
	background: url(../images/layout/box1_bgup.gif) top left no-repeat;
	width: 240px;
	height: 10px;
}
.box1_up span {
	display: none;
}

.box1_down {
	background: url(../images/layout/box1_bgdown.gif) top left no-repeat;
	width: 240px;
	height: 10px;
}
.box1_down span {
	display: none;
}

.box1_content {
	background: #FFF;
	width: 210px; /* 240 - (suma paddings horizontales */
	min-height: 100%;
	height: 180px;
	position: relative;
	padding: 5px 15px 5px 15px;
}
.box1_content p {
	margin-bottom: 5px;
	padding: 0;
}
.box1_content span {
	visibility: hidden;
}

.zuppex #box1_right {
	width: 240px;
	left: 740px;	
	float: right;
	position: absolute;
	/*top: 455px; /* Con float right, se pone la columna no principal primero. Sin el float right, hay que poner el top.*/
}
.zuppex #box1_right span {
	visibility: hidden;
}

.zuppex #box1_left {
	background: url(../images/layout/box_bg.gif) top left no-repeat;
	width: 240px;
	left: 0px;	
	position: absolute;
	/*top: 455px; /* Con float right, se pone la columna no principal primero. Sin el float right, hay que poner el top.*/
}
.zuppex #box1_left span {
	visibility: hidden;
}