@charset "utf-8";
/* CSS Document */

    /*
                          ____________________
                         /                    \
                        /   www.studio73.es    \  
                       /    _______________     \
                      /    /       _       \     \
                     /    /       / \       \     \
                    /    /        \          \     \
                   |    |          \          |     |
                   |    |           \         |     |
                   |    |         \_/         |     |
                   |    |     ____  ____      |     |
                   |    |        /     /      |     |
                   |    |       /      \      |     |
                    \     \    /     __/     /     /
                     \     \                /     /
                      \     \______________/     /
                       \                        /
                        \   www.studio73.es    /
                         \ ___________________/


    */
@font-face {
	font-family: 'gothic';
	src: url('../fonts/gothic.eot');
	src: url('../fonts/gothic.woff') format('woff'), 
		 url('../fonts/gothic.ttf') format('truetype'), 
		 url('../fonts/gothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family:'gothic' !important;
}

/*Pantalla grande*/
#main-row
{
	border:6px solid #FFF;/*Pintamos el borde en el interior*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

	/*Left column*/
	.left-column
	{
		background-color:#666666;
		color:#FFF;
	}
	#link-inicio
	{
		font-size: 0.8em;
		color:#FFF !important;
		cursor: pointer;
	}
	#dir_empresa
	{
		font-size: 0.8em;
		color:#FFF !important;
	}
	/*End of Left column*/

	/*Right column*/

	.right-column
	{
		border-left:6px solid #FFF;/*Pintamos el borde en el interior*/
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		color:#FFF;
	}
	 
	.div_txt
	{	
		text-align: justify;
	}
	 
	.pg-column-one
	{
		background-color:rgba(102,102,102,0.8);
		overflow: hidden;
		cursor: pointer;
	}
	.pg-column-two
	{
		background-color:rgba(102,102,102,0.8);
		overflow: hidden;
		cursor: pointer;
	}
	.pg-row-two
	{
		background-color:rgba(102,102,102,0.8);
		cursor: pointer;
	}
	
		.bg_img2
		{
			overflow: hidden;
		}
		#ribbon_estampados
		{
			background-color:rgba(102,102,102,0.8);
		}
	
	/*End of Right column*/
	
@media all and (min-height:800px)
{
	.div_txt
	{
		font-size: 1em;
	}
}
/*Fin pantalla grande*/