/* CSS Document */
div {
height:100%;
}
.dominio {
font-family: Tahoma;
font-size: 35px;
padding-left:10px;
}

.txt {
	font-family: tahoma;
	font-size: 10px;
	color: #6b6b6b;
	font-weight: bold;
}

.footer {
font-family: Tahoma;
font-size: 10px;
color: #6b6b6b;
}

/* links footer */ 
a.linkfooter { 
font-family: Tahoma;
font-size: 10px;
color: #6b6b6b;
text-decoration:none 
} 
a.linkfooter:link { 
text-decoration: none; 
} 
a.linkfooter:visited { 
text-decoration: none; 
} 
a.linkfooter:hover { 
text-decoration: underline; 
/*border-bottom: dotted #f4ffc8 2px;}*/
} 
a.linkfooter:active { 
text-decoration: none; 
}

/* links izquierda */ 
a.linkizq { 
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #f4ffc8;
padding-left:17px;
text-decoration:none 
} 
a.linkizq:link { 
text-decoration: none; 
} 
a.linkizq:visited { 
text-decoration: none; 
} 
a.linkizq:hover { 
text-decoration: underline; 
/*border-bottom: dotted #f4ffc8 2px;}*/
} 
a.linkizq:active { 
text-decoration: none; 
}

/* links derecha */ 
a.linkder { 
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #deeced;
padding-left:17px;
text-decoration:none 
} 
a.linkder:link { 
text-decoration: none; 
} 
a.linkder:visited { 
text-decoration: none; 
} 
a.linkder:hover { 
text-decoration: underline; 
} 
a.linkder:active { 
text-decoration: none; 
}


/***************************************************************************/
/* css slide */
/***************************************************************************/
img{border:none;}

.graphic, #prevBtn, #nextBtn
{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
#container
{	
margin:0 auto;
position:relative;
text-align:left;
width:647px;
background:#fff;
/*margin-bottom:2em;*/
}	
#content
{
position:relative;
}		
#slider{}	
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width:647px;
height:61px;
overflow:hidden; 
}	
#prevBtn, #nextBtn{ 
display:block;
width:8px;
height:34px;
position:absolute;
left:-8px;
top:71px;
}	
#nextBtn{ 
left:690px;
}												
#prevBtn a, #nextBtn a{  
display:block;
width:8px;
height:34px;
background:url(images/prev.jpg) no-repeat 0 0;	
}	
#nextBtn a{ 
background:url(images/next.jpg) no-repeat 0 0;	
}
