/***************Portada**********************/
/*aŠadido para modulo*/
div.modulo{margin-left: auto; margin-bottom: 5px; margin-right: auto; margin-top: 20px; border-bottom-style: none; position: relative; text-align: center; background-color: white; width: 99%; }

div.titulo_modulo{border-bottom-style: solid; border-bottom-color: #c8d7ed; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #c8d7ed; border-left-color: #c9d7ed; border-right-width: 1px; border-left-width: 1px; margin-top: 3px; font-variant: normal; color: #4168c6; font-weight: bold; border-top-style: solid; border-top-color: #85a5d2; border-top-width: 1px; font-size: 12px; position: relative; padding:1px; text-align: left; background-color: #e6ecf8; width: 70%; cursor: move;}

div.contenido_modulo{width: 100%; position: relative; border-style: solid; border-color: #c9d7ed; border-width: 1px; padding: 2px;}


div.modulo div.editar_modulo{ position: relative; padding:5px 2px; width: 100%; margin: 3px; text-align: left; font-size: 9px;}

div.titulo_modulo span.control_modulo{margin-top: 3px; height: 90%; text-align: right; position: absolute;right: 5px; width: 60px; margin-left: 10px;font-size: 9px; cursor: pointer; }

span.editar_mod,span.minimizar,span.borrar{padding-right: 1px; padding-left: 1px; height: 95%; margin-left: 1px; margin-right: 1px; font-size: 10px; border-color: #9cacd1; border-width: 1px; border-style: solid; position: relative; width: 10px; cursor: pointer;}

div.modulo_form{margin: 7px;}

/**********Portada*******/
div#izquierda{
	position: relative;
	float:left;
	min-width: 190px;
	width: 23%;
	padding: 8px 2px 20px 2px;
	max-width: 300px;
 	min-height: 400px;
}
div#medio{
	position: relative;
	float:left;
	min-width: 375px;
	padding: 8px 10px 20px 10px;
	width: 48%;
	max-width: 600px;
 	min-height: 400px;
}
div#derecha{
	position: relative;
	min-width: 190px;
	float:left;
	padding: 8px 2px 20px 2px;
	width: 23%;
	max-width: 300px;
 	min-height: 400px;
}
/**Efecto overlay**/
/*#overlay{ 
    background-color: #d8d8d8; 
    background-image: url(/images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-attachment:scroll;
}

* html #overlay{
    background-color: #dadada;
    background-color: transparent;
    background-image: url(/images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
    
}*/
#overlay {
    position: absolute;
    z-index:90;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#000;
    filter:alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}

#box{
    width:300px;
    background:#1f1f1f;
    padding:10px;
    border:2px solid #eee;
    height: 220px;
    color:white;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
/****/

div.foto-minifoto{
position:relative;
padding:5px;
overflow-y: auto;
width: 97%;
}


div.contenido_modulo div.parrafo_flotante{position: relative; text-align: left; margin-left: 2px;overflow-y:auto;}
div.contenido_modulo div.parrafo_miniaturas{position: relative; margin: 1px; font-size: 8px; padding: 1px;overflow-y:auto;}
div.contenido_modulo div.parrafo_miniaturas_texto{position: relative; text-transform: capitalize; margin: 1px; font-size: 10px; padding: 1px;overflow-y:auto;}
div.contenido_modulo img.minifoto{position: relative; width: 70px; border:1px solid #000; float: left;}

div.exportar{width: 100%; position:relative; clear:both; margin: 1px; height: 25px;}
div.exportar a:visited {
        text-decoration:none;
}
div.exportar a:link {
        text-decoration:none;
}
div.exportar a {
		border: none;
		border-width: 0px;
        text-decoration:none;
}
div#control_portada{
position:relative;
width: 100%;
height: 10px;
}

