@charset "utf-8";
/* CSS Document */

body { margin:0; font-family:Verdana, Geneva, sans-serif; font-size:10px; background-color:#000; background-image:url(img/fondo_r.jpg); background-position:TOP center; color:#ccc; }
#contenedorGlobal { background-image:url(img/fondo.jpg); background-repeat:no-repeat; width:100%; border:1px solid #000; }
#logo { background-image:url(img/logo.png); width:275px; height:135px; position:absolute; top:15px; left:50%; margin-left:-480px; }


/* MENU */
#menu { background-image:url(img/menu.png); width:931px; height:101px; }
#menu-contenido { height:101px; width:926px; }
.link_menu:link { color:#FFF; font-size:14px; text-decoration:none; font-weight:bold; } 
.link_menu:active { color:#FFF; font-size:14px; text-decoration:none; font-weight:bold; } 
.link_menu:visited { color:#FFF; font-size:14px; text-decoration:none; font-weight:bold; } 
.link_menu:hover { color:#FFF; font-size:14px; text-decoration:underline; font-weight:bold; } 
.menu_item { width:100%; height:82px; }

/* CONTENIDO */
#contenido-up { width:916px; height:15px; background-image:url(img/contenido-up.png)}
#contenido-down { width:916px; height:15px; background-image:url(img/contenido-down.png)}

#contenido { width:916px; height:auto; background-image:url(img/contenido.png); color:#fff; font-size:12px }
.e { color:#ccc; }
p { line-height:20px; text-align:justify; }

#contenedor { margin-left:40px; margin-right:40px; height:auto; }

#contenido-izq { float:left; width:480px; }
#contenido-der { float:right; width:326px; }

.link { border:2px solid #FFF; }
.link:acvive { border:2px solid #FFF; }
.link:visited { border:2px solid #FFF; }
.link:hover { border:2px solid #F06; }


h1 { color:#F9C; font-size:18px; }

/* Footer */
#footer { height:177px; background-image:url(img/footer.png); background-position:center; } 
.link_pie:link { color:#F9C; font-size:12px; text-decoration:none; }
.link_pie:active { color:#F9C; font-size:12px; text-decoration:none; }
.link_pie:visited { color:#F9C; font-size:12px; text-decoration:none; }
.link_pie:hover { color:#F9C; font-size:12px; text-decoration:underline; }

#contiene-iconos { width:193px; } 

#facebook_sprites  { cursor:pointer; float:left; margin-top:15px; width:42px; height:43px; background-image:url(img/logos_sprites.png); background-position:0px 0px; }
#facebook_sprites:hover { background-position:-42px 0px;  }

#fortaleza_sprites  { margin-left:30px; cursor:pointer; float:left; width:49px; height:60px; background-image:url(img/logos_sprites.png); background-position:0px -42px; }
#fortaleza_sprites:hover { background-position:-49px -42px;  }

#radio_sprites  { margin-left:30px; cursor:pointer; margin-top:12px; float:left; width:42px; height:46px; background-image:url(img/logos_sprites.png); background-position:0px -105px; }
#radio_sprites:hover { background-position:-42px -105px;  }

/* Formulario */

.fomrulario { border:1px solid #F9C; background-color:#333; color:#e2e2e2; width:170px; }
#confirmaok { border:1px solid #093; background-color:#CFC; color:#030;}
#confirmaerror { border:1px solid #F30; background-color:#FFC; color:#F30;}
