@charset "utf-8";
/* CSS Document */

#contenedor_mini{
	width:200px;
	border-bottom:1px dashed #CCC;
	text-align: center;
	padding-top:15px;

	margin:auto;
	}
	
.recuadro_mini_tit{
	width:100%;
	position:relative;
	border-bottom:2px solid #CCC;
	background-color: #f0f0f0;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	}
	
.recuadro_mini_inf{
position:relative;
	width:100%;
	text-align: center;
	}
	
#contenedor_mini_espe{
	height:700px;
	width:208px;
	border-left:1px solid #CCC;
	background-color:#FFF;
	padding-top:20px;
	}

#contenedor_menu{
	width:600px;
	height:39px;
	display:block;
	overflow: hidden
	}
	
.recuadro_200{
	width:200px;
	height:auto;
	margin-top:10px;
	}
	
.recuadro_logo_clientes{
	width:134px;
	height:124px;
	border:1px solid #CCC;
	background-color:#f6f6f6;
	padding:5px;
	}
	
.recuadro_210_tit{
	width:212px;
	height:30px;
	background-image:url(../images/bg_menu.jpg);
	text-align:center;
	padding-top:5px;
	}
.recuadro_210{
	width:210px;
	height:300px;
	border:1px solid #CCC;
	background-image:url(../images/bg_cajas_texto.jpg);
	}
.recuadro_210_2{
	width:210px;
	height:170px;
	border:1px solid #CCC;
	background-image:url(../images/bg_cajas_texto.jpg);
	}
	
.recuadro_340_tit{
	width:320px;
	height:25px;
	background:#CCC;
	text-align:center;
	border:1px solid #ccc;
	padding-top:5px;
	}
.recuadro_340{
	width:320px;
	height:160px;
	border:1px solid #CCC;
	background-color:#f6f6f6;
	}
	
.recuadro_420{
	width:400px;
	border:1px solid #CCC;
	background-color:#f6f6f6;
	}
	
.recuadro_img_120{
	width:120px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:2px;
	margin:auto;
	clear:both;
	}

.recuadro_img_160{
	width:150px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:2px;
	margin:auto;
	clear:both;
	
	}

.recuadro_img_180{
	width:190px;
	border:1px solid #ccc;
	background-color:#fff;
	padding:2px;
	margin:auto;
	clear:both;
	
	}

.tit_bl {
	color: #FFF;
	font-size: 14px;
	text-decoration:none;
	text-align: left;
	font-weight:bold;
}

.tit_bl:hover {
	color: #FFF;
	font-size: 12px;	
	text-decoration:underline;
	font-weight: bold;
	text-align: left;

	
}

.subtit_bl {
	color: #FFF;
	font-size: 12px;
	text-decoration:none;
	text-align: center;
}

.subtit_bl:hover {
	color: #FFF;
	font-size: 12px;	
	text-decoration:underline;
	
}

.subtit_az {
	color: #06F;
	font-size: 14px;
	font-weight:normal;
	text-decoration:none;
}
.subtit_az:hover {
	color: #00F;
	font-size: 14px;
	font-weight:normal;
	text-decoration:none;
}

.subtit_ng{
	color: #000;
	font-size: 14px;	
	font-weight:bold;
	text-decoration:none;
}

.texto_ng {
	font-size: 11px;
	text-align:justify;
	color:#000;
	font-weight: bold;
}

.texto_hidden {
	font-size: 1px;
	font-weight: normal;
	color:#ccc;
	text-align: center;
}


.texto_gr {
	font-size: 11px;
	font-weight: normal;
	color:#333;
	list-style-image:url(../images/vinetas.gif);
	list-style-position:inside;
	text-align: justify;
}

.texto_az {
	font-size: 11px;
	font-weight: normal;
	color:#0066FF;
}

.texto_bl {
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
}
.texto_bl_right{
	font-size: 10px;
	font-weight: normal;
	color:#FFF;
	text-align:right;
	text-decoration: none;
}


.texto_vinculos {
	font-size: 10px;
	font-weight: normal;
	color:#666;
}
.vinculos_az {
	font-size: 10px;
	font-weight: normal;
	text-align:right;
	color:#06F;
	text-decoration:none;
}
.vinculos_az:hover {
	text-decoration: underline;
}


.vinculos_ng {
	font-size: 10px;
	font-weight: normal;
	text-align:right;
	text-decoration:none;
	color: #000;
}

.vinculos_ng:hover {
	font-size: 10px;
	font-weight: normal;
	text-align:right;
	text-decoration:none;
	color: #fff;
}

.vinculos_gr {
	font-size: 10px;
	font-weight: normal;
	text-align:left;
	text-decoration:none;
	color: #666;
}

.vinculos_gr:hover {
	font-size: 10px;
	font-weight: normal;
	text-align:left;
	text-decoration: underline;
	color: #000;
}

