/* redefiniciones */
body {
  background-color: #f5f7f8;
  background-image: url('imagenes/fondo.png');
  background-position: top left;
  background-repeat: repeat-x;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-family: Arial,Helvetica,sans-serif;
  xfont-size: 12px;
  font-weight: 100;
}

p {
	text-align: justify;
	text-indent: 28px;
	line-height: 150%;
	margin: 10px 0 25px 0;
}

a {
	color: #5688A7;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


img {border: 0}


/* /////////////////////// FONDO ////////////////////////// */
#fondo {
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 30px 0 0 0;
}

/* /////////////////////// PAGINA ///////////////////// */

#pagina {
	width:900px;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
}

/*/////////////////////// CABECERA /////////////////////*/

#cabecera {
	width:100%;
	height:108px;
	padding-top:0;
	margin:0 0 0 0;
}


/*/////////////////////// CUERPO /////////////////////*/

#cuerpo {
	width:902px;
	margin: 0 0 0 0;
	padding: 0px 0 10px 0;
	background-color: #ffffff;
	overflow: hidden;
	border-bottom: dotted 2px #668598;
	border-bottom: dotted 2px #DAE1E7;
}

/*/////////////////////// CONTENIDO /////////////////////*/

#contenido {
  width:266px;
  height:265px;
  float: left;
  margin: 0px 0px 0px 6px;
  padding: 0 20px 0 10px;
  background-image: url('imagenes/panelizqdo.png');
  background-position: top left;
  background-repeat: no-repeat;
  display: inline;
}

#contenido .cabeza {
    height: 260px;
}

/*/////////////////////// CONTENIDO2 /////////////////////*/

#contenido2 {
  width:595px;
  padding: 0 0 40px 1px;
  float: right;
  overflow: visible;
  color:#575757;
  border-left: 2px dotted #DAE1E7;
}


/*/////////////////////// PIE /////////////////////*/

#pie {
	width:100%;
	height:42px;
	background-image: url('imagenes/piecaja.png');
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 12px;
	text-align: center;
}

#pie span {
	font-size: 12px;
	font-weight: bold;
	color: #313462;
}

#pie a {
	color: #668598;
}

/*/////////////////////// GLOBALES /////////////////////////*/
.azul {
	color: #171796;
}

.firma {
  color: #89A1B0;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}

.tcentrado {
	text-align: center;
}

.lema {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #666666;
	font-style: italic;
	font-weight: 100;
}

.lema a {
	text-decoration: none;
	color: #555555;
}

.sublema {font-size: x-large; color: #888888;}

.titSec {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #FFFFFF;
	line-height: 1.1em;
	font-weight: 200;
	padding: 10px 6px 0 15px; 
	text-indent: 0;
	margin-bottom: 5px;
}
.stitSec {
	font-size: large;
	margin-top: 5px;
	padding: 0px 10px 0px 10px;
	text-indent: 0;
	text-align: left;
	/* color: #4A7C9B; */
	color: #406983;
	color: #5688A7;
}

.quote {
    margin: 0 4px -4px 0;
}

.dimerca {
    color: #171796;
    font-weight: bold;
    /*font-style: italic;*/
}

.cuerpoTexto {
	margin: 20px 20px 20px 20px;
}
.col1, .col2 {
  float:left;
  margin-right: 30px;
}

.box{ background:#cee2ed; color:#2e566f; margin: 0 -20px 0 -10px;}
.box .border-top {background:url(imagenes/border_top.gif) repeat-x top;}
.box .corner-top-left {background:url(imagenes/corner_top_left.gif) no-repeat left top;}
.box .corner-top-right {background:url(imagenes/corner_top_right.gif) no-repeat right top;}
.box .corner-bottom-left {background:url(imagenes/corner_bottom_left.gif) no-repeat left bottom;}
.box .corner-bottom-right {background:url(imagenes/corner_bottom_right.gif) no-repeat right bottom; width:100%; }
.box .indent-box{ padding:20px 30px 35px 32px; }
.box .indent-box1{ padding:20px 30px 5px 32px; }
.box .indent-box2{ padding:20px 25px 5px 32px; }
.box .container{ margin: 20px 10px 20px 10px; line-height:155%;}

.avisolegal
{
	margin: 40px 10%;
	background: #628196;
	font-weight: unset;
}