﻿body { background-color: #d8d2c2; background-image: url(/imgs/back.jpg); background-position:top; background-repeat:no-repeat; padding: 25px; margin: 0; color: #000; font-family: 'Droid Sans', sans-serif; font-size: 16px; }

#container { width: 960px; margin: 0 auto; background-color: #fff; }

/*  HEADER */
#header { height: 90px; position: relative; } 
#header-logo { position: absolute; left:20px; top: 20px; }

/*  MENU */
.menu { position: absolute; right:10px; top: 30px; padding: 0; margin: 0; list-style: none; } 
.menu li { float:left; padding: 0 10px 0 0; margin:0; background-image: url(/imgs/menu-divider.png); background-position: right; background-repeat:no-repeat;  } 
.menu a { color: #000; font-weight: bold; display: block; padding: 10px; text-decoration: none; background-color:#f3f3f3; font-size: 14px; border-radius: 10px; border: 1px solid #ddd; }
.menu a:hover { background-color: #ddd; text-decoration: underline; color: #000; }
.menu a.selected { background-color: #ff1919; color: #fff; border: 1px solid #ff1919; }

/*  CONTENT */
#content { padding: 0 10px 0 10px; min-height: 350px; }
#content p { text-align: justify; margin: 0 0 7px 0; padding: 0; }

#content-left { float: left; width: 660px; margin-left: 5px; border-right: 1px solid #eee; padding-right: 15px; margin-top: 15px; }

#content-right { float: right; width: 245px; margin-top: 15px; }
#content-right ul { margin: 0 0 7px 0; padding: 0; list-style: none; }
#content-right ul li { padding: 0 0 6px 0; }

/*  FOOTER */
#footer { position: relative; height: 50px; }
#footer ul { padding:0; margin:0; list-style:none; position: absolute; }
#footer li { padding: 3px; font-size: 12px; float: left; }
#footer a { color: #000; text-decoration: underline; display: inline; margin-right: 6px; }
#footer a:hover { color: #666;}

#footer-navigacia { top: 15px; left: 15px; }
#footer-creator { bottom: 15px; right: 15px; }






