@charset "utf-8";
/* CSS Document */

.general {
	background-color: #fff;
	border: 2px solid #99ddfe;
	padding:7px;
}
.imagen_grande {
	background-color: #fff;
	border: 1px solid #EFEFEF;
	padding:7px;
	margin-top:10px;
}
.imagen_peq {
	background-color:#FDFDFD;
	border:1px solid #EFEFEF;
	padding:4px;
}
.text_cerrar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2a7c93;
	text-decoration: none;
	cursor:pointer;
}
.regla {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d3ecf3;
	border-right-color: #d3ecf3;
	border-bottom-color: #d3ecf3;
	border-left-color: #d3ecf3;
}
.Text_colores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #7babb8;
	text-decoration: none;
}
.lineaContInterno{
	background-color:#FDFDFD;
	border:1px solid #EFEFEF;
	cursor:pointer;
	padding:7px;
	position:relative;
	visibility:visible;
	width:192px;
}

.preview {
	background:transparent url(images/background-overlay.png) no-repeat scroll 0 0;
	_background-color:#666666;	
	height:30px;
	position:absolute;
	width:192px;
	bottom:8px;
	z-index:9999;
	overflow: hidden;
	display:none;
	margin-bottom:0px;
	.left:7px;
}
.text_view {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}