/* CSS Document */

@import url('main.css');


/* fuentes */
    h1 {
		width:489px;
		float:left;
    } 
    h2 { 
		font-size:21px;
		font-weight:bold;
		color:#ff9900;
		padding-bottom:10px;
		border-top:1px solid #ccc;
		margin-top:14px;
		padding-top:15px;
		clear:both;
    } 
    h2#subtitular { 
		font-size:21px;
		font-weight:bold;
		color:#999;
		border:0;
		margin:0;
		padding:0;
		padding-bottom:10px;
		clear:both;
    } 
    h3 {
		width:689px;
		font-size:16px;
		font-weight:bold;
		color:#000;
		padding-bottom:6px;
		border-top:1px solid #ccc;
		margin-top:15px;
		padding-top:15px;
		clear:both;
    } 


/* generales */


    .volver {
		width:150px;
		padding-top:10px;
		float:right;
		text-align:right;
    } 
	.foto {
		padding-top:20px;
		padding-bottom:20px;
		width:685px;
    } 
	
/* caja descargas o audiovisual */
	.ecube_detalla_caja {
		margin-top:8px;
		margin-bottom:8px;
		width:689px;
		clear:both;
    } 
	.top {
		background-image:url(../imagenes/layout/ecube_detalla_caja_top.jpg);
		width:689px;
		height:15px;
		overflow:hidden;
    } 
	.middle {
		background-image:url(../imagenes/layout/ecube_detalla_caja_middle.jpg);
		width:689px;
		overflow:hidden;
    } 
	.bottom {
		background-image:url(../imagenes/layout/ecube_detalla_caja_bottom.jpg);
		width:689px;
		height:15px;
    } 

	
/* caja fotos o videos, detallado */
	.caja_multimedia {
		width:689px;
		margin-top:20px;
		margin-bottom:15px;
		overflow:hidden;
		clear:both;
    } 
	.foto_grande {
		width:420px;
		margin-left:15px;
		float:left;
    } 	
	.foto_grande img {
		width:420px;
		height:315px;
		border:0;
    } 
	.foto_grande img.punto {
		width:6px;
		height:6px;
		border:0;
    } 	
	

		
	.fotos_pequenas {
		width:225px;
		margin-left:10px;
		margin-right:10px;
		float:left;
    } 	
	.fotos_pequenas img {
		width:60px;
		height:45px;
		margin-left:15px;
		margin-bottom:15px;
		border:0;
		float:left;
    } 
	.icono_galeria { 
		width:689px;
		padding-bottom:6px;
		clear:both;
    } 
	.icono_galeria img {
		vertical-align:top;
		margin-left:20px;
		float:right;
    } 
	.video_info {
		width:205px;
		margin-left:25px;
		padding-top:15px;
		float:left;
		font-weight:normal;
    }			
	.video_info img {
		width:40px;
		height:40px;
		margin-bottom:15px;
		border:0;
    } 


/* caja en TABLAS descargas o audiovisual */
	table.ecube_detalla_caja {
		margin-top:15px;
		width:689px;
		clear:both;
    } 
	td.top {
		background-image:url(../imagenes/layout/ecube_detalla_caja_top.jpg);
		width:689px;
		height:15px;
    } 
	td.middle {
		background-image:url(../imagenes/layout/ecube_detalla_caja_middle.jpg);
		width:689px;
		overflow:hidden;
    } 
	th.titulo {
		padding-bottom:10px;
		font-size:22px;
		font-weight:bold;
		color:#333;
		text-transform:lowercase;
		clear:both;
    } 
	th.titulo img {
		border:0;
    } 
	tr.item {
		width:657px;
		margin:0px 15px 0px 15px;
    } 
	#pair {
		background-color:#efefef;
    } 
	#unpair {
		background-color:#ddd;
    } 
	#total {
		background-color:#ff9900;
		height:40px;
		line-height:40px;
		color:#fff;
    }
	td.total_nombre {
	 	width:450px;
		padding:8px;
		float:left;	
		font-size:16px;
		font-weight:bold;
		color:#fff;
    } 
	td.total_coste {
		padding:8px;
		text-align:right;
		font-weight:bold;
		float:right;
		font-size:16px;
		font-weight:bold;
		color:#fff;
    } 
	table.informacion {
		width:657px;
		margin:0px 15px 0px 15px;
		padding:1px;
    } 
	td.nombre {
	 	width:450px;
		padding:8px;
		float:left;	
    } 
	td.nombre a {
		font-size:11px;
		color:#333;
		text-decoration:none;
    } 
	td.nombre a:hover {
		color:#000;
		text-decoration:underline;
    } 
	td.descarga {
		padding:8px;
		text-align:right;
		font-weight:bold;
		float:right;	
    } 
	td.descarga img {
		margin-left:8px;
		vertical-align:middle;	
    } 
	td.bottom {
		background-image:url(../imagenes/layout/ecube_detalla_caja_bottom.jpg);
		width:689px;
		height:15px;
    }
	


	
	
	
	
	
	
