/* CSS Document */

#lista_mapa{
	margin-right: auto;
	margin-left: auto;
}

#foto_grande{
	width: 300px;
	float: left;
	background-position: center;
	height: 680px;
	background-image: url(../fotos_web/uvas_inicio.jpg);
	background-repeat: no-repeat;
	border-top-width: 50px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#foto_grande2{
	width: 300px;
	float: left;
	background-position: center;
	height: 680px;
	background-image: url(../fotos_web/mancha_inicio.jpg);
	background-repeat: no-repeat;
	border-top-width: 50px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#titulo_lista{
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C5;	
	width: 620px;
}

.titulo{
	color: #FF6600;
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-align: left;
	
}

#lista_contenido{
	float: left;	
	width: 620px;
}

.contenidos{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-align: left;
	font-size: 17px;
	color: #CC3300;
	line-height: 18px;
}

.sub_contenido{
	font-size: 14px;
	line-height: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: left;
}


.contenidos0{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-align: left;
	font-size: 17px;
	color: #CC3300;
	line-height: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}


.contenidos1{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-align: left;
	font-size: 17px;
	color: #CC3300;
	line-height: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-top:25px;
}

.sub_contenido1{
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: left;
	margin-top: 10px;
	line-height: 12px;
	margin-left:10px;
	width:40%;
	display:block;
	float:left;
}

a.enlace:link{
	color: #CC3300;
}
a.enlace:hover{
	background-color: #F0EFEC;
}
a.enlace:visited{
	color: #CC3300;
}
#listaFicheros{
	list-style-type: none;
	text-align: left;
	width: 500px;
}
.documentos{
	text-align: left;
	color: #CC3300;
	font-weight: bold;
}
#linea{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C5;
	width: 300px;
	
}
#conjunto{
	float: left;
	width: 380px;
	height: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C5;
	padding: 5px;
}

.clase_descarga{
	float: left;
	position: relative;
	width: auto;
	height: auto;
	padding-right: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #666666;
	
}
.col
{
	display: block;
	float: left;
	width: 150px;
	height: auto;	
}
.col1
{
	display: block;
	float: left;
	width: 230px;
	height: auto;
}
.col2
{
	display: block;
	float: left;
	width: auto;
	height: auto;
}

#caja_prod
{
	width:40%;
	display:block;
	float:left;
}


