/* CSS Document */
body {
	/* imagen de fondo se repite*/
   background: #7A94A6;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}

.clear {
	clear: both;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 100%;
}
/* imagen cabecera */
h1 {
   text-indent: -9999px;
   width: 563px;
   height: 101px;
   background-image:url(images/ACAspain.com-1_01.jpg);
   margin: 0;
   padding: 0;
}
.cab_repeat{
		background-image:url('images/cabez_repeat.gif');
		background-repeat:repeat-x;
		height:101px;
			
}
.cab_logo{
		background-image:url('images/cabez_logo.gif');
		background-repeat:no-repeat;
		height:101px;
		width:203px;
}
.cab_medio{
		background-image:url('images/cabez_intermedio.gif');
		background-repeat:no-repeat;
		height:101px;
		width:52px;
}

#left {
	width: 178px;
	float: left; 
}

#content {
	width: 540px;
	float: left;
	padding: 15px 0 10px 20px;

}

/* titulo del contenido*/
#content h2 {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	background: transparent url(images/ima_bienvenida.gif) no-repeat;
	color: #094890;
	width: 459px;
	padding: 0 0 0 30px;
	font-weight:bold;
}

#footer {	
	margin: 0px auto;
	position: relative;
	background-color: #284C70;
	border-top: 9px solid #F7F7F6;
	width: 100%;
	padding: 5px 0;
	clear: both;
}

#footer h2 { /* color del enlace del footer */
	margin: 0;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
}

#footer h2 a:visited, #footer h2 a:link {
	color: #D3D8C4;
	text-decoration: none;
	border-bottom: 1px dotted #90bade;
}

#footer h2 a:hover {
	color: #094890;
	text-decoration: none;
	border-bottom: none;
	background-color: #D3D8C4;
}

/* texto del contenido */
.text {
	font: 11px/18px  tahoma, Verdana, Arial;
	color: #ffffff;
	margin-bottom: 10px;
	text-align:justify;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #284C70;
	border: 1px solid #BCD4EC;
	margin-bottom: 1em;
	float: left;
	height:250px;
	width:160px;
}

/* --- navigation --- */
#button {
		position:relative;
		width:14em;
      	float:left;
        border: 0px solid #000;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
		
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 10px;
        background-color: #BCD4EC;
        color: #333;
		
        }


#button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

#button li {
				
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

#button li a {
             	display:block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #3C6594;
                border-right: 10px solid #658FAF;
                background-color: #284C70;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

html>body #button li a {
                width: auto;
                }

#button li a:hover {
                border-left: 10px solid #ff9900;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }	
.enlace {    font-family: verdana, arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   padding: 4px;
   
   color: #ffffff;
   text-decoration: none;
} 
.enlace:hover {
    
	color: #094890;
} 


