/* #################### Botones y sus estilos para la página  #################### */ 


/* #### BOTONES MENU de arriba #### */

	.Grey_to_Grey{
		color:#4d4d4d;
		text-decoration: none;
		}
	.Grey_to_Grey:hover{
		color:#4d4d4d;
		text-decoration: underline;
		}
	.Grey_to_Red_Expo{
		color:#93151b;
		text-decoration: none;
		}
	.Grey_to_Red_Expo:hover{
		color:#540000;
		text-decoration: underline;
		}
		
/* #### Botones del MENU principal #### */

	.White_to_Deep_Red{
		color:#ffffff;
		font-size: 14px;
		text-decoration: none;
		}
	.White_to_Deep_Red:hover{
		color:#000000;
		text-decoration: none;
		}
		
/* #### BOTONES de enlaces de abajo en los CONTENEDORES #### */

	.Red_to_Grey_Claro{
		color:#540000;
		text-decoration: none;
		text-align: right;
		}
	.Red_to_Grey_Claro:hover{
		color:#4d4d4d;
		text-decoration: underline;
		text-align: right;
		}
		
/* #### BOTONES de enlaces de SUB-MENUS en las GALERIAS #### */

	.Black_to_Red{
		color:#000000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
		}
	.Black_to_Red:hover{
		color:#730000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: underline;
		}
		
/* #### BOTONES SIGUIENTE y ANTERIOR en Galeria de Imagenes #### */
		
	.Red_to_Grey_Siguiente{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: left;
		text-decoration: none;
		color: #93151b;
		}
	.Red_to_Grey_Siguiente:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: left;
		text-decoration: underline;
		color: #4d4d4d;
		}


/* #### Boton ENVIAR de contacto #### */

	.Enviar{
		width: 90px;
		height: 30px;
		border: 0px;
		color: #FFFFFF;
		font-weight:bold;
		background-color:#660000;
		cursor:pointer;
		}
	.Enviar:hover{
		width: 90px;
		height: 30px;
		border: 0px;	
		color: #FFFFFF;
		font-weight:bold;
		background-color:#333333;
		cursor:pointer;
		}	
		
/* #### BOTON de enlace a CORREO electronico para CONTACTO en el PIE #### */

	.White_to_Grey_Claro{
		color:#ffffff;
		text-decoration: none;
		}
	.White_to_Grey_Claro:hover{
		color:#4d4d4d;
		text-decoration: underline;
		}
		
	.Grey_to_Red{
		color:#323232;
		text-decoration: none;
		}
	.Grey_to_Red:hover{
		color:#93151b;
		text-decoration: underline;
		}
