
/* Documento_DES */



.contenedorContenidoTitulo{
	/* Medidas */
	width:250px; /* Real: 840px */
	
	min-height:70px; /* Real: 110px */
	height:auto !important; 
	height:70px;
	
	padding-top:40px;
	padding-left:40px;
	
	margin-bottom:35px;
	
	/* Resto */
	font-size:0.7em;
	background:url(/images/DocumentosTITU.gif) center center no-repeat  
}

.bordeBlanco{
	/* Medidas */
	width:840px; /* Real: 840px */
}

.contebedorContenidoContieneTODO{
	/* Medidas */
	width:96%;
	padding-left:2%;
	padding-right:2%;
	
	/* Resto */
	background:#FFFFFF;
}
	
.bordeBlanco span.superior{display:block;
height:16px;
width:840px;
background:url(/images/bordeSup840px.gif) bottom center no-repeat;}	

.bordeBlanco span.inferior{
display:block;
clear:both;
height:16px;
width:840px;
background:url(/images/bordeInf840px.gif) top center no-repeat;}	
	
.contenedorContenidoDocumentoEncabezado{
	width:96%;
	padding:10px 2% 10px 2%;
	background:#fff;
	margin-bottom:50px;
	/*margin-left:25px;*/
	
	
	
	
	/* Resto */
	background-color:#FBE5B9;
}

.contenedorContenidoDocumentoEncabezadoFecha{
	/* Medidas */
	width:78%;
	padding-right:2%;
	text-align:right;
	font-size:0.8em;
}
.contenedorContenidoDocumentoEncabezadoFecha100{
	/* Medidas */
	width:98%;
	padding-right:2%;
	text-align:right;
	font-size:0.8em;
}
.contenedorContenidoDocumentoEncabezadoTitulo{
	/* Medidas */
	width:100%;
	margin-bottom:10px;
	font-size:0.8em;
	padding-top:15px;
}

.contenedorContenidoDocumentoEncabezadoArgumento{
	/* Medidas */
	width:96%;
	padding:10px 2% 10px 2%;
	font-size:0.8em;
}

.contenedorContenidoDocumentoDesarrollo{
	width:96%;
	padding:10px 2% 10px 2%;
	font-size:0.75em;
	/*margin-left:25px;*/

	
	/* Resto */
	background-color:#FBE5B9;
}


.contenedorContenidoDocumentoDesarrollo li{
	list-style-type:disc;
}

.contenedorContenidoDocumentoDesarrolloFoto{
	/* Posicionamiento */
	float:left;
	
	/* Medidas */
	margin-right:10px;
	margin-bottom:10px;
}
.contenedorContenidoDocumentoEncabezadoIcono{
	/*padding-top:10px;*/
	width:20%;
}
.contenedorContenidoDocumentoEncabezadoIcono a{
	display:block;
	float:left;
}
.contenedorContenidoDocumentoEncabezadoIcono span{
	display:none;
}

.contenedorContenidoDocumentoPie{
	/* Medidas */
	width:100%;
	margin-top:35px;
	margin-bottom:35px;
}

.contenedorContenidoDocumentoPie a{
/*POSICION*/
	float:right;
	display:block;
	
/*MEDIDAS*/
	width:105px;/*REAL193px*/
	padding-top:15px;
	padding-bottom:22px;
	padding-left:40px;
/*RESTO*/
	color:#000;
	
	background:url(/images/BTNvolver.gif) 0 0  no-repeat;
	}
	
.contenedorContenidoDocumentoPie a:hover{
/*RESTO*/
background:url(/images/BTNvolverHOVER.gif) 0 0  no-repeat;
text-decoration:none;}