/* CSS Document */

body {
	background-color: #FFF;
}

.formato-tabla-obras {
	width: 1254px;
	padding: 0px;				/*espacio de relleno de cada celda*/
	border-collapse: separate;	/*Para hacer que las celdas de una tabla se separen*/
	border-spacing: 0px 10px;	/*separación entre las celdas de la tabla, horizontal y vertical*/
}

.Estilo_titulo_obra {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	text-align: left;
}

.Estilo_zoom_obra {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	color: #666;
}

.volver_obra{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #600;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	border-top-width: thin;
	display: block;
	padding: 0px;
	width: auto;
}

.volver_obra:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-top-width: thin;
	display: inline;
	padding: 0px;
	width: auto;
}

.back_next{
	font-family: "letter Gothic Std";
	font-size: 24px;
	color: #666;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-top-width: thin;
	display: block;
	padding: 0px;
	width: 40px;
}

.back_next:hover{
	font-family: "letter Gothic Std";
	font-size: 24px;
	color: #999;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-top-width: thin;
	display: block;
	padding: 0px;
	width: 40px;
}
