/* CSS Document */

#titulo_seccion {
	position:relative;
	height:1.2em;
	margin-top:1.2em;
	width:900px;
	font-weight:bold;
	margin-bottom:2em;
}

*html #titulo_seccion {
	margin-top:3em;
}

#titulo_seccion_left {
	position:relative;
	width:450px;
	text-align:right;
}

#titulo_seccion_right {
	position:relative;
	float:right;
	height:1.7em;
	width:450px;
}

/* \*/
#titulo_seccion_right {
	height:1.3em;
}
/* */

*html #titulo_seccion_left {
	float:left;
	padding-bottom:0.1em;
	padding-top:0.1em;
}

#ficha {
	position:relative;
	min-height:84px;
	margin-left:29px;
	margin-right:29px;
	padding:1em;
	background-repeat: no-repeat;
}

*html #ficha {
	background-position: 100% 0%;
}

#nombre_franquicia {
	position:relative;
	/*margin-top:3em;*/
	margin-top:1em;
	/*margin-bottom:2em;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:bold;
}

#col_izq_top {
	position:relative;
	/*min-height:400px;*/
	/*background-color:red;*/

	/*float:left;*/
}

#col_der_top {
	position:relative;
	float:right;
	width:600px;
	/*margin-right:3em;*/
	/*min-height:400px;*/
	/*background-color:green;*/
}

.img_container_left {
	position:relative;
	padding:4px;
	border:1px solid black;
	float:left;

}

.img_container_right {
	position:relative;
	padding:4px;
	border:1px solid black;
	margin-left:1em;
	float:right;
	margin-bottom:10px;
}



.franchise_photos {
	position:relative;
	/*float:right;*/
	margin-left:1.5em;
	/*background-color:green;*/
}

#datos_ficha {
	/*margin-left:-1em;*/
}

*html #datos_ficha {
	margin-top:3em;
}

#col_izq_med {
	position:relative;
	width:380px;
	margin-top:3em;
	/*min-height:400px;*/
	/*margin-left:-1em;
	margin-left:-1.4em;*/
}

*html #col_izq_med{
	margin-top:0em;
}

#col_der_med {
	position:relative;
	float:right;
	width:380px;
	/*width:180px;*/
	margin-top:-1em;
	/*margin-left:-1em;*/
	margin-right:-1em;
	/*min-height:400px;*/
}

*html #col_der_med{
	margin-right:0em;
}
.div_tabla_seccion_ficha {
	padding-left:1em;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:2em;
}

.tabla_seccion_ficha {
	font-size:1em;
	position:relative;
	/*font-weight:bold;*/
	margin-left:0.5em;
	margin-bottom:1em;
	/*padding-left:1em;*/
	text-align:left;
	width:363px;
}


.titulo_seccion_td {
	font-weight:bold;
}

/* ie mac */
.datos_ficha_box {
	width:380px;
	margin-left:1.2em;
	margin-bottom:1em;
}

/* \*/
.datos_ficha_box {
	width:380px;
	margin-left:1.2em;
	margin-bottom:2em;
}

*html .datos_ficha_box {
	/*margin-left:1.3em;
	padding-left:10em;*/
}
/* */

.trblanco {
	background-color:white;
	font-size:5px
}


/* ie mac */
.titulo_campo {
	position:relative;
	text-align:left;
	font-weight:bold;
	padding-left:0.3em;
}

/* \*/
.titulo_campo {
	 text-align:left;
	 font-weight:bold;
	 padding:0.3em;
	 /*width:50%;*/
}

*html .titulo_campo {
	 padding-left:0.4em;
}

/* */


/* ie mac*/
.valor_campo {
	 text-align:right;
	 padding-right:0.5em;
}
/* \*/
.valor_campo {
	 text-align:right;
	 padding:0.3em;
}
/* */

#logo_AEF {
	margin-top:3em;
	margin-left:0.2em;
	margin-bottom:3em;
	border:1px solid black;
}

#no_logo_AEF {
	margin-top:3em;
	margin-bottom:3em;
}

#puntos_clave {
	margin-left:-0.9em;
}

#titulo_puntos_clave {
	font-weight:bold;
	border-bottom:1px solid black;
	margin-left:1em;
}

.punto_clave {
	position:relative;
	float:left;
	width:142px;
	min-height:100px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left:2em;
	margin-top:1em;
	padding-top:2em;
}

*html .punto_clave {
	width:160px;
	height:100px;
}
