/* ======================================================
   Inmofactory, version  21-02-2006
	 © Copyright 2006 by Inmofactory. all rights reserved. 

	 ---------------------------------------------------

====================================================== */
a {
	color: #AFA273;
}
hover {
	color: #A3404C;
	text-decoration : none;
}
/* Removing borders from linked images */ 
a img{border:none;}

/* removing extra margin from form elements */
form {margin:0px;}

BODY {
text-align : center;
margin: 5px 5px; /* setting top and bottom margin */
scrollbar-face-color: #757272;
scrollbar-highlight-color: #B4B4B4;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #666666;
scrollbar-arrow-color: #A3404C;
scrollbar-track-color: #000000;
/*overflow : auto;*/
background-image : url(img/fondo.gif);
background-repeat : repeat;
background-color : #FEFBF0;
vertical-align : top;
}
.globalcontainer {
	width : 770px;
	height : 100%;
	text-align : center;
	background-color : #FFFFFF;
	background-image : url(img/base.gif);
	background-repeat : repeat-x;
	background-position : bottom;
}
.globalcontaInter {
	width : 770px;
	height : 520px;
	text-align : center;
	border: 1px solid #000000;
	background : #FFFFFF;
}


/*div.bdyly {
	overflow-y: auto;
	position: relative;
	text-align : center;
	left: 10px;
	top: 2px;
	width:590px;
	height : 200px;
	z-index:2;
	background: transparent;
	visibility: visible;
	border : 2px  solid #000000;
}*/
.centro {
	background-color: #FCF5E0;
	color: #A3404C;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Textos home*/
.textos, .frase, .btnHome,  .btnHome:hover  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left:6px
}
.textos {
font-size : 11px;
color: #444444;
background-image : url(img/flecha.gif);
background-repeat : no-repeat;
background-position : top left;
padding:0px 2px 0px 11px;
}
.frase {
font-size : 10px;
color: #444444;
text-align : justify;
}
.btnHome {
	color: #D26666;
	font-size : 11px;
	text-decoration : none;
	}
.btnHome:hover {
	color: #000000;
	font-size : 11px;
	text-decoration : underline;
}
.linkInter, .linkInter:hover {
	color: #D26666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.linkInter:hover{
	text-decoration : none;
}
