/* CSS Document */
BODY {
	MARGIN: 0px;
	BACKGROUND-COLOR: #669933;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: arial, tahoma, Verdana, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #e3e3e3;
	SCROLLBAR-HIGHLIGHT-COLOR: #e3e3e3;
	SCROLLBAR-SHADOW-COLOR: #e3e3e3;
	SCROLLBAR-3DLIGHT-COLOR: #e3e3e3;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #e3e3e3;
}
.footer {
	FONT-WEIGHT: none; 
	FONT-SIZE: 11px; 
    COLOR: #000000; 
	FONT-FAMILY: tahoma, verdana, tahoma, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}

.email {
	FONT-WEIGHT: none; 
	FONT-SIZE: 11px; 
    COLOR: #000000; 
	FONT-FAMILY: tahoma, verdana, tahoma, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-left:5px;
	padding-top:5px;
}
.galeria{
	FONT-WEIGHT:bold;
	FONT-SIZE: 13px; 
    COLOR: #000000; 
	FONT-FAMILY: tahoma, verdana, tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-left:5px;
	padding-top:5px;
	}
.galeriacabeza{
	FONT-WEIGHT:none;
	FONT-SIZE: 13px; 
    COLOR: #000000; 
	FONT-FAMILY: tahoma, verdana, tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-left:5px;
	padding-top:5px;
	}
	
.galeriacabeza2{
	FONT-WEIGHT:bold;
	FONT-SIZE: 13px; 
    COLOR: #669933; 
	FONT-FAMILY: tahoma, verdana, tahoma, Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-top:5px;
	}
.galerialinks{
	FONT-WEIGHT:bold;
	FONT-SIZE: 13px; 
    COLOR: #669933; 
	FONT-FAMILY: tahoma, verdana, tahoma, Arial, Helvetica, sans-serif;
	}
.hora {
	FONT-WEIGHT: none; 
	FONT-SIZE: 11px; 
    COLOR: #000000; 
	FONT-FAMILY: arial,  verdana, tahoma, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
H1{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
    COLOR: #6633FF; 
	FONT-FAMILY: arial, verdana, tahoma, Helvetica, sans-serif;
	TEXT-DECORATION: none
	}
.blanco {
	FONT-SIZE: 11px;
	COLOR: #6633FF;
	FONT-FAMILY: tahoma;
    FONT-WEIGHT: none;
	TEXT-DECORATION: none;
}
A.blanco {
	FONT-SIZE: 11px;
	COLOR: #6633FF;
	FONT-FAMILY: tahoma;
    FONT-WEIGHT: none;
	TEXT-DECORATION: none;
}
A.blanco:hover {
	TEXT-DECORATION: none;
	FONT-SIZE: 11px;
	COLOR: Gray;
	FONT-FAMILY: tahoma;
	FONT-WEIGHT: none;
}

blancoindex{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 18px;
	COLOR: #6633FF;
	FONT-FAMILY: tahoma;
    FONT-WEIGHT: none;
	TEXT-DECORATION: none;
}
A.blancoindex {
    FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #6633FF;
	FONT-FAMILY: tahoma;
    FONT-WEIGHT: none;
	TEXT-DECORATION: none;
}
A.blancoindex:hover {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	FONT-SIZE: 18px;
	COLOR: Gray;
	FONT-FAMILY: tahoma;
	FONT-WEIGHT: none;
}

a.squarebutton{
background: transparent url('iemeges/square-green-right.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('media/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

