@charset "utf-8";
/* CSS Document */

body
{
background-image:url('../images/fondo1.jpg');
background-repeat:no-repeat;
background-attachment:scroll;
background-position:top center;
background-color:#a0a6ae;

}
#main {
background:none repeat scroll 0 0;
margin:0 auto;
position:relative;
text-align:left;
width:1010px;
}
#submain1 {
margin-left:10px;
margin-right:10px;
position:relative;
text-align:left;
width:990px;
overflow:hidden;
}
#submain2 {
background-image:url(../images/sombra_pagina.png);
background-repeat:repeat-y;
background-position:0 0;
margin-left:10px;
margin-right:10px;
padding-left:15px;
padding-right:15px;
position:relative;
text-align:left;
width:960px;
}

#submain3 {
position:relative;
text-align:left;
width:1010px;
}
#content {
	width:936px;
	position:relative;
	text-align:left;
	background-image:url(../images/bg_pagina_exterior.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#FFF;
	padding-left:24px;
	padding-right:0px;
	padding-top:13px;
	padding-bottom:13px;
	overflow:hidden;
}
#columna1 {
float:left;	
margin-right:7px;
width:300px;
}
#columna2 {
float:left;	
margin-right:7px;
width:300px;
}
#columna3 {
float:left;
width:300px;
}
.liquid-round {
	background-image: url(../images/leftside.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#efefef;
}
.top {
width:100%;
height:14px;
background:url(../images/top.png) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:14px;
background:url(../images/top-right.png) no-repeat right top;
}
.center-content-bg {
	/*background-image:url(../images/bg_rectangulos.jpg);
	background-position:left top;
	background-repeat:repeat-x;*/
	background-color:#efefef;
}

.center-content {
position:relative;
background:url(../images/rightside.png) repeat-y right top;
padding:0px 8px 23px 28px;
margin:-1px 0 -18px 0;
}
.bottom {
height:14px;
background:url(../images/bottom.png) no-repeat left bottom;
padding-top:18px;
}
.bottom span {
display:block;
position:relative;
height:14px;
background:url(../images/bottom-right.png) no-repeat right top;
}

/*  PAGINA1  */
#columna1_pag1 {
width:914px;
margin:0px;
}

.container_block {
	border-top:1px solid #dbdbdc;
	border-left:1px solid #dbdbdc;
	padding-top:22px;
	padding-left:16px;
	padding-bottom:15px;
	background-image:url(../images/bg_middle_lista.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

/* FADE */

div.fade {
float:right;
position: relative;
height:33px;
width:33px;
padding-right:9px;
}
 
img.normal_image {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
}
 
img.over_image {
position: absolute;
left: 0;
top: 0;
}

