/* ----------LINKS GENÉRICOS------------- */
a:link 	{ 
text-decoration: none; 
color:#ababab;
}
	
a:visited	{ 
text-decoration: none;
color: #ababab;
}
	
a:hover, a:active 	{ 
text-decoration: none; 
color: #bf0a1e;
}
/* ----------GENERAL DEL SITIO-------------- */

body 	{ 
position:absolute;
top:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 100%;
width:100%;
height:100%;
text-align:center;
background: #000;
}

#container 	{
position: relative;
margin: 0 auto 0 auto;
text-align: left;
width: 550px;
height:400px;
background:#000;
}

#contenidos {
position: relative;
float:left;
width: 550px;
height:300px;
margin:100px 0 0 0;
background:#000 url(../imagenes/bck-ko.jpg) no-repeat center top;
}


#contenidos p{
position: relative;
float:left;
width: 322px;
height:20px;
margin:115px 0 0 114px;
font-family:Verdana, Georgia, serif;
font-size: 11px;
text-align:center;
font-weight: normal;
letter-spacing: normal;
line-height: 1.4em;
color:#ececec;
}

#error404 {
position: relative;
float:left;
width: 400px;
height:400px;
margin:100px 0 0 0;
background:#000 url(../imagenes/error404.jpg) no-repeat center top;
}





