body, html{
	height: 100%;
	margin:0;
	padding:0;
}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c1262c;
}

/*armado layout***********************************************************************************************/
.colum_izq{
	background-image:url(../images/bg_colum_izq_slice.jpg);
	background-position:right;
	background-repeat:repeat-y;
	
}
.colum_der{
	background-image:url(../images/bg_colum_der_slice.jpg);
	background-position:left;
	background-repeat:repeat-y;	
}
.header{
	height:210px;
	border-bottom: 1px solid #81808e;
	border-bottom-style:dashed;
}
.sub_header{
	height:76px;
	border-bottom: 1px solid #81808e;
	border-bottom-style:dashed;
}
.footer{
	background-color:#333333;
	height:80px;
	border-top: 1px solid #d0c6a3;
	border-top-style:dashed;
}
.bg_colum_izq{
	background-image: url(../images/bg_cuerpo_izq.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.bg_colum_der{
	background-image: url(../images/bg_cuerpo_der.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.bg_colum_ch_der{
	background-image:url(../images/bg_minicuerpo.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#e8dc9c;
}
.area_cuerpo01{
	width:665px;
	border-right: 1px solid #81808e;
	border-right-style:dashed;
}
.area_cuerpo02{
	background-color:#e8dc9c;
}
/* propiedades*************************************************************************** */
.punteada_bca{
	border-bottom: 1px solid #e1dac2;
	border-bottom-style:dashed;
}
.punteada_azul{
	border-bottom: 1px solid #acafc4;
	border-bottom-style:dashed;
}
.marco01{
	/*azul*/
border:solid 8px #0067a4;
}
.marco02{
	/*naranja*/
border:solid 8px #d8732f;
}
.marco03{
	/*verde*/
border:solid 8px #758736;
}
.marco04{
	/*morado*/
border:solid 8px #5c3e7a; /*#57347a*/
}
/*colores interior celdas*/
.color01{
	/*azul*/
background-color:#3881a4;
}
.color02{
	/*naranja*/
background-color:#eaa143;
}
.color03{
	/*verde*/
	background-color:#b4b939;
}
.color04{
	/*morado*/
background-color:#6c4e8a;
}

/**TIPOGRAFIAS******************************************************************************/
.cuerpo{
	font-family: Arial, Helvetica, sans-serif;
	color:#5b5d6b;
	font-size:12px;
	text-align:justify;
	/*font-weight: bold;*/
}
.cuerpo02{
font-family: Arial, Helvetica, sans-serif;
text-align:justify;
color:#e1dac2;
font-size:12px;
}
.main_titulo{
	margin-top:17px;
	margin-left:20px;
}

.titulo01 {
	/*titulo principal*/
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform:lowercase;*/
  font-weight:bold;
	color: #e8dc9c;
	/*text-align:center;*/
  display: block;
	font-size: 14px;
	padding-bottom:5px;
}
.titulo02 {
	/*titulo principal*/
	font-family: Arial, Helvetica, sans-serif;
  /*text-transform:lowercase;*/
  font-weight:bold;
  color: #222;
  font-size: 10px;
}
.sub_titulo01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #3881a4;
}



/*links-----------------------------------------------------------------------*/

a.link01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	/*font-weight:bold;*/
text-decoration: none;
color: #5b5d6b;

} 

a.link01:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #666;
	border-bottom-style:dashed;

}

a.link02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bolder;
text-decoration: none;
color: #e8dc9c;
} 

a.link02:hover {
text-decoration: none;
color: #333;

} 

a.link03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bolder;
text-decoration: none;
color: #e8dc9c;
} 

a.link03:hover {
text-decoration: none;
color: #333;

} 
