/* -------------- GRAL -------------- */

body { margin: 0; padding: 0; }
*,div,td { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Sans, Verdana; }
img { border: 0 none; }
form { margin: 0; }

.pie {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #566C1F;
}
.pieLink {
	color: #566C20;
	text-decoration: underline;
}
.espacios {
	font-size: 9px;
}
.titulos {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #565656;
}
.texto {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #565656;
}
.textoLink {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #1086BD;
	text-decoration: underline;
}
.textoLinkGrande {
	font-size: 18px;
	font-style: bold;
	font-weight: normal;
	color: #1086BD;
	text-decoration: underline;
}
.textoLinkSubir {
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px dashed #C4C5C5;
}
.textoRecuadrado {
	border: 1px solid #ACABAE;
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 1.3;
}
.textoBulletNumero {
	font-size: 1.3em; /* Tamaņo relativo 30% mayor que el tamaņo parent */
	font-weight: bold;
}
.titulosGrandes {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #565656;
}
.previews {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #565656;
}
.formObliga { 
	color: #A80303;
	font-weight: bold;
}
.casosEstudioTabla td { /* Esto se aplica a todas las celdas dentro de la tabla que tenga el class="casosEstudioTabla" */
	padding: 0 5px 0 5px; /* Top Right Bottom Left */
	font-size: 12px;
	color: #565656;
}
.casosEstudioPaises {
	padding-bottom: 7px !important;
}
